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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityAttributeName(String entityAttributeName) voidsetEntityAttributePK(EntityAttributePK entityAttributePK) voidsetEntityAttributeTypePK(EntityAttributeTypePK entityAttributeTypePK) voidsetEntityTypePK(EntityTypePK entityTypePK) voidsetFromTime(Long fromTime) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetTrackRevisions(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:
getBaseFactoryInstancein classBaseValue<EntityAttributeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityAttributeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityAttributeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-