Class Property

java.lang.Object
com.polarion.qcentre.factbase.Property

public class Property extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getValue

      public Object getValue()
    • hasProperties

      public boolean hasProperties()
    • getProperty

      public Property getProperty(String name)
    • getProperties

      public Property[] getProperties()
    • addProperty

      public void addProperty(Property property)
    • addProperties

      public void addProperties(Property[] properties)
    • removeProperty

      public void removeProperty(String name)
    • setProperty

      public void setProperty(String name, Object value)
    • getPropertyValue

      public Object getPropertyValue(String name, Object defaultValue)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object