Class IndexValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<IndexPK>
com.echothree.model.data.index.server.value.IndexValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionIndexValue(IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) Creates a new instance of IndexValueIndexValue(IndexPK indexPK, IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) Creates a new instance of IndexValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(IndexDetailPK activeDetailPK) voidsetLastDetailPK(IndexDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
IndexValue
public IndexValue(IndexPK indexPK, IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of IndexValue- Throws:
PersistenceNotNullException
-
IndexValue
public IndexValue(IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of IndexValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<IndexPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<IndexPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<IndexPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<IndexPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-