Class EntityAttributeLongValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeLongPK>
com.echothree.model.data.core.server.value.EntityAttributeLongValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityAttributeLongValue
extends BaseValue<EntityAttributeLongPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeLongValue(EntityAttributeLongPK entityAttributeLongPK, EntityAttributePK entityAttributePK, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeLongValueEntityAttributeLongValue(EntityAttributePK entityAttributePK, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeLongValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetLowerLimitLongValue(Long lowerLimitLongValue) voidsetLowerRangeLongValue(Long lowerRangeLongValue) voidsetThruTime(Long thruTime) voidsetUpperLimitLongValue(Long upperLimitLongValue) voidsetUpperRangeLongValue(Long upperRangeLongValue) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAttributeLongValue
public EntityAttributeLongValue(EntityAttributeLongPK entityAttributeLongPK, EntityAttributePK entityAttributePK, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeLongValue- Throws:
PersistenceNotNullException
-
EntityAttributeLongValue
public EntityAttributeLongValue(EntityAttributePK entityAttributePK, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeLongValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityAttributeLongPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAttributeLongPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAttributeLongPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityAttributeLongPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getUpperRangeLongValue
-
setUpperRangeLongValue
-
getUpperRangeLongValueHasBeenModified
-
getUpperLimitLongValue
-
setUpperLimitLongValue
-
getUpperLimitLongValueHasBeenModified
-
getLowerLimitLongValue
-
setLowerLimitLongValue
-
getLowerLimitLongValueHasBeenModified
-
getLowerRangeLongValue
-
setLowerRangeLongValue
-
getLowerRangeLongValueHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-