Package com.ibm.di.connector.ccmdb.model
Class OMPRelation
- java.lang.Object
-
- com.ibm.di.connector.ccmdb.model.ModelObject
-
- com.ibm.di.connector.ccmdb.model.OMPRelation
-
public class OMPRelation extends ModelObject
This class is a representation of an OMP relationship in CCMDB.
-
-
Constructor Summary
Constructors Constructor Description OMPRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelObject
getOmp()
java.lang.String
getOmpGuid()
void
setOmp(ModelObject omp)
-
Methods inherited from class com.ibm.di.connector.ccmdb.model.ModelObject
getProperties, getProperty, getPropertyCount, getPropertyNames, getStringProperty, setProperty, toString
-
-
-
-
Method Detail
-
getOmp
public ModelObject getOmp()
- Returns:
- ModelObject
-
setOmp
public void setOmp(ModelObject omp)
- Parameters:
omp
-
-
getOmpGuid
public java.lang.String getOmpGuid()
- Returns:
- String
-
-