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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(EntityAttributeGroupDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<EntityAttributeGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAttributeGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAttributeGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityAttributeGroupPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-