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