Interface EntityAttributeEdit
- All Superinterfaces:
BaseEdit
,BaseForm
,BaseSpec
,EntityAttributeDescriptionEdit
,UnitOfMeasureKindSpec
,UnitOfMeasureTypeSpec
- All Known Subinterfaces:
CreateEntityAttributeForm
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCheckContentWebAddress
(String checkContentWebAddress) void
setEntityAttributeName
(String entityAttributeName) void
setEntityListItemSequenceName
(String entityListItemSequenceName) void
setLowerLimitIntegerValue
(String lowerLimitIntegerValue) void
setLowerLimitLongValue
(String lowerLimitLongValue) void
setLowerRangeIntegerValue
(String lowerRangeIntegerValue) void
setLowerRangeLongValue
(String lowerRangeLongValue) void
setSortOrder
(String sortOrder) void
setTrackRevisions
(String trackRevisions) void
setUpperLimitIntegerValue
(String upperLimitIntegerValue) void
setUpperLimitLongValue
(String upperLimitLongValue) void
setUpperRangeIntegerValue
(String upperRangeIntegerValue) void
setUpperRangeLongValue
(String upperRangeLongValue) void
setValidationPattern
(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, toString
Methods inherited from interface com.echothree.control.user.core.common.edit.EntityAttributeDescriptionEdit
getDescription, setDescription
Methods inherited from interface com.echothree.control.user.uom.common.spec.UnitOfMeasureKindSpec
getUnitOfMeasureKindName, setUnitOfMeasureKindName
Methods inherited from interface com.echothree.control.user.uom.common.spec.UnitOfMeasureTypeSpec
getUnitOfMeasureTypeName, setUnitOfMeasureTypeName
-
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
-