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

    • Registration

      public Registration()
      Deprecated.
  • Method Details

    • getType

      public String getType()
      Deprecated.
    • setType

      public void setType(String type)
      Deprecated.
    • getMainUser

      public User getMainUser()
      Deprecated.
    • setMainUser

      public void setMainUser(User mainUser)
      Deprecated.
    • getMembershipRebindValues

      public RebindValue[] getMembershipRebindValues()
      Deprecated.
    • setMembershipRebindValues

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

      public User[] getTeamMembers()
      Deprecated.
    • setTeamMembers

      public void setTeamMembers(User[] teamMembers)
      Deprecated.