Class Range
Object
com.liferay.portal.kernel.servlet.Range
- Author:
- Juan González
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range(long start, long end, long total)
-
-
Method Details
-
equals
-
getContentRange
-
getEnd
public long getEnd() -
getLength
public long getLength() -
getStart
public long getStart() -
getTotal
public long getTotal() -
hashCode
public int hashCode() -
setEnd
public void setEnd(long end) -
setLength
public void setLength(long length) -
setStart
public void setStart(long start) -
setTotal
public void setTotal(long total)
-