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