Class PetType

All Implemented Interfaces:
Serializable

@Entity public class PetType extends BaseEntity
The type of a Pet (for example, "Dog").
See Also:
  • Constructor Details

    • PetType

      public PetType()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)