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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setFromTime
(Long fromTime) void
setLowerLimitLongValue
(Long lowerLimitLongValue) void
setLowerRangeLongValue
(Long lowerRangeLongValue) void
setThruTime
(Long thruTime) void
setUpperLimitLongValue
(Long upperLimitLongValue) void
setUpperRangeLongValue
(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:
getBaseFactoryInstance
in classBaseValue<EntityAttributeLongPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAttributeLongPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAttributeLongPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-