Class EntityAttributeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityAttributeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeTransfer
(EntityTypeTransfer entityType, EntityAttributeTypeTransfer entityAttributeType, String entityAttributeName, boolean trackRevisions, Integer sortOrder, String description) Creates a new instance of EntityAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the entityAttributeEntityTypes.Returns the entityAttributeName.Returns the entityAttributeType.Returns the entityBlobAttribute.Returns the entityBooleanAttribute.Returns the entityClobAttribute.Returns the entityCollectionAttributes.Returns the entityDateAttribute.Returns the entityEntityAttribute.Returns the entityGeoPointAttribute.Returns the entityIntegerAttribute.Returns the entityListItemAttribute.Returns the entityListItems.Returns the entityListItemSequence.Returns the entityLongAttribute.Returns the entityMultipleListItemAttributes.Returns the entityNameAttribute.Returns the entityStringAttribute.Returns the entityTimeAttribute.Returns the entityType.Returns the lowerLimitIntegerValue.Returns the lowerLimitLongValue.Returns the lowerRangeIntegerValue.Returns the lowerRangeLongValue.Returns the sortOrder.boolean
Returns the trackRevisions.Returns the unitOfMeasureType.Returns the upperLimitIntegerValue.Returns the upperLimitLongValue.Returns the upperRangeIntegerValue.Returns the upperRangeLongValue.Returns the validationPattern.boolean
Returns the checkContentWebAddress.void
setCheckContentWebAddress
(boolean checkContentWebAddress) Sets the checkContentWebAddress.void
setDescription
(String description) Sets the description.void
setEntityAttributeEntityTypes
(ListWrapper<EntityAttributeEntityTypeTransfer> entityAttributeEntityTypes) Sets the entityAttributeEntityTypes.void
setEntityAttributeEntityTypesCount
(Long entityAttributeEntityTypesCount) void
setEntityAttributeName
(String entityAttributeName) Sets the entityAttributeName.void
setEntityAttributeType
(EntityAttributeTypeTransfer entityAttributeType) Sets the entityAttributeType.void
setEntityBlobAttribute
(EntityBlobAttributeTransfer entityBlobAttribute) Sets the entityBlobAttribute.void
setEntityBooleanAttribute
(EntityBooleanAttributeTransfer entityBooleanAttribute) Sets the entityBooleanAttribute.void
setEntityClobAttribute
(EntityClobAttributeTransfer entityClobAttribute) Sets the entityClobAttribute.void
setEntityCollectionAttributes
(ListWrapper<EntityCollectionAttributeTransfer> entityCollectionAttributes) Sets the entityCollectionAttributes.void
setEntityDateAttribute
(EntityDateAttributeTransfer entityDateAttribute) Sets the entityDateAttribute.void
setEntityEntityAttribute
(EntityEntityAttributeTransfer entityEntityAttribute) Sets the entityEntityAttribute.void
setEntityGeoPointAttribute
(EntityGeoPointAttributeTransfer entityGeoPointAttribute) Sets the entityGeoPointAttribute.void
setEntityIntegerAttribute
(EntityIntegerAttributeTransfer entityIntegerAttribute) Sets the entityIntegerAttribute.void
setEntityListItemAttribute
(EntityListItemAttributeTransfer entityListItemAttribute) Sets the entityListItemAttribute.void
setEntityListItems
(ListWrapper<EntityListItemTransfer> entityListItems) Sets the entityListItems.void
setEntityListItemsCount
(Long entityListItemsCount) void
setEntityListItemSequence
(SequenceTransfer entityListItemSequence) Sets the entityListItemSequence.void
setEntityLongAttribute
(EntityLongAttributeTransfer entityLongAttribute) Sets the entityLongAttribute.void
setEntityMultipleListItemAttributes
(ListWrapper<EntityMultipleListItemAttributeTransfer> entityMultipleListItemAttributes) Sets the entityMultipleListItemAttributes.void
setEntityNameAttribute
(EntityNameAttributeTransfer entityNameAttribute) Sets the entityNameAttribute.void
setEntityStringAttribute
(EntityStringAttributeTransfer entityStringAttribute) Sets the entityStringAttribute.void
setEntityTimeAttribute
(EntityTimeAttributeTransfer entityTimeAttribute) Sets the entityTimeAttribute.void
setEntityType
(EntityTypeTransfer entityType) Sets the entityType.void
setLowerLimitIntegerValue
(Integer lowerLimitIntegerValue) Sets the lowerLimitIntegerValue.void
setLowerLimitLongValue
(Long lowerLimitLongValue) Sets the lowerLimitLongValue.void
setLowerRangeIntegerValue
(Integer lowerRangeIntegerValue) Sets the lowerRangeIntegerValue.void
setLowerRangeLongValue
(Long lowerRangeLongValue) Sets the lowerRangeLongValue.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setTrackRevisions
(boolean trackRevisions) Sets the trackRevisions.void
setUnitOfMeasureType
(UnitOfMeasureTypeTransfer unitOfMeasureType) Sets the unitOfMeasureType.void
setUpperLimitIntegerValue
(Integer upperLimitIntegerValue) Sets the upperLimitIntegerValue.void
setUpperLimitLongValue
(Long upperLimitLongValue) Sets the upperLimitLongValue.void
setUpperRangeIntegerValue
(Integer upperRangeIntegerValue) Sets the upperRangeIntegerValue.void
setUpperRangeLongValue
(Long upperRangeLongValue) Sets the upperRangeLongValue.void
setValidationPattern
(String validationPattern) Sets the validationPattern.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
EntityAttributeTransfer
public EntityAttributeTransfer(EntityTypeTransfer entityType, EntityAttributeTypeTransfer entityAttributeType, String entityAttributeName, boolean trackRevisions, Integer sortOrder, String description) Creates a new instance of EntityAttributeTransfer
-
-
Method Details
-
getEntityType
Returns the entityType.- Returns:
- the entityType
-
setEntityType
Sets the entityType.- Parameters:
entityType
- the entityType to set
-
getEntityAttributeName
Returns the entityAttributeName.- Returns:
- the entityAttributeName
-
setEntityAttributeName
Sets the entityAttributeName.- Parameters:
entityAttributeName
- the entityAttributeName to set
-
getEntityAttributeType
Returns the entityAttributeType.- Returns:
- the entityAttributeType
-
setEntityAttributeType
Sets the entityAttributeType.- Parameters:
entityAttributeType
- the entityAttributeType to set
-
getTrackRevisions
Returns the trackRevisions.- Returns:
- the trackRevisions
-
setTrackRevisions
Sets the trackRevisions.- Parameters:
trackRevisions
- the trackRevisions to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
isCheckContentWebAddress
Returns the checkContentWebAddress.- Returns:
- the checkContentWebAddress
-
setCheckContentWebAddress
Sets the checkContentWebAddress.- Parameters:
checkContentWebAddress
- the checkContentWebAddress to set
-
getValidationPattern
Returns the validationPattern.- Returns:
- the validationPattern
-
setValidationPattern
Sets the validationPattern.- Parameters:
validationPattern
- the validationPattern to set
-
getUpperRangeIntegerValue
Returns the upperRangeIntegerValue.- Returns:
- the upperRangeIntegerValue
-
setUpperRangeIntegerValue
Sets the upperRangeIntegerValue.- Parameters:
upperRangeIntegerValue
- the upperRangeIntegerValue to set
-
getUpperLimitIntegerValue
Returns the upperLimitIntegerValue.- Returns:
- the upperLimitIntegerValue
-
setUpperLimitIntegerValue
Sets the upperLimitIntegerValue.- Parameters:
upperLimitIntegerValue
- the upperLimitIntegerValue to set
-
getLowerLimitIntegerValue
Returns the lowerLimitIntegerValue.- Returns:
- the lowerLimitIntegerValue
-
setLowerLimitIntegerValue
Sets the lowerLimitIntegerValue.- Parameters:
lowerLimitIntegerValue
- the lowerLimitIntegerValue to set
-
getLowerRangeIntegerValue
Returns the lowerRangeIntegerValue.- Returns:
- the lowerRangeIntegerValue
-
setLowerRangeIntegerValue
Sets the lowerRangeIntegerValue.- Parameters:
lowerRangeIntegerValue
- the lowerRangeIntegerValue to set
-
getUpperRangeLongValue
Returns the upperRangeLongValue.- Returns:
- the upperRangeLongValue
-
setUpperRangeLongValue
Sets the upperRangeLongValue.- Parameters:
upperRangeLongValue
- the upperRangeLongValue to set
-
getUpperLimitLongValue
Returns the upperLimitLongValue.- Returns:
- the upperLimitLongValue
-
setUpperLimitLongValue
Sets the upperLimitLongValue.- Parameters:
upperLimitLongValue
- the upperLimitLongValue to set
-
getLowerLimitLongValue
Returns the lowerLimitLongValue.- Returns:
- the lowerLimitLongValue
-
setLowerLimitLongValue
Sets the lowerLimitLongValue.- Parameters:
lowerLimitLongValue
- the lowerLimitLongValue to set
-
getLowerRangeLongValue
Returns the lowerRangeLongValue.- Returns:
- the lowerRangeLongValue
-
setLowerRangeLongValue
Sets the lowerRangeLongValue.- Parameters:
lowerRangeLongValue
- the lowerRangeLongValue to set
-
getUnitOfMeasureType
Returns the unitOfMeasureType.- Returns:
- the unitOfMeasureType
-
setUnitOfMeasureType
Sets the unitOfMeasureType.- Parameters:
unitOfMeasureType
- the unitOfMeasureType to set
-
getEntityListItemSequence
Returns the entityListItemSequence.- Returns:
- the entityListItemSequence
-
setEntityListItemSequence
Sets the entityListItemSequence.- Parameters:
entityListItemSequence
- the entityListItemSequence to set
-
getEntityBooleanAttribute
Returns the entityBooleanAttribute.- Returns:
- the entityBooleanAttribute
-
setEntityBooleanAttribute
Sets the entityBooleanAttribute.- Parameters:
entityBooleanAttribute
- the entityBooleanAttribute to set
-
getEntityNameAttribute
Returns the entityNameAttribute.- Returns:
- the entityNameAttribute
-
setEntityNameAttribute
Sets the entityNameAttribute.- Parameters:
entityNameAttribute
- the entityNameAttribute to set
-
getEntityIntegerAttribute
Returns the entityIntegerAttribute.- Returns:
- the entityIntegerAttribute
-
setEntityIntegerAttribute
Sets the entityIntegerAttribute.- Parameters:
entityIntegerAttribute
- the entityIntegerAttribute to set
-
getEntityLongAttribute
Returns the entityLongAttribute.- Returns:
- the entityLongAttribute
-
setEntityLongAttribute
Sets the entityLongAttribute.- Parameters:
entityLongAttribute
- the entityLongAttribute to set
-
getEntityStringAttribute
Returns the entityStringAttribute.- Returns:
- the entityStringAttribute
-
setEntityStringAttribute
Sets the entityStringAttribute.- Parameters:
entityStringAttribute
- the entityStringAttribute to set
-
getEntityGeoPointAttribute
Returns the entityGeoPointAttribute.- Returns:
- the entityGeoPointAttribute
-
setEntityGeoPointAttribute
Sets the entityGeoPointAttribute.- Parameters:
entityGeoPointAttribute
- the entityGeoPointAttribute to set
-
getEntityBlobAttribute
Returns the entityBlobAttribute.- Returns:
- the entityBlobAttribute
-
setEntityBlobAttribute
Sets the entityBlobAttribute.- Parameters:
entityBlobAttribute
- the entityBlobAttribute to set
-
getEntityClobAttribute
Returns the entityClobAttribute.- Returns:
- the entityClobAttribute
-
setEntityClobAttribute
Sets the entityClobAttribute.- Parameters:
entityClobAttribute
- the entityClobAttribute to set
-
getEntityEntityAttribute
Returns the entityEntityAttribute.- Returns:
- the entityEntityAttribute
-
setEntityEntityAttribute
Sets the entityEntityAttribute.- Parameters:
entityEntityAttribute
- the entityEntityAttribute to set
-
getEntityCollectionAttributes
Returns the entityCollectionAttributes.- Returns:
- the entityCollectionAttributes
-
setEntityCollectionAttributes
public void setEntityCollectionAttributes(ListWrapper<EntityCollectionAttributeTransfer> entityCollectionAttributes) Sets the entityCollectionAttributes.- Parameters:
entityCollectionAttributes
- the entityCollectionAttributes to set
-
getEntityDateAttribute
Returns the entityDateAttribute.- Returns:
- the entityDateAttribute
-
setEntityDateAttribute
Sets the entityDateAttribute.- Parameters:
entityDateAttribute
- the entityDateAttribute to set
-
getEntityTimeAttribute
Returns the entityTimeAttribute.- Returns:
- the entityTimeAttribute
-
setEntityTimeAttribute
Sets the entityTimeAttribute.- Parameters:
entityTimeAttribute
- the entityTimeAttribute to set
-
getEntityListItemAttribute
Returns the entityListItemAttribute.- Returns:
- the entityListItemAttribute
-
setEntityListItemAttribute
Sets the entityListItemAttribute.- Parameters:
entityListItemAttribute
- the entityListItemAttribute to set
-
getEntityMultipleListItemAttributes
Returns the entityMultipleListItemAttributes.- Returns:
- the entityMultipleListItemAttributes
-
setEntityMultipleListItemAttributes
public void setEntityMultipleListItemAttributes(ListWrapper<EntityMultipleListItemAttributeTransfer> entityMultipleListItemAttributes) Sets the entityMultipleListItemAttributes.- Parameters:
entityMultipleListItemAttributes
- the entityMultipleListItemAttributes to set
-
getEntityListItemsCount
-
setEntityListItemsCount
-
getEntityListItems
Returns the entityListItems.- Returns:
- the entityListItems
-
setEntityListItems
Sets the entityListItems.- Parameters:
entityListItems
- the entityListItems to set
-
getEntityAttributeEntityTypesCount
-
setEntityAttributeEntityTypesCount
-
getEntityAttributeEntityTypes
Returns the entityAttributeEntityTypes.- Returns:
- the entityAttributeEntityTypes
-
setEntityAttributeEntityTypes
public void setEntityAttributeEntityTypes(ListWrapper<EntityAttributeEntityTypeTransfer> entityAttributeEntityTypes) Sets the entityAttributeEntityTypes.- Parameters:
entityAttributeEntityTypes
- the entityAttributeEntityTypes to set
-