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 checkContentWebAddress.Returns the description.Returns the entityAttributeEntityTypes.Returns the entityAttributeName.Returns the entityAttributeType.Returns the entityBlobAttribute.Returns the entityBooleanAttribute.Returns the entityBooleanDefault.Returns the entityClobAttribute.Returns the entityCollectionAttributes.Returns the entityDateAttribute.Returns the entityDateDefault.Returns the entityEntityAttribute.Returns the entityGeoPointAttribute.Returns the entityIntegerAttribute.Returns the entityIntegerDefault.Returns the entityListItemAttribute.Returns the entityListItemDefault.Returns the entityListItems.Returns the entityListItemSequence.Returns the entityLongAttribute.Returns the entityLongDefault.Returns the entityMultipleListItemAttributes.Returns the entityMultipleListItemDefaults.Returns the entityNameAttribute.Returns the entityStringAttribute.Returns the entityStringDefault.Returns the entityTimeAttribute.Returns the entityType.Returns the lowerLimitIntegerValue.Returns the lowerLimitLongValue.Returns the lowerRangeIntegerValue.Returns the lowerRangeLongValue.Returns the sortOrder.booleanReturns the trackRevisions.Returns the unitOfMeasureType.Returns the upperLimitIntegerValue.Returns the upperLimitLongValue.Returns the upperRangeIntegerValue.Returns the upperRangeLongValue.Returns the validationPattern.voidsetCheckContentWebAddress(Boolean checkContentWebAddress) Sets the checkContentWebAddress.voidsetDescription(String description) Sets the description.voidsetEntityAttributeEntityTypes(ListWrapper<EntityAttributeEntityTypeTransfer> entityAttributeEntityTypes) Sets the entityAttributeEntityTypes.voidsetEntityAttributeEntityTypesCount(Long entityAttributeEntityTypesCount) voidsetEntityAttributeName(String entityAttributeName) Sets the entityAttributeName.voidsetEntityAttributeType(EntityAttributeTypeTransfer entityAttributeType) Sets the entityAttributeType.voidsetEntityBlobAttribute(EntityBlobAttributeTransfer entityBlobAttribute) Sets the entityBlobAttribute.voidsetEntityBooleanAttribute(EntityBooleanAttributeTransfer entityBooleanAttribute) Sets the entityBooleanAttribute.voidsetEntityBooleanDefault(EntityBooleanDefaultTransfer entityBooleanDefault) Sets the entityBooleanDefault.voidsetEntityClobAttribute(EntityClobAttributeTransfer entityClobAttribute) Sets the entityClobAttribute.voidsetEntityCollectionAttributes(ListWrapper<EntityCollectionAttributeTransfer> entityCollectionAttributes) Sets the entityCollectionAttributes.voidsetEntityDateAttribute(EntityDateAttributeTransfer entityDateAttribute) Sets the entityDateAttribute.voidsetEntityDateDefault(EntityDateDefaultTransfer entityDateDefault) Sets the entityDateDefault.voidsetEntityEntityAttribute(EntityEntityAttributeTransfer entityEntityAttribute) Sets the entityEntityAttribute.voidsetEntityGeoPointAttribute(EntityGeoPointAttributeTransfer entityGeoPointAttribute) Sets the entityGeoPointAttribute.voidsetEntityIntegerAttribute(EntityIntegerAttributeTransfer entityIntegerAttribute) Sets the entityIntegerAttribute.voidsetEntityIntegerDefault(EntityIntegerDefaultTransfer entityIntegerDefault) Sets the entityIntegerDefault.voidsetEntityListItemAttribute(EntityListItemAttributeTransfer entityListItemAttribute) Sets the entityListItemAttribute.voidsetEntityListItemDefault(EntityListItemDefaultTransfer entityListItemDefault) Sets the entityListItemDefault.voidsetEntityListItems(ListWrapper<EntityListItemTransfer> entityListItems) Sets the entityListItems.voidsetEntityListItemsCount(Long entityListItemsCount) voidsetEntityListItemSequence(SequenceTransfer entityListItemSequence) Sets the entityListItemSequence.voidsetEntityLongAttribute(EntityLongAttributeTransfer entityLongAttribute) Sets the entityLongAttribute.voidsetEntityLongDefault(EntityLongDefaultTransfer entityLongDefault) Sets the entityLongDefault.voidsetEntityMultipleListItemAttributes(ListWrapper<EntityMultipleListItemAttributeTransfer> entityMultipleListItemAttributes) Sets the entityMultipleListItemAttributes.voidsetEntityMultipleListItemDefaults(ListWrapper<EntityMultipleListItemDefaultTransfer> entityMultipleListItemDefaults) Sets the entityMultipleListItemDefaults.voidsetEntityNameAttribute(EntityNameAttributeTransfer entityNameAttribute) Sets the entityNameAttribute.voidsetEntityStringAttribute(EntityStringAttributeTransfer entityStringAttribute) Sets the entityStringAttribute.voidsetEntityStringDefault(EntityStringDefaultTransfer entityStringDefault) Sets the entityStringDefault.voidsetEntityTimeAttribute(EntityTimeAttributeTransfer entityTimeAttribute) Sets the entityTimeAttribute.voidsetEntityType(EntityTypeTransfer entityType) Sets the entityType.voidsetLowerLimitIntegerValue(Integer lowerLimitIntegerValue) Sets the lowerLimitIntegerValue.voidsetLowerLimitLongValue(Long lowerLimitLongValue) Sets the lowerLimitLongValue.voidsetLowerRangeIntegerValue(Integer lowerRangeIntegerValue) Sets the lowerRangeIntegerValue.voidsetLowerRangeLongValue(Long lowerRangeLongValue) Sets the lowerRangeLongValue.voidsetSortOrder(Integer sortOrder) Sets the sortOrder.voidsetTrackRevisions(boolean trackRevisions) Sets the trackRevisions.voidsetUnitOfMeasureType(UnitOfMeasureTypeTransfer unitOfMeasureType) Sets the unitOfMeasureType.voidsetUpperLimitIntegerValue(Integer upperLimitIntegerValue) Sets the upperLimitIntegerValue.voidsetUpperLimitLongValue(Long upperLimitLongValue) Sets the upperLimitLongValue.voidsetUpperRangeIntegerValue(Integer upperRangeIntegerValue) Sets the upperRangeIntegerValue.voidsetUpperRangeLongValue(Long upperRangeLongValue) Sets the upperRangeLongValue.voidsetValidationPattern(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
-
getCheckContentWebAddress
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
-
getEntityBooleanDefault
Returns the entityBooleanDefault.- Returns:
- the entityBooleanDefault
-
setEntityBooleanDefault
Sets the entityBooleanDefault.- Parameters:
entityBooleanDefault- the entityBooleanDefault 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
-
getEntityIntegerDefault
Returns the entityIntegerDefault.- Returns:
- the entityIntegerDefault
-
setEntityIntegerDefault
Sets the entityIntegerDefault.- Parameters:
entityIntegerDefault- the entityIntegerDefault to set
-
getEntityIntegerAttribute
Returns the entityIntegerAttribute.- Returns:
- the entityIntegerAttribute
-
setEntityIntegerAttribute
Sets the entityIntegerAttribute.- Parameters:
entityIntegerAttribute- the entityIntegerAttribute to set
-
getEntityLongDefault
Returns the entityLongDefault.- Returns:
- the entityLongDefault
-
setEntityLongDefault
Sets the entityLongDefault.- Parameters:
entityLongDefault- the entityLongDefault to set
-
getEntityLongAttribute
Returns the entityLongAttribute.- Returns:
- the entityLongAttribute
-
setEntityLongAttribute
Sets the entityLongAttribute.- Parameters:
entityLongAttribute- the entityLongAttribute to set
-
getEntityStringDefault
Returns the entityStringDefault.- Returns:
- the entityStringDefault
-
setEntityStringDefault
Sets the entityStringDefault.- Parameters:
entityStringDefault- the entityStringDefault 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
-
getEntityDateDefault
Returns the entityDateDefault.- Returns:
- the entityDateDefault
-
setEntityDateDefault
Sets the entityDateDefault.- Parameters:
entityDateDefault- the entityDateDefault 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
-
getEntityListItemDefault
Returns the entityListItemDefault.- Returns:
- the entityListItemDefault
-
setEntityListItemDefault
Sets the entityListItemDefault.- Parameters:
entityListItemDefault- the entityListItemDefault to set
-
getEntityListItemAttribute
Returns the entityListItemAttribute.- Returns:
- the entityListItemAttribute
-
setEntityListItemAttribute
Sets the entityListItemAttribute.- Parameters:
entityListItemAttribute- the entityListItemAttribute to set
-
getEntityMultipleListItemDefaults
Returns the entityMultipleListItemDefaults.- Returns:
- the entityMultipleListItemDefaults
-
setEntityMultipleListItemDefaults
public void setEntityMultipleListItemDefaults(ListWrapper<EntityMultipleListItemDefaultTransfer> entityMultipleListItemDefaults) Sets the entityMultipleListItemDefaults.- Parameters:
entityMultipleListItemDefaults- the entityMultipleListItemDefaults 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
-