Class EntityDateAttributeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityDateAttributePK>
com.echothree.model.data.core.server.value.EntityDateAttributeValue
- All Implemented Interfaces:
- Serializable,- Cloneable
public class EntityDateAttributeValue
extends BaseValue<EntityDateAttributePK>
implements Cloneable, Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionEntityDateAttributeValue(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityDateAttributeValueEntityDateAttributeValue(EntityDateAttributePK entityDateAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityDateAttributeValue
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDateAttribute(Integer dateAttribute) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
EntityDateAttributeValuepublic EntityDateAttributeValue(EntityDateAttributePK entityDateAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityDateAttributeValue- Throws:
- PersistenceNotNullException
 
- 
EntityDateAttributeValuepublic EntityDateAttributeValue(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityDateAttributeValue- Throws:
- PersistenceNotNullException
 
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseValue<EntityDateAttributePK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<EntityDateAttributePK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<EntityDateAttributePK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<EntityDateAttributePK>
 
- 
getEntityAttributePK
- 
setEntityAttributePKpublic void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getEntityAttributePKHasBeenModified
- 
getEntityInstancePK
- 
setEntityInstancePKpublic void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getEntityInstancePKHasBeenModified
- 
getDateAttribute
- 
setDateAttribute- Throws:
- PersistenceNotNullException
 
- 
getDateAttributeHasBeenModified
- 
getFromTime
- 
setFromTime- Throws:
- PersistenceNotNullException
 
- 
getFromTimeHasBeenModified
- 
getThruTime
- 
setThruTime- Throws:
- PersistenceNotNullException
 
- 
getThruTimeHasBeenModified
 
-