public class AttributeDescriptorDTO extends DescriptorDTO
| Constructor and Description |
|---|
AttributeDescriptorDTO()
Generated constructor - for generic creation.
|
getAttributeType, getQualifier, setAttributeType, setQualifiergetAutocreate, getDeprecated, getExtensionName, getGenerate, getName, setAutocreate, setDeprecated, setExtensionName, setGenerate, setNamegetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AttributeDescriptorDTO()
public String getAttributeHandler()
public Set<AttributeConstraintDTO> getConstraints()
public String getDatabaseColumn()
public ComposedTypeDTO getDeclaringEnclosingType()
public Object getDefaultValue()
public String getDescription()
public Boolean getDontCopy()
public ComposedTypeDTO getEnclosingType()
public Boolean getEncrypted()
public Boolean getForceLuceneIndexable()
public Boolean getHiddenForUI()
public String getHmcIndexField()
public Boolean getInitial()
public Boolean getLocalized()
public Integer getModifiers()
public Boolean getOptional()
public Boolean getPartOf()
public Class getPersistenceClass()
public Boolean getPrimitive()
public Boolean getPrivate()
public Boolean getProperty()
public String getProposedDatabaseColumn()
public Boolean getReadable()
public Boolean getReadOnlyForUI()
public Boolean getRemovable()
public Boolean getSearch()
public AttributeDescriptorDTO getSelectionOf()
public Boolean getUnique()
public Boolean getWritable()
public void setAttributeHandler(String value)
public void setConstraints(Set<AttributeConstraintDTO> value)
public void setDatabaseColumn(String value)
public void setDeclaringEnclosingType(ComposedTypeDTO value)
public void setDefaultValue(Object value)
public void setDescription(String value)
public void setDontCopy(Boolean value)
public void setEnclosingType(ComposedTypeDTO value)
public void setEncrypted(Boolean value)
public void setForceLuceneIndexable(Boolean value)
public void setHiddenForUI(Boolean value)
public void setHmcIndexField(String value)
public void setInitial(Boolean value)
public void setLocalized(Boolean value)
public void setModifiers(Integer value)
public void setOptional(Boolean value)
public void setPartOf(Boolean value)
public void setPersistenceClass(Class value)
public void setPrimitive(Boolean value)
public void setPrivate(Boolean value)
public void setProperty(Boolean value)
public void setProposedDatabaseColumn(String value)
public void setReadable(Boolean value)
public void setReadOnlyForUI(Boolean value)
public void setRemovable(Boolean value)
public void setSearch(Boolean value)
public void setSelectionOf(AttributeDescriptorDTO value)
public void setUnique(Boolean value)
public void setWritable(Boolean value)
Copyright © 2017 SAP SE. All Rights Reserved.