java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.rebind.Registration

@Deprecated public class Registration extends Object
Deprecated.
This bean represents a membership registration. It consists of a membership type, the main user which also include his address, the rebind values for the membership (without type) and the team members.
  • Constructor Details Link icon

    • Registration Link icon

      public Registration()
      Deprecated.
  • Method Details Link icon

    • getType Link icon

      public String getType()
      Deprecated.
    • setType Link icon

      public void setType(String type)
      Deprecated.
    • getMainUser Link icon

      public User getMainUser()
      Deprecated.
    • setMainUser Link icon

      public void setMainUser(User mainUser)
      Deprecated.
    • getMembershipRebindValues Link icon

      public RebindValue[] getMembershipRebindValues()
      Deprecated.
    • setMembershipRebindValues Link icon

      public void setMembershipRebindValues(RebindValue[] membershipRebindValues)
      Deprecated.
    • getTeamMembers Link icon

      public User[] getTeamMembers()
      Deprecated.
    • setTeamMembers Link icon

      public void setTeamMembers(User[] teamMembers)
      Deprecated.