A
- the generic typeV
- the value typepublic interface JSONBusinessAttributeDTO<A extends BusinessAttribute,V>
Modifier and Type | Method and Description |
---|---|
A |
getAttribute()
Gets the attribute.
|
String |
getDynamicAttributeName()
Get Dynamic Attribute Name ${tags}
|
String |
getError() |
List<String> |
getGroup()
Gets the group.
|
String |
getL10nKey()
Gets the l10n key.
|
Integer |
getPosition()
Gets the position.
|
String |
getRichTextDescription()
Gets the richTextDescription.
|
List<String> |
getSubGroup()
Gets the sub group.
|
List<V> |
getValue()
Gets the value.
|
boolean |
isDynamicAttribute()
Is attribute a DA
|
boolean |
isEnumerable() |
boolean |
isHidden()
Checks if is hidden.
|
boolean |
isLink()
Checks if is link.
|
boolean |
isMandatory()
Checks if is mandatory.
|
boolean |
isMultiValued()
Checks if is multi valued.
|
boolean |
isReadOnly()
Checks if is read only.
|
boolean |
isSynchronizeAllowed()
Check if it is needed to update immediately.
|
A getAttribute()
String getDynamicAttributeName()
String getError()
String getL10nKey()
Integer getPosition()
String getRichTextDescription()
boolean isDynamicAttribute()
boolean isEnumerable()
boolean isHidden()
boolean isLink()
boolean isMandatory()
boolean isMultiValued()
boolean isReadOnly()
boolean isSynchronizeAllowed()