Class CatalogEnrichmentData

java.lang.Object
oracle.iam.catalog.vo.CatalogEnrichmentData
All Implemented Interfaces:
Serializable

public class CatalogEnrichmentData extends Object implements Serializable
See Also:
  • Constructor Details

    • CatalogEnrichmentData

      public CatalogEnrichmentData()
  • Method Details

    • getData

      public 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 String getEntityName()
    • setEntityName

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

      public String getParentKey()
    • setParentKey

      public void setParentKey(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 String getEntityKey()
    • setEntityKey

      public void setEntityKey(String entityKey)
    • getParentEntityName

      public String getParentEntityName()
    • setParentEntityName

      public void setParentEntityName(String parentEntityName)
    • getParentEntityType

      public OIMType getParentEntityType()
    • setParentEntityType

      public void setParentEntityType(OIMType parentEntityType)
    • toString

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