Class InfoSection.Location

java.lang.Object
org.cyclops.cyclopscore.infobook.InfoSection.Location
Enclosing class:
InfoSection

public static class InfoSection.Location extends Object
  • Constructor Details

    • Location

      public Location(int page, InfoSection infoSection)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public int getPage()
    • getInfoSection

      public InfoSection getInfoSection()
    • setPage

      public void setPage(int page)
    • setInfoSection

      public void setInfoSection(InfoSection infoSection)
    • toString

      public String toString()
      Overrides:
      toString in class Object