Class SearchSortOrderValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SearchSortOrderPK>
com.echothree.model.data.search.server.value.SearchSortOrderValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SearchSortOrderValue
extends BaseValue<SearchSortOrderPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSearchSortOrderValue
(SearchSortOrderDetailPK activeDetailPK, SearchSortOrderDetailPK lastDetailPK) Creates a new instance of SearchSortOrderValueSearchSortOrderValue
(SearchSortOrderPK searchSortOrderPK, SearchSortOrderDetailPK activeDetailPK, SearchSortOrderDetailPK lastDetailPK) Creates a new instance of SearchSortOrderValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(SearchSortOrderDetailPK activeDetailPK) void
setLastDetailPK
(SearchSortOrderDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SearchSortOrderValue
public SearchSortOrderValue(SearchSortOrderPK searchSortOrderPK, SearchSortOrderDetailPK activeDetailPK, SearchSortOrderDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SearchSortOrderValue- Throws:
PersistenceNotNullException
-
SearchSortOrderValue
public SearchSortOrderValue(SearchSortOrderDetailPK activeDetailPK, SearchSortOrderDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SearchSortOrderValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SearchSortOrderPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SearchSortOrderPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SearchSortOrderPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SearchSortOrderPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-