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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetEntityInstanceAttributePK(EntityInstancePK entityInstanceAttributePK) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<EntityCollectionAttributePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityCollectionAttributePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityCollectionAttributePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-