Class EntityAttributeGroupDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeGroupDetailPK>
com.echothree.model.data.core.server.value.EntityAttributeGroupDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityAttributeGroupDetailValue
extends BaseValue<EntityAttributeGroupDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeGroupDetailValue
(EntityAttributeGroupDetailPK entityAttributeGroupDetailPK, EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeGroupDetailValueEntityAttributeGroupDetailValue
(EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeGroupDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributeGroupName
(String entityAttributeGroupName) void
setEntityAttributeGroupPK
(EntityAttributeGroupPK entityAttributeGroupPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) 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
-
EntityAttributeGroupDetailValue
public EntityAttributeGroupDetailValue(EntityAttributeGroupDetailPK entityAttributeGroupDetailPK, EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeGroupDetailValue- Throws:
PersistenceNotNullException
-
EntityAttributeGroupDetailValue
public EntityAttributeGroupDetailValue(EntityAttributeGroupPK entityAttributeGroupPK, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeGroupDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityAttributeGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAttributeGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAttributeGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityAttributeGroupDetailPK>
-
getEntityAttributeGroupPK
-
setEntityAttributeGroupPK
public void setEntityAttributeGroupPK(EntityAttributeGroupPK entityAttributeGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributeGroupPKHasBeenModified
-
getEntityAttributeGroupName
-
setEntityAttributeGroupName
public void setEntityAttributeGroupName(String entityAttributeGroupName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributeGroupNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-