Skip navigation links


oracle.iam.oimcommon.vo
Class AttributeDefinition

java.lang.Object
  extended by oracle.iam.oimcommon.vo.base.AbstractEntity
      extended by oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
          extended by oracle.iam.oimcommon.vo.AttributeDefinition

All Implemented Interfaces:
java.io.Serializable

public class AttributeDefinition
extends AbstractRiskAwareEntity
implements java.io.Serializable

Represents the parent and child form fields in a resource object .

See Also:
Serialized Form

Constructor Summary
AttributeDefinition()
           

 

Method Summary
 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)
           

 

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

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttributeDefinition

public AttributeDefinition()

Method Detail

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

isMandatory

public java.lang.Boolean isMandatory()

setMandatory

public void setMandatory(java.lang.Boolean mandatory)

isManaged

public java.lang.Boolean isManaged()

setManaged

public void setManaged(java.lang.Boolean managed)

isCertifiable

public java.lang.Boolean isCertifiable()

setCertifiable

public void setCertifiable(java.lang.Boolean certifiable)

isAuditable

public java.lang.Boolean isAuditable()

setAuditable

public void setAuditable(java.lang.Boolean auditable)

isMinable

public java.lang.Boolean isMinable()

setMinable

public void setMinable(java.lang.Boolean minable)

isMultiValued

public java.lang.Boolean isMultiValued()

setMultiValued

public void setMultiValued(java.lang.Boolean multiValued)

getMaxLength

public java.lang.Integer getMaxLength()

setMaxLength

public void setMaxLength(java.lang.Integer maxLength)

getParent

public java.lang.Integer getParent()

setParent

public void setParent(java.lang.Integer parent)

getAttributeCategory

public AttributeCategory getAttributeCategory()

setAttributeCategory

public void setAttributeCategory(AttributeCategory attributeCategory)

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.