|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.missingref.support.DefaultMissingRef
public class DefaultMissingRef
Default IMissingRef implementation. This class represents the missing references in ODI repositories.
A missing reference represents a broken relationship from a referring object to its referenced object due to the referenced object not currently existing in the repository. The missing reference states which relationship has been broken.
| Constructor Summary | |
|---|---|
DefaultMissingRef()FOR INTERNAL USE ONLY. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()Returns the description value. |
java.lang.Class<? extends IRepositoryEntity> |
getMissingEntityClass()Returns the missing entity class value. |
java.lang.String |
getPropertyName()Returns the property name value. |
com.sunopsis.versioning.SnpsMissingRef |
getSnpsMissingRef()Returns the snps missing ref value. |
java.lang.Class<? extends IRepositoryEntity> |
getSourceEntityClass()Returns the source entity class value. |
java.io.Serializable |
getSourceEntityId()Returns the source entity id value. |
void |
setDescription(java.lang.String pDescription)Specifies the description value. |
void |
setMissingEntityClass(java.lang.Class<? extends IRepositoryEntity> pMissingEntityClass)Specifies the missing entity class value. |
void |
setPropertyName(java.lang.String pPropertyName)Sets this object's property name. |
void |
setSnpsMissingRef(com.sunopsis.versioning.SnpsMissingRef pSnpsMissingRef)Specifies the snps missing ref value. |
void |
setSourceEntityClass(java.lang.Class<? extends IRepositoryEntity> pSourceEntityClass)Specifies the source entity class value. |
void |
setSourceEntityId(java.io.Serializable pSourceEntityId)Specifies the source entity id value. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMissingRef()
| Method Detail |
|---|
public java.lang.Class<? extends IRepositoryEntity> getMissingEntityClass()
getMissingEntityClass in interface IMissingRefsetMissingEntityClass(Class)public java.lang.Class<? extends IRepositoryEntity> getSourceEntityClass()
getSourceEntityClass in interface IMissingRefsetSourceEntityClass(Class)public java.io.Serializable getSourceEntityId()
getSourceEntityId in interface IMissingRefsetSourceEntityId(Serializable)public com.sunopsis.versioning.SnpsMissingRef getSnpsMissingRef()
setSnpsMissingRef(SnpsMissingRef)public java.lang.String getDescription()
getDescription in interface IMissingRefsetDescription(String)public void setDescription(java.lang.String pDescription)
pDescription - a description valuegetDescription()public void setSnpsMissingRef(com.sunopsis.versioning.SnpsMissingRef pSnpsMissingRef)
pSnpsMissingRef - a snps missing ref valuegetSnpsMissingRef()public void setSourceEntityClass(java.lang.Class<? extends IRepositoryEntity> pSourceEntityClass)
pSourceEntityClass - a source entity class valuegetSourceEntityClass()public void setSourceEntityId(java.io.Serializable pSourceEntityId)
pSourceEntityId - a source entity id valuegetSourceEntityId()public java.lang.String getPropertyName()
getPropertyName in interface IMissingRefsetPropertyName(String)public void setPropertyName(java.lang.String pPropertyName)
pPropertyName - an object's property namegetPropertyName()public void setMissingEntityClass(java.lang.Class<? extends IRepositoryEntity> pMissingEntityClass)
pMissingEntityClass - a missing entity class valuegetMissingEntityClass()public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||