Class EntityAttributeGroupValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeGroupPK>
com.echothree.model.data.core.server.value.EntityAttributeGroupValue
- All Implemented Interfaces:
Serializable,Cloneable
public class EntityAttributeGroupValue
extends BaseValue<EntityAttributeGroupPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeGroupValue(EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) Creates a new instance of EntityAttributeGroupValueEntityAttributeGroupValue(EntityAttributeGroupPK entityAttributeGroupPK, EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) Creates a new instance of EntityAttributeGroupValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(EntityAttributeGroupDetailPK activeDetailPK) voidsetLastDetailPK(EntityAttributeGroupDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAttributeGroupValue
public EntityAttributeGroupValue(EntityAttributeGroupPK entityAttributeGroupPK, EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EntityAttributeGroupValue- Throws:
PersistenceNotNullException
-
EntityAttributeGroupValue
public EntityAttributeGroupValue(EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of EntityAttributeGroupValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<EntityAttributeGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAttributeGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAttributeGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<EntityAttributeGroupPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-