Class ClassAttribute


  • public class ClassAttribute
    extends ModelObject
    This class is a representation of an actual CI attribute in CCMDB.
    • Constructor Detail

      • ClassAttribute

        public ClassAttribute​(java.lang.String name)
        Parameters:
        name -
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Returns:
        Object
      • setValue

        public void setValue​(java.lang.Object value)
        Parameters:
        value -
      • getName

        public java.lang.String getName()
        Returns:
        String
      • hasSameValue

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