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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributeGroupPK
(EntityAttributeGroupPK entityAttributeGroupPK) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setFromTime
(Long fromTime) 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
-
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:
getBaseFactoryInstance
in classBaseValue<EntityAttributeEntityAttributeGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAttributeEntityAttributeGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAttributeEntityAttributeGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-