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 Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityDateAttributeValue(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 Summary
Modifier 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.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityDateAttributeValue
public EntityDateAttributeValue(EntityDateAttributePK entityDateAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer dateAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityDateAttributeValue- Throws:
PersistenceNotNullException
-
EntityDateAttributeValue
public 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 classBaseValue<EntityDateAttributePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityDateAttributePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityDateAttributePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityDateAttributePK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getDateAttribute
-
setDateAttribute
- Throws:
PersistenceNotNullException
-
getDateAttributeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-