public class AttributeDescriptorModel extends DescriptorModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_ATTRIBUTECONSTRAINTATTRIBUTEDESCRELATION
Generated relation code constant for relation
AttributeConstraintAttributeDescRelation defining source attribute constraints in extension validation. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ATTRIBUTEHANDLER
Generated constant - Attribute key of
AttributeDescriptor.attributeHandler attribute defined at extension core. |
static String |
CONSTRAINTS
Generated constant - Attribute key of
AttributeDescriptor.constraints attribute defined at extension validation. |
static String |
DATABASECOLUMN
Generated constant - Attribute key of
AttributeDescriptor.databaseColumn attribute defined at extension core. |
static String |
DECLARINGENCLOSINGTYPE
Generated constant - Attribute key of
AttributeDescriptor.declaringEnclosingType attribute defined at extension core. |
static String |
DEFAULTVALUE
Generated constant - Attribute key of
AttributeDescriptor.defaultValue attribute defined at extension core. |
static String |
DEFAULTVALUEDEFINITIONSTRING
Generated constant - Attribute key of
AttributeDescriptor.defaultValueDefinitionString attribute defined at extension core. |
static String |
DESCRIPTION
Generated constant - Attribute key of
AttributeDescriptor.description attribute defined at extension core. |
static String |
DONTCOPY
Generated constant - Attribute key of
AttributeDescriptor.dontCopy attribute defined at extension catalog. |
static String |
ENCLOSINGTYPE
Generated constant - Attribute key of
AttributeDescriptor.enclosingType attribute defined at extension core. |
static String |
ENCRYPTED
Generated constant - Attribute key of
AttributeDescriptor.encrypted attribute defined at extension core. |
static String |
FORCELUCENEINDEXABLE
Generated constant - Attribute key of
AttributeDescriptor.forceLuceneIndexable attribute defined at extension lucenesearch. |
static String |
HIDDENFORUI
Generated constant - Attribute key of
AttributeDescriptor.hiddenForUI attribute defined at extension core. |
static String |
HMCINDEXFIELD
Generated constant - Attribute key of
AttributeDescriptor.hmcIndexField attribute defined at extension lucenesearch. |
static String |
INITIAL
Generated constant - Attribute key of
AttributeDescriptor.initial attribute defined at extension core. |
static String |
LOCALIZED
Generated constant - Attribute key of
AttributeDescriptor.localized attribute defined at extension core. |
static String |
MODIFIERS
Generated constant - Attribute key of
AttributeDescriptor.modifiers attribute defined at extension core. |
static String |
OPTIONAL
Generated constant - Attribute key of
AttributeDescriptor.optional attribute defined at extension core. |
static String |
PARTOF
Generated constant - Attribute key of
AttributeDescriptor.partOf attribute defined at extension core. |
static String |
PERSISTENCECLASS
Generated constant - Attribute key of
AttributeDescriptor.persistenceClass attribute defined at extension core. |
static String |
PERSISTENCEQUALIFIER
Generated constant - Attribute key of
AttributeDescriptor.persistenceQualifier attribute defined at extension core. |
static String |
PERSISTENCETYPE
Generated constant - Attribute key of
AttributeDescriptor.persistenceType attribute defined at extension core. |
static String |
PRIMITIVE
Generated constant - Attribute key of
AttributeDescriptor.primitive attribute defined at extension core. |
static String |
PRIVATE
Generated constant - Attribute key of
AttributeDescriptor.private attribute defined at extension core. |
static String |
PROPERTY
Generated constant - Attribute key of
AttributeDescriptor.property attribute defined at extension core. |
static String |
PROPOSEDDATABASECOLUMN
Generated constant - Attribute key of
AttributeDescriptor.proposedDatabaseColumn attribute defined at extension core. |
static String |
READABLE
Generated constant - Attribute key of
AttributeDescriptor.readable attribute defined at extension core. |
static String |
READONLYFORUI
Generated constant - Attribute key of
AttributeDescriptor.readOnlyForUI attribute defined at extension core. |
static String |
REMOVABLE
Generated constant - Attribute key of
AttributeDescriptor.removable attribute defined at extension core. |
static String |
SEARCH
Generated constant - Attribute key of
AttributeDescriptor.search attribute defined at extension core. |
static String |
SELECTIONOF
Generated constant - Attribute key of
AttributeDescriptor.selectionOf attribute defined at extension core. |
static String |
UNIQUE
Generated constant - Attribute key of
AttributeDescriptor.unique attribute defined at extension core. |
static String |
WRITABLE
Generated constant - Attribute key of
AttributeDescriptor.writable attribute defined at extension core. |
ATTRIBUTETYPE, QUALIFIERAUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AttributeDescriptorModel()
Generated constructor - Default constructor for generic creation.
|
AttributeDescriptorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AttributeDescriptorModel(TypeModel _attributeType,
ComposedTypeModel _enclosingType,
Boolean _generate,
Boolean _partOf,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AttributeDescriptorModel(TypeModel _attributeType,
ComposedTypeModel _enclosingType,
Boolean _generate,
ItemModel _owner,
Boolean _partOf,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeHandler()
Generated method - Getter of the
AttributeDescriptor.attributeHandler attribute defined at extension core. |
Set<AttributeConstraintModel> |
getConstraints()
Generated method - Getter of the
AttributeDescriptor.constraints attribute defined at extension validation. |
String |
getDatabaseColumn()
Generated method - Getter of the
AttributeDescriptor.databaseColumn attribute defined at extension core. |
ComposedTypeModel |
getDeclaringEnclosingType()
Generated method - Getter of the
AttributeDescriptor.declaringEnclosingType attribute defined at extension core. |
Object |
getDefaultValue()
Generated method - Getter of the
AttributeDescriptor.defaultValue attribute defined at extension core. |
String |
getDescription()
Generated method - Getter of the
AttributeDescriptor.description attribute defined at extension core. |
String |
getDescription(Locale loc)
Generated method - Getter of the
AttributeDescriptor.description attribute defined at extension core. |
Boolean |
getDontCopy()
Generated method - Getter of the
AttributeDescriptor.dontCopy attribute defined at extension catalog. |
ComposedTypeModel |
getEnclosingType()
Generated method - Getter of the
AttributeDescriptor.enclosingType attribute defined at extension core. |
Boolean |
getEncrypted()
Generated method - Getter of the
AttributeDescriptor.encrypted attribute defined at extension core. |
Boolean |
getForceLuceneIndexable()
Generated method - Getter of the
AttributeDescriptor.forceLuceneIndexable attribute defined at extension lucenesearch. |
Boolean |
getHiddenForUI()
Generated method - Getter of the
AttributeDescriptor.hiddenForUI attribute defined at extension core. |
String |
getHmcIndexField()
Generated method - Getter of the
AttributeDescriptor.hmcIndexField attribute defined at extension lucenesearch. |
Boolean |
getInitial()
Generated method - Getter of the
AttributeDescriptor.initial attribute defined at extension core. |
Boolean |
getLocalized()
Generated method - Getter of the
AttributeDescriptor.localized attribute defined at extension core. |
Integer |
getModifiers()
Generated method - Getter of the
AttributeDescriptor.modifiers attribute defined at extension core. |
Boolean |
getOptional()
Generated method - Getter of the
AttributeDescriptor.optional attribute defined at extension core. |
Boolean |
getPartOf()
Generated method - Getter of the
AttributeDescriptor.partOf attribute defined at extension core. |
Class |
getPersistenceClass()
Generated method - Getter of the
AttributeDescriptor.persistenceClass attribute defined at extension core. |
Boolean |
getPrimitive()
Generated method - Getter of the
AttributeDescriptor.primitive attribute defined at extension core. |
Boolean |
getPrivate()
Generated method - Getter of the
AttributeDescriptor.private attribute defined at extension core. |
Boolean |
getProperty()
Generated method - Getter of the
AttributeDescriptor.property attribute defined at extension core. |
String |
getProposedDatabaseColumn()
Generated method - Getter of the
AttributeDescriptor.proposedDatabaseColumn attribute defined at extension core. |
Boolean |
getReadable()
Generated method - Getter of the
AttributeDescriptor.readable attribute defined at extension core. |
Boolean |
getReadOnlyForUI()
Generated method - Getter of the
AttributeDescriptor.readOnlyForUI attribute defined at extension core. |
Boolean |
getRemovable()
Generated method - Getter of the
AttributeDescriptor.removable attribute defined at extension core. |
Boolean |
getSearch()
Generated method - Getter of the
AttributeDescriptor.search attribute defined at extension core. |
AttributeDescriptorModel |
getSelectionOf()
Generated method - Getter of the
AttributeDescriptor.selectionOf attribute defined at extension core. |
Boolean |
getUnique()
Generated method - Getter of the
AttributeDescriptor.unique attribute defined at extension core. |
Boolean |
getWritable()
Generated method - Getter of the
AttributeDescriptor.writable attribute defined at extension core. |
void |
setAttributeHandler(String value)
Generated method - Setter of
AttributeDescriptor.attributeHandler attribute defined at extension core. |
void |
setConstraints(Set<AttributeConstraintModel> value)
Generated method - Setter of
AttributeDescriptor.constraints attribute defined at extension validation. |
void |
setDatabaseColumn(String value)
Generated method - Setter of
AttributeDescriptor.databaseColumn attribute defined at extension core. |
void |
setDefaultValue(Object value)
Generated method - Setter of
AttributeDescriptor.defaultValue attribute defined at extension core. |
void |
setDescription(String value)
Generated method - Setter of
AttributeDescriptor.description attribute defined at extension core. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
AttributeDescriptor.description attribute defined at extension core. |
void |
setDontCopy(Boolean value)
Generated method - Setter of
AttributeDescriptor.dontCopy attribute defined at extension catalog. |
void |
setEnclosingType(ComposedTypeModel value)
Generated method - Initial setter of
AttributeDescriptor.enclosingType attribute defined at extension core. |
void |
setEncrypted(Boolean value)
Generated method - Setter of
AttributeDescriptor.encrypted attribute defined at extension core. |
void |
setForceLuceneIndexable(Boolean value)
Generated method - Setter of
AttributeDescriptor.forceLuceneIndexable attribute defined at extension lucenesearch. |
void |
setHiddenForUI(Boolean value)
Generated method - Setter of
AttributeDescriptor.hiddenForUI attribute defined at extension core. |
void |
setHmcIndexField(String value)
Generated method - Setter of
AttributeDescriptor.hmcIndexField attribute defined at extension lucenesearch. |
void |
setInitial(Boolean value)
Generated method - Setter of
AttributeDescriptor.initial attribute defined at extension core. |
void |
setModifiers(Integer value)
Generated method - Setter of
AttributeDescriptor.modifiers attribute defined at extension core. |
void |
setOptional(Boolean value)
Generated method - Setter of
AttributeDescriptor.optional attribute defined at extension core. |
void |
setPartOf(Boolean value)
Generated method - Setter of
AttributeDescriptor.partOf attribute defined at extension core. |
void |
setPrimitive(Boolean value)
Generated method - Setter of
AttributeDescriptor.primitive attribute defined at extension core. |
void |
setPrivate(Boolean value)
Generated method - Setter of
AttributeDescriptor.private attribute defined at extension core. |
void |
setProperty(Boolean value)
Generated method - Initial setter of
AttributeDescriptor.property attribute defined at extension core. |
void |
setReadable(Boolean value)
Generated method - Setter of
AttributeDescriptor.readable attribute defined at extension core. |
void |
setReadOnlyForUI(Boolean value)
Generated method - Setter of
AttributeDescriptor.readOnlyForUI attribute defined at extension core. |
void |
setRemovable(Boolean value)
Generated method - Setter of
AttributeDescriptor.removable attribute defined at extension core. |
void |
setSearch(Boolean value)
Generated method - Setter of
AttributeDescriptor.search attribute defined at extension core. |
void |
setUnique(Boolean value)
Generated method - Setter of
AttributeDescriptor.unique attribute defined at extension core. |
void |
setWritable(Boolean value)
Generated method - Setter of
AttributeDescriptor.writable attribute defined at extension core. |
getAttributeType, getQualifier, setAttributeType, setQualifiergetAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNamegetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _ATTRIBUTECONSTRAINTATTRIBUTEDESCRELATION
AttributeConstraintAttributeDescRelation defining source attribute constraints in extension validation.public static final String DATABASECOLUMN
AttributeDescriptor.databaseColumn attribute defined at extension core.public static final String DEFAULTVALUE
AttributeDescriptor.defaultValue attribute defined at extension core.public static final String DEFAULTVALUEDEFINITIONSTRING
AttributeDescriptor.defaultValueDefinitionString attribute defined at extension core.public static final String ENCLOSINGTYPE
AttributeDescriptor.enclosingType attribute defined at extension core.public static final String DECLARINGENCLOSINGTYPE
AttributeDescriptor.declaringEnclosingType attribute defined at extension core.public static final String DESCRIPTION
AttributeDescriptor.description attribute defined at extension core.public static final String PERSISTENCECLASS
AttributeDescriptor.persistenceClass attribute defined at extension core.public static final String PERSISTENCEQUALIFIER
AttributeDescriptor.persistenceQualifier attribute defined at extension core.public static final String PERSISTENCETYPE
AttributeDescriptor.persistenceType attribute defined at extension core.public static final String ATTRIBUTEHANDLER
AttributeDescriptor.attributeHandler attribute defined at extension core.public static final String SELECTIONOF
AttributeDescriptor.selectionOf attribute defined at extension core.public static final String PROPOSEDDATABASECOLUMN
AttributeDescriptor.proposedDatabaseColumn attribute defined at extension core.public static final String MODIFIERS
AttributeDescriptor.modifiers attribute defined at extension core.public static final String INITIAL
AttributeDescriptor.initial attribute defined at extension core.public static final String LOCALIZED
AttributeDescriptor.localized attribute defined at extension core.public static final String OPTIONAL
AttributeDescriptor.optional attribute defined at extension core.public static final String PARTOF
AttributeDescriptor.partOf attribute defined at extension core.public static final String UNIQUE
AttributeDescriptor.unique attribute defined at extension core.public static final String PRIVATE
AttributeDescriptor.private attribute defined at extension core.public static final String PROPERTY
AttributeDescriptor.property attribute defined at extension core.public static final String READABLE
AttributeDescriptor.readable attribute defined at extension core.public static final String REMOVABLE
AttributeDescriptor.removable attribute defined at extension core.public static final String SEARCH
AttributeDescriptor.search attribute defined at extension core.public static final String WRITABLE
AttributeDescriptor.writable attribute defined at extension core.public static final String ENCRYPTED
AttributeDescriptor.encrypted attribute defined at extension core.public static final String PRIMITIVE
AttributeDescriptor.primitive attribute defined at extension core.public static final String HIDDENFORUI
AttributeDescriptor.hiddenForUI attribute defined at extension core.public static final String READONLYFORUI
AttributeDescriptor.readOnlyForUI attribute defined at extension core.public static final String CONSTRAINTS
AttributeDescriptor.constraints attribute defined at extension validation.public static final String DONTCOPY
AttributeDescriptor.dontCopy attribute defined at extension catalog.public static final String FORCELUCENEINDEXABLE
AttributeDescriptor.forceLuceneIndexable attribute defined at extension lucenesearch.public static final String HMCINDEXFIELD
AttributeDescriptor.hmcIndexField attribute defined at extension lucenesearch.public AttributeDescriptorModel()
public AttributeDescriptorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AttributeDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, Boolean _generate, Boolean _partOf, String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_enclosingType - initial attribute declared by type AttributeDescriptor at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_partOf - initial attribute declared by type AttributeDescriptor at extension core_qualifier - initial attribute declared by type Descriptor at extension core@Deprecated public AttributeDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, Boolean _generate, ItemModel _owner, Boolean _partOf, String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_enclosingType - initial attribute declared by type AttributeDescriptor at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core_partOf - initial attribute declared by type AttributeDescriptor at extension core_qualifier - initial attribute declared by type Descriptor at extension core@Accessor(qualifier="attributeHandler", type=GETTER) public String getAttributeHandler()
AttributeDescriptor.attributeHandler attribute defined at extension core.@Accessor(qualifier="constraints", type=GETTER) public Set<AttributeConstraintModel> getConstraints()
AttributeDescriptor.constraints attribute defined at extension validation.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="databaseColumn", type=GETTER) public String getDatabaseColumn()
AttributeDescriptor.databaseColumn attribute defined at extension core.@Accessor(qualifier="declaringEnclosingType", type=GETTER) public ComposedTypeModel getDeclaringEnclosingType()
AttributeDescriptor.declaringEnclosingType attribute defined at extension core.@Accessor(qualifier="defaultValue", type=GETTER) public Object getDefaultValue()
AttributeDescriptor.defaultValue attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription()
AttributeDescriptor.description attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
AttributeDescriptor.description attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="dontCopy", type=GETTER) public Boolean getDontCopy()
AttributeDescriptor.dontCopy attribute defined at extension catalog.@Accessor(qualifier="enclosingType", type=GETTER) public ComposedTypeModel getEnclosingType()
AttributeDescriptor.enclosingType attribute defined at extension core.@Accessor(qualifier="encrypted", type=GETTER) public Boolean getEncrypted()
AttributeDescriptor.encrypted attribute defined at extension core.@Accessor(qualifier="forceLuceneIndexable", type=GETTER) public Boolean getForceLuceneIndexable()
AttributeDescriptor.forceLuceneIndexable attribute defined at extension lucenesearch.@Accessor(qualifier="hiddenForUI", type=GETTER) public Boolean getHiddenForUI()
AttributeDescriptor.hiddenForUI attribute defined at extension core.@Accessor(qualifier="hmcIndexField", type=GETTER) public String getHmcIndexField()
AttributeDescriptor.hmcIndexField attribute defined at extension lucenesearch.@Accessor(qualifier="initial", type=GETTER) public Boolean getInitial()
AttributeDescriptor.initial attribute defined at extension core.@Accessor(qualifier="localized", type=GETTER) public Boolean getLocalized()
AttributeDescriptor.localized attribute defined at extension core.@Accessor(qualifier="modifiers", type=GETTER) public Integer getModifiers()
AttributeDescriptor.modifiers attribute defined at extension core.@Accessor(qualifier="optional", type=GETTER) public Boolean getOptional()
AttributeDescriptor.optional attribute defined at extension core.@Accessor(qualifier="partOf", type=GETTER) public Boolean getPartOf()
AttributeDescriptor.partOf attribute defined at extension core.@Accessor(qualifier="persistenceClass", type=GETTER) public Class getPersistenceClass()
AttributeDescriptor.persistenceClass attribute defined at extension core.@Accessor(qualifier="primitive", type=GETTER) public Boolean getPrimitive()
AttributeDescriptor.primitive attribute defined at extension core.@Accessor(qualifier="private", type=GETTER) public Boolean getPrivate()
AttributeDescriptor.private attribute defined at extension core.@Accessor(qualifier="property", type=GETTER) public Boolean getProperty()
AttributeDescriptor.property attribute defined at extension core.@Accessor(qualifier="proposedDatabaseColumn", type=GETTER) public String getProposedDatabaseColumn()
AttributeDescriptor.proposedDatabaseColumn attribute defined at extension core.@Accessor(qualifier="readable", type=GETTER) public Boolean getReadable()
AttributeDescriptor.readable attribute defined at extension core.@Accessor(qualifier="readOnlyForUI", type=GETTER) public Boolean getReadOnlyForUI()
AttributeDescriptor.readOnlyForUI attribute defined at extension core.@Accessor(qualifier="removable", type=GETTER) public Boolean getRemovable()
AttributeDescriptor.removable attribute defined at extension core.@Accessor(qualifier="search", type=GETTER) public Boolean getSearch()
AttributeDescriptor.search attribute defined at extension core.@Accessor(qualifier="selectionOf", type=GETTER) public AttributeDescriptorModel getSelectionOf()
AttributeDescriptor.selectionOf attribute defined at extension core.@Accessor(qualifier="unique", type=GETTER) public Boolean getUnique()
AttributeDescriptor.unique attribute defined at extension core.@Accessor(qualifier="writable", type=GETTER) public Boolean getWritable()
AttributeDescriptor.writable attribute defined at extension core.@Accessor(qualifier="attributeHandler", type=SETTER) public void setAttributeHandler(String value)
AttributeDescriptor.attributeHandler attribute defined at extension core.value - the attributeHandler@Accessor(qualifier="constraints", type=SETTER) public void setConstraints(Set<AttributeConstraintModel> value)
AttributeDescriptor.constraints attribute defined at extension validation.value - the constraints@Accessor(qualifier="databaseColumn", type=SETTER) public void setDatabaseColumn(String value)
AttributeDescriptor.databaseColumn attribute defined at extension core.value - the databaseColumn@Accessor(qualifier="defaultValue", type=SETTER) public void setDefaultValue(Object value)
AttributeDescriptor.defaultValue attribute defined at extension core.value - the defaultValue@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
AttributeDescriptor.description attribute defined at extension core.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
AttributeDescriptor.description attribute defined at extension core.value - the descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="dontCopy", type=SETTER) public void setDontCopy(Boolean value)
AttributeDescriptor.dontCopy attribute defined at extension catalog.value - the dontCopy@Accessor(qualifier="enclosingType", type=SETTER) public void setEnclosingType(ComposedTypeModel value)
AttributeDescriptor.enclosingType attribute defined at extension core. Can only be used at creation of model - before first save.value - the enclosingType@Accessor(qualifier="encrypted", type=SETTER) public void setEncrypted(Boolean value)
AttributeDescriptor.encrypted attribute defined at extension core.value - the encrypted@Accessor(qualifier="forceLuceneIndexable", type=SETTER) public void setForceLuceneIndexable(Boolean value)
AttributeDescriptor.forceLuceneIndexable attribute defined at extension lucenesearch.value - the forceLuceneIndexable@Accessor(qualifier="hiddenForUI", type=SETTER) public void setHiddenForUI(Boolean value)
AttributeDescriptor.hiddenForUI attribute defined at extension core.value - the hiddenForUI@Accessor(qualifier="hmcIndexField", type=SETTER) public void setHmcIndexField(String value)
AttributeDescriptor.hmcIndexField attribute defined at extension lucenesearch.value - the hmcIndexField@Accessor(qualifier="initial", type=SETTER) public void setInitial(Boolean value)
AttributeDescriptor.initial attribute defined at extension core.value - the initial@Accessor(qualifier="modifiers", type=SETTER) public void setModifiers(Integer value)
AttributeDescriptor.modifiers attribute defined at extension core.value - the modifiers@Accessor(qualifier="optional", type=SETTER) public void setOptional(Boolean value)
AttributeDescriptor.optional attribute defined at extension core.value - the optional@Accessor(qualifier="partOf", type=SETTER) public void setPartOf(Boolean value)
AttributeDescriptor.partOf attribute defined at extension core.value - the partOf@Accessor(qualifier="primitive", type=SETTER) public void setPrimitive(Boolean value)
AttributeDescriptor.primitive attribute defined at extension core.value - the primitive@Accessor(qualifier="private", type=SETTER) public void setPrivate(Boolean value)
AttributeDescriptor.private attribute defined at extension core.value - the private@Accessor(qualifier="property", type=SETTER) public void setProperty(Boolean value)
AttributeDescriptor.property attribute defined at extension core. Can only be used at creation of model - before first save.value - the property@Accessor(qualifier="readable", type=SETTER) public void setReadable(Boolean value)
AttributeDescriptor.readable attribute defined at extension core.value - the readable@Accessor(qualifier="readOnlyForUI", type=SETTER) public void setReadOnlyForUI(Boolean value)
AttributeDescriptor.readOnlyForUI attribute defined at extension core.value - the readOnlyForUI@Accessor(qualifier="removable", type=SETTER) public void setRemovable(Boolean value)
AttributeDescriptor.removable attribute defined at extension core.value - the removable@Accessor(qualifier="search", type=SETTER) public void setSearch(Boolean value)
AttributeDescriptor.search attribute defined at extension core.value - the search@Accessor(qualifier="unique", type=SETTER) public void setUnique(Boolean value)
AttributeDescriptor.unique attribute defined at extension core.value - the uniqueCopyright © 2017 SAP SE. All Rights Reserved.