Skip navigation links


oracle.iam.certification.vo.base
Class BaseCatalog

java.lang.Object
  extended by oracle.iam.certification.vo.base.AbstractDomainObject
      extended by oracle.iam.certification.vo.base.BaseCatalog

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CatalogItemWrapper, IDCAccountAttributeAndRoleWrapper, IDCAccountAttributeWrapper, IDCAttributeValue, IDCPolicyAttributeWrapper

public abstract class BaseCatalog
extends AbstractDomainObject
See Also:
Serialized Form

Constructor Summary
BaseCatalog()
           

 

Method Summary
 java.lang.Long getCatalogEntityKey()
           
 OIMType getCatalogEntityType()
           
 java.lang.Boolean getIsHierarchical()
           
 void setCatalogEntityKey(java.lang.Long catalogEntityKey)
           
 void setCatalogEntityType(OIMType catalogEntityType)
           
 void setHierarchical(java.lang.Boolean isHierarchical)
           

 

Methods inherited from class oracle.iam.certification.vo.base.AbstractDomainObject
getEntityId, getId, getLastAction, getLastReviewerId, getLastReviewerTaskUid, getParentEntityId, getRecipientId, getSrmCreateDate, getSrmUpdateDate, getTaskActions, isNew, setEntityId, setId, setLastAction, setLastReviewerId, setLastReviewerTaskUid, setParentEntityId, setRecipientId, setSrmCreateDate, setSrmUpdateDate, setTaskActions

 

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

 

Constructor Detail

BaseCatalog

public BaseCatalog()

Method Detail

setHierarchical

public void setHierarchical(java.lang.Boolean isHierarchical)

getIsHierarchical

public java.lang.Boolean getIsHierarchical()

setCatalogEntityKey

public void setCatalogEntityKey(java.lang.Long catalogEntityKey)

getCatalogEntityKey

public java.lang.Long getCatalogEntityKey()

setCatalogEntityType

public void setCatalogEntityType(OIMType catalogEntityType)

getCatalogEntityType

public OIMType getCatalogEntityType()

Skip navigation links


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