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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(IndexDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<IndexPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<IndexPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<IndexPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<IndexPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-