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