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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCreatedTime
(Long createdTime) void
setIndexPK
(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:
getBaseFactoryInstance
in classBaseValue<IndexStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<IndexStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<IndexStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<IndexStatusPK>
-
getIndexPK
-
setIndexPK
- Throws:
PersistenceNotNullException
-
getIndexPKHasBeenModified
-
getCreatedTime
-
setCreatedTime
-
getCreatedTimeHasBeenModified
-