Class PropertyDao

java.lang.Object
org.eso.ias.cdb.pojos.PropertyDao

@Entity public class PropertyDao extends Object
The property in the form of <name, value>
Author:
acaproni
  • Constructor Details

    • PropertyDao

      public PropertyDao()
      Empty constructor
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

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

      public boolean valid()
      Check the correctness of the value
      Returns:
      true if valid and false otherwise
    • toString

      public String toString()
      Overrides:
      toString in class Object