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()
void
setAttributeCategory
(AttributeCategory attributeCategory) void
setAuditable
(Boolean auditable) void
setCertifiable
(Boolean certifiable) void
void
setManaged
(Boolean managed) void
setMandatory
(Boolean mandatory) void
setMaxLength
(Integer maxLength) void
setMinable
(Boolean minable) void
setMultiValued
(Boolean multiValued) void
Methods inherited from class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
getItemRisk, getRiskUpdateDate, getSodRisk, setItemRisk, setRiskUpdateDate, setSodRisk
Methods 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
-