java.lang.Object
org.opencastproject.adopter.registration.dto.GeneralData

public class GeneralData extends Object
DTO for the general data of an adopter.
  • Constructor Details

    • GeneralData

      public GeneralData(Adopter adopter)
  • Method Details

    • jsonify

      public String jsonify()
      Creates a JSON string from an instance of this class.
      Returns:
      This class as a JSON string.
    • getAdopterKey

      public String getAdopterKey()
    • setAdopterKey

      public void setAdopterKey(String key)
    • getOrganisationName

      public String getOrganisationName()
    • getDepartmentName

      public String getDepartmentName()
    • getFirstName

      public String getFirstName()
    • getLastName

      public String getLastName()
    • getCountry

      public String getCountry()
    • getCity

      public String getCity()
    • getPostalCode

      public String getPostalCode()
    • getStreet

      public String getStreet()
    • getStreetNo

      public String getStreetNo()
    • getEmail

      public String getEmail()
    • getContactMe

      public String getContactMe()
    • getSystemType

      public String getSystemType()
    • getErrorReports

      public String getErrorReports()
    • getStatisticss

      public String getStatisticss()