Class IndexStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<IndexStatusPK>
com.echothree.model.data.index.server.value.IndexStatusValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionIndexStatusValue(IndexPK indexPK, Long createdTime) Creates a new instance of IndexStatusValueIndexStatusValue(IndexStatusPK indexStatusPK, IndexPK indexPK, Long createdTime) Creates a new instance of IndexStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCreatedTime(Long createdTime) voidsetIndexPK(IndexPK indexPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
IndexStatusValue
public IndexStatusValue(IndexStatusPK indexStatusPK, IndexPK indexPK, Long createdTime) throws PersistenceNotNullException Creates a new instance of IndexStatusValue- Throws:
PersistenceNotNullException
-
IndexStatusValue
Creates a new instance of IndexStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<IndexStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<IndexStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<IndexStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<IndexStatusPK>
-
getIndexPK
-
setIndexPK
- Throws:
PersistenceNotNullException
-
getIndexPKHasBeenModified
-
getCreatedTime
-
setCreatedTime
-
getCreatedTimeHasBeenModified
-