com.ibm.di.connector.ccmdb.model
Class ClassAttribute

java.lang.Object
  extended by com.ibm.di.connector.ccmdb.model.ModelObject
      extended by com.ibm.di.connector.ccmdb.model.ClassAttribute

public class ClassAttribute
extends ModelObject

This class is a representation of an actual CI attribute in CCMDB.


Constructor Summary
ClassAttribute(String name)
           
 
Method Summary
 String getName()
           
 Object getValue()
           
 boolean hasSameValue(ClassAttribute otherAttribute)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class com.ibm.di.connector.ccmdb.model.ModelObject
getProperties, getProperty, getPropertyCount, getPropertyNames, getStringProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassAttribute

public ClassAttribute(String name)
Parameters:
name -
Method Detail

getValue

public Object getValue()
Returns:
Object

setValue

public void setValue(Object value)
Parameters:
value -

getName

public String getName()
Returns:
String

hasSameValue

public boolean hasSameValue(ClassAttribute otherAttribute)
Parameters:
otherAttribute -
Returns:
boolean

toString

public String toString()
Overrides:
toString in class ModelObject