Package hec.data

Class DefaultProperty

java.lang.Object
hec.data.DefaultProperty
All Implemented Interfaces:
IProperty

public class DefaultProperty extends Object implements IProperty
  • Constructor Details

    • DefaultProperty

      public DefaultProperty(String id, String value)
  • Method Details

    • getPropertyId

      public String getPropertyId()
      Description copied from interface: IProperty
      Returns the property id of this object.
      Specified by:
      getPropertyId in interface IProperty
      Returns:
    • getPropertyValue

      public String getPropertyValue()
      Description copied from interface: IProperty
      Returns the property value of this object.
      Specified by:
      getPropertyValue in interface IProperty
      Returns:
    • getPropertyComment

      public String getPropertyComment()
      Description copied from interface: IProperty
      Returns the property comment for this object.
      Specified by:
      getPropertyComment in interface IProperty
      Returns: