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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributeGroupName(String entityAttributeGroupName) voidsetEntityAttributeGroupPK(EntityAttributeGroupPK entityAttributeGroupPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<EntityAttributeGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAttributeGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAttributeGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-