public class AttributeDefinition extends AbstractRiskAwareEntity implements java.io.Serializable
Constructor and Description |
---|
AttributeDefinition() |
Modifier and Type | Method and Description |
---|---|
AttributeCategory |
getAttributeCategory() |
java.lang.String |
getLabel() |
java.lang.Integer |
getMaxLength() |
java.lang.Integer |
getParent() |
java.lang.Boolean |
isAuditable() |
java.lang.Boolean |
isCertifiable() |
java.lang.Boolean |
isManaged() |
java.lang.Boolean |
isMandatory() |
java.lang.Boolean |
isMinable() |
java.lang.Boolean |
isMultiValued() |
void |
setAttributeCategory(AttributeCategory attributeCategory) |
void |
setAuditable(java.lang.Boolean auditable) |
void |
setCertifiable(java.lang.Boolean certifiable) |
void |
setLabel(java.lang.String label) |
void |
setManaged(java.lang.Boolean managed) |
void |
setMandatory(java.lang.Boolean mandatory) |
void |
setMaxLength(java.lang.Integer maxLength) |
void |
setMinable(java.lang.Boolean minable) |
void |
setMultiValued(java.lang.Boolean multiValued) |
void |
setParent(java.lang.Integer parent) |
getItemRisk, getRiskUpdateDate, getSodRisk, setItemRisk, setRiskUpdateDate, setSodRisk
getCreateDate, getCreatedBy, getId, getName, getUpdateDate, getUpdatedBy, setCreateDate, setCreatedBy, setId, setName, setUpdateDate, setUpdatedBy
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.Boolean isMandatory()
public void setMandatory(java.lang.Boolean mandatory)
public java.lang.Boolean isManaged()
public void setManaged(java.lang.Boolean managed)
public java.lang.Boolean isCertifiable()
public void setCertifiable(java.lang.Boolean certifiable)
public java.lang.Boolean isAuditable()
public void setAuditable(java.lang.Boolean auditable)
public java.lang.Boolean isMinable()
public void setMinable(java.lang.Boolean minable)
public java.lang.Boolean isMultiValued()
public void setMultiValued(java.lang.Boolean multiValued)
public java.lang.Integer getMaxLength()
public void setMaxLength(java.lang.Integer maxLength)
public java.lang.Integer getParent()
public void setParent(java.lang.Integer parent)
public AttributeCategory getAttributeCategory()
public void setAttributeCategory(AttributeCategory attributeCategory)