Class EntityCollectionAttributeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityCollectionAttributePK>
com.echothree.model.data.core.server.value.EntityCollectionAttributeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityCollectionAttributeValue
extends BaseValue<EntityCollectionAttributePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityCollectionAttributeValue
(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityCollectionAttributeValueEntityCollectionAttributeValue
(EntityCollectionAttributePK entityCollectionAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityCollectionAttributeValue -
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
-
EntityCollectionAttributeValue
public EntityCollectionAttributeValue(EntityCollectionAttributePK entityCollectionAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityCollectionAttributeValue- Throws:
PersistenceNotNullException
-
EntityCollectionAttributeValue
public EntityCollectionAttributeValue(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityCollectionAttributeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityCollectionAttributePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityCollectionAttributePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityCollectionAttributePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityCollectionAttributePK>
-
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
-