Class EntityIntegerRangeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityIntegerRangePK>
com.echothree.model.data.core.server.value.EntityIntegerRangeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityIntegerRangeValue
extends BaseValue<EntityIntegerRangePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityIntegerRangeValue
(EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) Creates a new instance of EntityIntegerRangeValueEntityIntegerRangeValue
(EntityIntegerRangePK entityIntegerRangePK, EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) Creates a new instance of EntityIntegerRangeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(EntityIntegerRangeDetailPK activeDetailPK) void
setLastDetailPK
(EntityIntegerRangeDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityIntegerRangeValue
public EntityIntegerRangeValue(EntityIntegerRangePK entityIntegerRangePK, EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EntityIntegerRangeValue- Throws:
PersistenceNotNullException
-
EntityIntegerRangeValue
public EntityIntegerRangeValue(EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EntityIntegerRangeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityIntegerRangePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityIntegerRangePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityIntegerRangePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityIntegerRangePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-