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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(SearchSortOrderDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<SearchSortOrderPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SearchSortOrderPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SearchSortOrderPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SearchSortOrderPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-