Class EntityInstanceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityInstancePK>
com.echothree.model.data.core.server.value.EntityInstanceValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityInstanceValue
extends BaseValue<EntityInstancePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityInstanceValue(EntityInstancePK entityInstancePK, EntityTypePK entityTypePK, Long entityUniqueId, String uuid) Creates a new instance of EntityInstanceValueEntityInstanceValue(EntityTypePK entityTypePK, Long entityUniqueId, String uuid) Creates a new instance of EntityInstanceValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleangetUuid()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityTypePK(EntityTypePK entityTypePK) voidsetEntityUniqueId(Long entityUniqueId) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityInstanceValue
public EntityInstanceValue(EntityInstancePK entityInstancePK, EntityTypePK entityTypePK, Long entityUniqueId, String uuid) throws PersistenceNotNullException Creates a new instance of EntityInstanceValue- Throws:
PersistenceNotNullException
-
EntityInstanceValue
public EntityInstanceValue(EntityTypePK entityTypePK, Long entityUniqueId, String uuid) throws PersistenceNotNullException Creates a new instance of EntityInstanceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityInstancePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityInstancePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityInstancePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityInstancePK>
-
getEntityTypePK
-
setEntityTypePK
- Throws:
PersistenceNotNullException
-
getEntityTypePKHasBeenModified
-
getEntityUniqueId
-
setEntityUniqueId
- Throws:
PersistenceNotNullException
-
getEntityUniqueIdHasBeenModified
-
getUuid
-
setUuid
-
getUuidHasBeenModified
-