Class FamilyValue

Object
FamilyValue
All Implemented Interfaces:
Serializable

@Entity public class FamilyValue extends Object implements Serializable
Author:
maartenl
See Also:
  • Constructor Details

    • FamilyValue

      public FamilyValue()
    • FamilyValue

      public FamilyValue(Integer id)
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object