com.bmc.cmdb.api
Class CMDBWeakPropagatedAttrs

java.lang.Object
  extended by com.bmc.cmdb.api.CMDBWeakPropagatedAttrs

public class CMDBWeakPropagatedAttrs
extends java.lang.Object

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

CMDBWeakPropagatedAttrs

public CMDBWeakPropagatedAttrs(java.lang.String sourceAttributeName,
                               java.lang.String targetAttributeName)
Constructor to create a propagated attributes object for a weak relationship.

Parameters:
sourceAttributeName - the name of the attribute in the lead object
targetAttributeName - the name of the attribute in the weak object
Method Detail

getSourceAttributeName

public java.lang.String getSourceAttributeName()
Gets the name of the lead object attribute.

Returns:
the name of lead object attribute

getTargetAttributeName

public java.lang.String getTargetAttributeName()
Gets the name of the weak object attribute.

Returns:
the name of weak object attribute

setSourceAttributeName

public void setSourceAttributeName(java.lang.String sourceAttributeName)
Sets the name of the lead object attribute.

Parameters:
sourceAttributeName - the name of lead object attribute

setTargetAttributeName

public void setTargetAttributeName(java.lang.String targetAttributeName)
Sets the name of the weak object attribute.

Parameters:
targetAttributeName - the name of the weak object attribute


(c) Copyright 2004-2007 BMC Software, Inc.