Class EntityEntityAttributeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityEntityAttributePK>
com.echothree.model.data.core.server.value.EntityEntityAttributeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityEntityAttributeValue
extends BaseValue<EntityEntityAttributePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityEntityAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityEntityAttributeValueEntityEntityAttributeValue
(EntityEntityAttributePK entityEntityAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityEntityAttributeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setEntityInstanceAttributePK
(EntityInstancePK entityInstanceAttributePK) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityEntityAttributeValue
public EntityEntityAttributeValue(EntityEntityAttributePK entityEntityAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityEntityAttributeValue- Throws:
PersistenceNotNullException
-
EntityEntityAttributeValue
public EntityEntityAttributeValue(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityEntityAttributeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityEntityAttributePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityEntityAttributePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityEntityAttributePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityEntityAttributePK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getEntityInstanceAttributePK
-
setEntityInstanceAttributePK
public void setEntityInstanceAttributePK(EntityInstancePK entityInstanceAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstanceAttributePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-