public class CatalogEnrichmentData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CatalogEnrichmentData() |
Modifier and Type | Method and Description |
---|---|
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() |
public java.lang.String getData()
public void setData(byte[] data)
public java.lang.String getEntityName()
public void setEntityName(java.lang.String entityName)
public java.lang.String getParentKey()
public void setParentKey(java.lang.String parentKey)
public OIMType getOimType()
public void setOimType(OIMType oimType)
public java.lang.String getEntityKey()
public void setEntityKey(java.lang.String entityKey)
public java.lang.String getParentEntityName()
public void setParentEntityName(java.lang.String parentEntityName)
public OIMType getParentEntityType()
public void setParentEntityType(OIMType parentEntityType)
public java.lang.String toString()
toString
in class java.lang.Object