forms

package forms

Visibility
  1. Public
  2. All

Type Members

  1. case class AtachForm(grpName: String) extends Product with Serializable

  2. case class DesignChangeForm(dcNo: String, dcDescription: String) extends Product with Serializable

  3. case class DesignChangeRelationForm(partsListBeanBefore: PartsListBean, partsListBeanAfter: PartsListBean, dcno: String) extends Product with Serializable

  4. case class NotifyForm(message: String, users: UserForm, state: String, atach: AtachForm) extends Product with Serializable

  5. case class PartForm(name: String, atach: AtachForm, projectName: String) extends Product with Serializable

  6. case class ProjectForm(name: String, users: UserForm) extends Product with Serializable

  7. case class ReplyForm(message: String, users: UserForm, atach: AtachForm) extends Product with Serializable

  8. case class UserForm(name: String) extends Product with Serializable

Ungrouped