Class SectionMappingResponse

java.lang.Object
org.oxerr.stubhub.client.model.SectionMappingResponse
All Implemented Interfaces:
Serializable

public class SectionMappingResponse extends Object implements Serializable
See Also:
  • 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)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object