Class EntityIntegerRangeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityIntegerRangeDetailPK>
com.echothree.model.data.core.server.value.EntityIntegerRangeDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityIntegerRangeDetailValue
extends BaseValue<EntityIntegerRangeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityIntegerRangeDetailValue
(EntityIntegerRangeDetailPK entityIntegerRangeDetailPK, EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDetailValueEntityIntegerRangeDetailValue
(EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setEntityIntegerRangeName
(String entityIntegerRangeName) void
setEntityIntegerRangePK
(EntityIntegerRangePK entityIntegerRangePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setMaximumIntegerValue
(Integer maximumIntegerValue) void
setMinimumIntegerValue
(Integer minimumIntegerValue) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityIntegerRangeDetailValue
public EntityIntegerRangeDetailValue(EntityIntegerRangeDetailPK entityIntegerRangeDetailPK, EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityIntegerRangeDetailValue- Throws:
PersistenceNotNullException
-
EntityIntegerRangeDetailValue
public EntityIntegerRangeDetailValue(EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityIntegerRangeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityIntegerRangeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityIntegerRangeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityIntegerRangeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityIntegerRangeDetailPK>
-
getEntityIntegerRangePK
-
setEntityIntegerRangePK
public void setEntityIntegerRangePK(EntityIntegerRangePK entityIntegerRangePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityIntegerRangePKHasBeenModified
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityIntegerRangeName
-
setEntityIntegerRangeName
public void setEntityIntegerRangeName(String entityIntegerRangeName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityIntegerRangeNameHasBeenModified
-
getMinimumIntegerValue
-
setMinimumIntegerValue
-
getMinimumIntegerValueHasBeenModified
-
getMaximumIntegerValue
-
setMaximumIntegerValue
-
getMaximumIntegerValueHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-