Class LicenseApplication


  • @Entity
    public class LicenseApplication
    extends Object
    This class provides an example initiation of cascade actions to a related entity.
    • Field Detail

      • id

        private int id
      • updated

        private Date updated
    • Constructor Detail

      • LicenseApplication

        public LicenseApplication()
      • LicenseApplication

        public LicenseApplication​(License license)
    • Method Detail

      • getId

        public int getId()
      • getLicense

        public License getLicense()
      • getUpdated

        public Date getUpdated()
      • setUpdated

        public void setUpdated​(Date updated)