Class EntityAttributeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityAttributeDetailPK>
com.echothree.model.data.core.server.value.EntityAttributeDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class EntityAttributeDetailValue
extends BaseValue<EntityAttributeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeDetailValue
(EntityAttributeDetailPK entityAttributeDetailPK, EntityAttributePK entityAttributePK, EntityTypePK entityTypePK, String entityAttributeName, EntityAttributeTypePK entityAttributeTypePK, Boolean trackRevisions, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeDetailValueEntityAttributeDetailValue
(EntityAttributePK entityAttributePK, EntityTypePK entityTypePK, String entityAttributeName, EntityAttributeTypePK entityAttributeTypePK, Boolean trackRevisions, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributeName
(String entityAttributeName) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setEntityAttributeTypePK
(EntityAttributeTypePK entityAttributeTypePK) void
setEntityTypePK
(EntityTypePK entityTypePK) void
setFromTime
(Long fromTime) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setTrackRevisions
(Boolean trackRevisions) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityAttributeDetailValue
public EntityAttributeDetailValue(EntityAttributeDetailPK entityAttributeDetailPK, EntityAttributePK entityAttributePK, EntityTypePK entityTypePK, String entityAttributeName, EntityAttributeTypePK entityAttributeTypePK, Boolean trackRevisions, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeDetailValue- Throws:
PersistenceNotNullException
-
EntityAttributeDetailValue
public EntityAttributeDetailValue(EntityAttributePK entityAttributePK, EntityTypePK entityTypePK, String entityAttributeName, EntityAttributeTypePK entityAttributeTypePK, Boolean trackRevisions, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of EntityAttributeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityAttributeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityAttributeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityAttributeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityAttributeDetailPK>
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getEntityTypePK
-
setEntityTypePK
- Throws:
PersistenceNotNullException
-
getEntityTypePKHasBeenModified
-
getEntityAttributeName
-
setEntityAttributeName
- Throws:
PersistenceNotNullException
-
getEntityAttributeNameHasBeenModified
-
getEntityAttributeTypePK
-
setEntityAttributeTypePK
public void setEntityAttributeTypePK(EntityAttributeTypePK entityAttributeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributeTypePKHasBeenModified
-
getTrackRevisions
-
setTrackRevisions
- Throws:
PersistenceNotNullException
-
getTrackRevisionsHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-