Interface EntityAttributeEdit
- All Superinterfaces:
BaseEdit,BaseForm,BaseSpec,EntityAttributeDescriptionEdit,UnitOfMeasureKindSpec,UnitOfMeasureTypeSpec,WorkflowSpec
- All Known Subinterfaces:
CreateEntityAttributeForm
public interface EntityAttributeEdit
extends EntityAttributeDescriptionEdit, UnitOfMeasureTypeSpec, WorkflowSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCheckContentWebAddress(String checkContentWebAddress) voidsetEntityAttributeName(String entityAttributeName) voidsetEntityListItemSequenceName(String entityListItemSequenceName) voidsetLowerLimitIntegerValue(String lowerLimitIntegerValue) voidsetLowerLimitLongValue(String lowerLimitLongValue) voidsetLowerRangeIntegerValue(String lowerRangeIntegerValue) voidsetLowerRangeLongValue(String lowerRangeLongValue) voidsetSortOrder(String sortOrder) voidsetTrackRevisions(String trackRevisions) voidsetUpperLimitIntegerValue(String upperLimitIntegerValue) voidsetUpperLimitLongValue(String upperLimitLongValue) voidsetUpperRangeIntegerValue(String upperRangeIntegerValue) voidsetUpperRangeLongValue(String upperRangeLongValue) voidsetValidationPattern(String validationPattern) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toStringMethods inherited from interface com.echothree.control.user.core.common.edit.EntityAttributeDescriptionEdit
getDescription, setDescriptionMethods inherited from interface com.echothree.control.user.uom.common.spec.UnitOfMeasureKindSpec
getUnitOfMeasureKindName, setUnitOfMeasureKindNameMethods inherited from interface com.echothree.control.user.uom.common.spec.UnitOfMeasureTypeSpec
getUnitOfMeasureTypeName, setUnitOfMeasureTypeNameMethods inherited from interface com.echothree.control.user.workflow.common.spec.WorkflowSpec
getWorkflowName, setWorkflowName
-
Method Details
-
getEntityAttributeName
-
setEntityAttributeName
-
getTrackRevisions
-
setTrackRevisions
-
getCheckContentWebAddress
-
setCheckContentWebAddress
-
getValidationPattern
-
setValidationPattern
-
getUpperRangeIntegerValue
-
setUpperRangeIntegerValue
-
getUpperLimitIntegerValue
-
setUpperLimitIntegerValue
-
getLowerLimitIntegerValue
-
setLowerLimitIntegerValue
-
getLowerRangeIntegerValue
-
setLowerRangeIntegerValue
-
getUpperRangeLongValue
-
setUpperRangeLongValue
-
getUpperLimitLongValue
-
setUpperLimitLongValue
-
getLowerLimitLongValue
-
setLowerLimitLongValue
-
getLowerRangeLongValue
-
setLowerRangeLongValue
-
getEntityListItemSequenceName
-
setEntityListItemSequenceName
-
getSortOrder
-
setSortOrder
-