Class Range

Object
com.liferay.portal.kernel.servlet.Range

public class Range extends Object
Author:
Juan González
  • Constructor Details

    • Range

      public Range(long start, long end, long total)
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getContentRange

      public String getContentRange()
    • getEnd

      public long getEnd()
    • getLength

      public long getLength()
    • getStart

      public long getStart()
    • getTotal

      public long getTotal()
    • hashCode

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

      public void setEnd(long end)
    • setLength

      public void setLength(long length)
    • setStart

      public void setStart(long start)
    • setTotal

      public void setTotal(long total)