Class EntityX

java.lang.Object
tutorial.domain.EntityX

@Entity public class EntityX extends Object
  • Constructor Details

    • EntityX

      public EntityX()
    • EntityX

      public EntityX(int type, String code, String customerEmail)
  • Method Details

    • getId

      public int getId()
    • getSomeProperty

      public String getSomeProperty()
    • setSomeProperty

      public void setSomeProperty(String someProperty)
    • getCustomerEmail

      public String getCustomerEmail()
    • setCustomerEmail

      public void setCustomerEmail(String customerEmail)
    • getTotal

      public BigDecimal getTotal()
    • setTotal

      public void setTotal(BigDecimal total)