|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bmc.cmdb.api.CMDBWeakPropagatedAttrs
public class CMDBWeakPropagatedAttrs
The CMDBWeakPropagatedAttrs
class defines propagated
attributes object for a weak relationship.
Constructor Summary | |
---|---|
CMDBWeakPropagatedAttrs(java.lang.String sourceAttributeName,
java.lang.String targetAttributeName)
Constructor to create a propagated attributes object for a weak relationship. |
Method Summary | |
---|---|
java.lang.String |
getSourceAttributeName()
Gets the name of the lead object attribute. |
java.lang.String |
getTargetAttributeName()
Gets the name of the weak object attribute. |
void |
setSourceAttributeName(java.lang.String sourceAttributeName)
Sets the name of the lead object attribute. |
void |
setTargetAttributeName(java.lang.String targetAttributeName)
Sets the name of the weak object attribute. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMDBWeakPropagatedAttrs(java.lang.String sourceAttributeName, java.lang.String targetAttributeName)
sourceAttributeName
- the name of the attribute in the lead objecttargetAttributeName
- the name of the attribute in the weak objectMethod Detail |
---|
public java.lang.String getSourceAttributeName()
public java.lang.String getTargetAttributeName()
public void setSourceAttributeName(java.lang.String sourceAttributeName)
sourceAttributeName
- the name of lead object attributepublic void setTargetAttributeName(java.lang.String targetAttributeName)
targetAttributeName
- the name of the weak object attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |