Class FilterSort
- java.lang.Object
-
- com.epam.ta.reportportal.entity.filter.FilterSort
-
- All Implemented Interfaces:
java.io.Serializable
@Entity public class FilterSort extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterSort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)org.springframework.data.domain.Sort.DirectiongetDirection()java.lang.StringgetField()java.lang.LonggetId()inthashCode()voidsetDirection(org.springframework.data.domain.Sort.Direction direction)voidsetField(java.lang.String field)voidsetId(java.lang.Long id)
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
setId
public void setId(java.lang.Long id)
-
getField
public java.lang.String getField()
-
setField
public void setField(java.lang.String field)
-
getDirection
public org.springframework.data.domain.Sort.Direction getDirection()
-
setDirection
public void setDirection(org.springframework.data.domain.Sort.Direction direction)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-