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