Class EntityAttributeEntityAttributeGroupValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeEntityAttributeGroupPK>
com.echothree.model.data.core.server.value.EntityAttributeEntityAttributeGroupValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityAttributeEntityAttributeGroupValue
extends BaseValue<EntityAttributeEntityAttributeGroupPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeEntityAttributeGroupValue(EntityAttributeEntityAttributeGroupPK entityAttributeEntityAttributeGroupPK, EntityAttributePK entityAttributePK, EntityAttributeGroupPK entityAttributeGroupPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeEntityAttributeGroupValueEntityAttributeEntityAttributeGroupValue(EntityAttributePK entityAttributePK, EntityAttributeGroupPK entityAttributeGroupPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeEntityAttributeGroupValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributeGroupPK(EntityAttributeGroupPK entityAttributeGroupPK) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetFromTime(Long fromTime) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAttributeEntityAttributeGroupValue
public EntityAttributeEntityAttributeGroupValue(EntityAttributeEntityAttributeGroupPK entityAttributeEntityAttributeGroupPK, EntityAttributePK entityAttributePK, EntityAttributeGroupPK entityAttributeGroupPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeEntityAttributeGroupValue- Throws:
PersistenceNotNullException
-
EntityAttributeEntityAttributeGroupValue
public EntityAttributeEntityAttributeGroupValue(EntityAttributePK entityAttributePK, EntityAttributeGroupPK entityAttributeGroupPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeEntityAttributeGroupValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityAttributeEntityAttributeGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAttributeEntityAttributeGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAttributeEntityAttributeGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityAttributeEntityAttributeGroupPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityAttributeGroupPK
-
setEntityAttributeGroupPK
public void setEntityAttributeGroupPK(EntityAttributeGroupPK entityAttributeGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributeGroupPKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-