Package oracle.iam.oimcommon.vo
Class AttributeDefinition
java.lang.Object
oracle.iam.oimcommon.vo.base.AbstractEntity
oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
oracle.iam.oimcommon.vo.AttributeDefinition
- All Implemented Interfaces:
Serializable
Represents the parent and child form fields in a resource object .
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()voidsetAttributeCategory(AttributeCategory attributeCategory) voidsetAuditable(Boolean auditable) voidsetCertifiable(Boolean certifiable) voidvoidsetManaged(Boolean managed) voidsetMandatory(Boolean mandatory) voidsetMaxLength(Integer maxLength) voidsetMinable(Boolean minable) voidsetMultiValued(Boolean multiValued) voidMethods inherited from class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
getItemRisk, getRiskUpdateDate, getSodRisk, setItemRisk, setRiskUpdateDate, setSodRiskMethods inherited from class oracle.iam.oimcommon.vo.base.AbstractEntity
getCreateDate, getCreatedBy, getId, getName, getUpdateDate, getUpdatedBy, setCreateDate, setCreatedBy, setId, setName, setUpdateDate, setUpdatedBy
-
Constructor Details
-
AttributeDefinition
public AttributeDefinition()
-
-
Method Details
-
getLabel
-
setLabel
-
isMandatory
-
setMandatory
-
isManaged
-
setManaged
-
isCertifiable
-
setCertifiable
-
isAuditable
-
setAuditable
-
isMinable
-
setMinable
-
isMultiValued
-
setMultiValued
-
getMaxLength
-
setMaxLength
-
getParent
-
setParent
-
getAttributeCategory
-
setAttributeCategory
-