Class SectionMappingResponse

java.lang.Object
org.oxerr.stubhub.client.model.SectionMappingResponse

public class SectionMappingResponse extends Object
  • Constructor Details

    • SectionMappingResponse

      public SectionMappingResponse()
  • Method Details

    • getSection

      public String getSection()
    • setSection

      public void setSection(String section)
    • getRow

      public String getRow()
    • setRow

      public void setRow(String row)
    • getMappedSection

      public String getMappedSection()
    • setMappedSection

      public void setMappedSection(String mappedSection)
    • getSectionId

      public Integer getSectionId()
    • setSectionId

      public void setSectionId(Integer sectionId)