Class EntityLongRangeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityLongRangeDetailPK>
com.echothree.model.data.core.server.value.EntityLongRangeDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityLongRangeDetailValue
extends BaseValue<EntityLongRangeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityLongRangeDetailValue
(EntityLongRangeDetailPK entityLongRangeDetailPK, EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityLongRangeDetailValueEntityLongRangeDetailValue
(EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityLongRangeDetailValue -
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
setEntityLongRangeName
(String entityLongRangeName) void
setEntityLongRangePK
(EntityLongRangePK entityLongRangePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setMaximumLongValue
(Long maximumLongValue) void
setMinimumLongValue
(Long minimumLongValue) 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
-
EntityLongRangeDetailValue
public EntityLongRangeDetailValue(EntityLongRangeDetailPK entityLongRangeDetailPK, EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityLongRangeDetailValue- Throws:
PersistenceNotNullException
-
EntityLongRangeDetailValue
public EntityLongRangeDetailValue(EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityLongRangeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityLongRangeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityLongRangeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityLongRangeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityLongRangeDetailPK>
-
getEntityLongRangePK
-
setEntityLongRangePK
public void setEntityLongRangePK(EntityLongRangePK entityLongRangePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityLongRangePKHasBeenModified
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityLongRangeName
-
setEntityLongRangeName
- Throws:
PersistenceNotNullException
-
getEntityLongRangeNameHasBeenModified
-
getMinimumLongValue
-
setMinimumLongValue
-
getMinimumLongValueHasBeenModified
-
getMaximumLongValue
-
setMaximumLongValue
-
getMaximumLongValueHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-