Class Seller

java.lang.Object
io.jmix.samples.rest.entity.StandardEntity
io.jmix.samples.rest.entity.driver.Seller

@Entity(name="ref$Seller") public class Seller extends StandardEntity
  • Field Details

    • name

      protected String name
    • contractStartDate

      @Past(message="Must be in the past") protected @Past(message="Must be in the past") Date contractStartDate
    • contractEndDate

      @Future(message="Must be in the future") protected @Future(message="Must be in the future") Date contractEndDate
  • Constructor Details

    • Seller

      public Seller()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getContractStartDate

      public Date getContractStartDate()
    • setContractStartDate

      public void setContractStartDate(Date contractStartDate)
    • getContractEndDate

      public Date getContractEndDate()
    • setContractEndDate

      public void setContractEndDate(Date contractEndDate)
    • getUuid

      public UUID getUuid()
    • setUuid

      public void setUuid(UUID uuid)