Skip navigation links


oracle.iam.catalog.vo
Class CatalogEnrichmentData

java.lang.Object
  extended by oracle.iam.catalog.vo.CatalogEnrichmentData

All Implemented Interfaces:
java.io.Serializable

public class CatalogEnrichmentData
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
CatalogEnrichmentData()
           

 

Method Summary
 java.lang.String getData()
           
 java.lang.String getEntityKey()
           
 java.lang.String getEntityName()
           
 OIMType getOimType()
           
 java.lang.String getParentEntityName()
           
 OIMType getParentEntityType()
           
 java.lang.String getParentKey()
           
 void setData(byte[] data)
          The data that needs tio be seeded in Catalog.
 void setEntityKey(java.lang.String entityKey)
           
 void setEntityName(java.lang.String entityName)
          Name of an Entity for whose information we are seeding.
 void setOimType(OIMType oimType)
           
 void setParentEntityName(java.lang.String parentEntityName)
           
 void setParentEntityType(OIMType parentEntityType)
           
 void setParentKey(java.lang.String parentKey)
          Parent Entity key that will be used with entity name to check that the data is unique
 java.lang.String toString()
           

 

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

 

Constructor Detail

CatalogEnrichmentData

public CatalogEnrichmentData()

Method Detail

getData

public java.lang.String getData()

setData

public void setData(byte[] data)
The data that needs tio be seeded in Catalog. data should be in form of an XML which should be as per the XSD in MDS

getEntityName

public java.lang.String getEntityName()

setEntityName

public void setEntityName(java.lang.String entityName)
Name of an Entity for whose information we are seeding. Its a unique name of an entity

getParentKey

public java.lang.String getParentKey()

setParentKey

public void setParentKey(java.lang.String parentKey)
Parent Entity key that will be used with entity name to check that the data is unique

getOimType

public OIMType getOimType()

setOimType

public void setOimType(OIMType oimType)

getEntityKey

public java.lang.String getEntityKey()

setEntityKey

public void setEntityKey(java.lang.String entityKey)

getParentEntityName

public java.lang.String getParentEntityName()

setParentEntityName

public void setParentEntityName(java.lang.String parentEntityName)

getParentEntityType

public OIMType getParentEntityType()

setParentEntityType

public void setParentEntityType(OIMType parentEntityType)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
String representation of the Catalog vo.

Skip navigation links


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