Class EntityTimeDefaultValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityTimeDefaultPK>
com.echothree.model.data.core.server.value.EntityTimeDefaultValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityTimeDefaultValue
extends BaseValue<EntityTimeDefaultPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityTimeDefaultValue(EntityAttributePK entityAttributePK, Long timeAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityTimeDefaultValueEntityTimeDefaultValue(EntityTimeDefaultPK entityTimeAttributePK, EntityAttributePK entityAttributePK, Long timeAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityTimeDefaultValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetTimeAttribute(Long timeAttribute) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityTimeDefaultValue
public EntityTimeDefaultValue(EntityTimeDefaultPK entityTimeAttributePK, EntityAttributePK entityAttributePK, Long timeAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityTimeDefaultValue- Throws:
PersistenceNotNullException
-
EntityTimeDefaultValue
public EntityTimeDefaultValue(EntityAttributePK entityAttributePK, Long timeAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityTimeDefaultValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityTimeDefaultPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityTimeDefaultPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityTimeDefaultPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityTimeDefaultPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getTimeAttribute
-
setTimeAttribute
- Throws:
PersistenceNotNullException
-
getTimeAttributeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-