public class PagingLinks
extends Object
| Constructor and Description |
|---|
PagingLinks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PagingLinks |
first(LinkToFirstPage first)
Returns a PagingLinks instance initialized with LinkToFirstPage
|
LinkToFirstPage |
getFirst()
Get first
|
LinkToFirstPage |
getLast()
Get last
|
LinkToFirstPage |
getNext()
Get next
|
LinkToFirstPage |
getPrev()
Get prev
|
RelSelf |
getSelf()
Get self
|
int |
hashCode() |
PagingLinks |
last(LinkToFirstPage last)
Returns a PagingLinks instance initialized with LinkToFirstPage
|
PagingLinks |
next(LinkToFirstPage next)
Returns a PagingLinks instance initialized with LinkToFirstPage
|
PagingLinks |
prev(LinkToFirstPage prev)
Returns a PagingLinks instance initialized with LinkToFirstPage
|
PagingLinks |
self(RelSelf self)
Returns a PagingLinks instance initialized with RelSelf
|
void |
setFirst(LinkToFirstPage first) |
void |
setLast(LinkToFirstPage last) |
void |
setNext(LinkToFirstPage next) |
void |
setPrev(LinkToFirstPage prev) |
void |
setSelf(RelSelf self) |
String |
toString() |
public PagingLinks self(RelSelf self)
self - instance of RelSelf to be associated with PagingLinkspublic RelSelf getSelf()
public void setSelf(RelSelf self)
public PagingLinks first(LinkToFirstPage first)
first - instance of LinkToFirstPage to be associated with PagingLinkspublic LinkToFirstPage getFirst()
public void setFirst(LinkToFirstPage first)
public PagingLinks prev(LinkToFirstPage prev)
prev - instance of LinkToFirstPage to be associated with PagingLinkspublic LinkToFirstPage getPrev()
public void setPrev(LinkToFirstPage prev)
public PagingLinks next(LinkToFirstPage next)
next - instance of LinkToFirstPage to be associated with PagingLinkspublic LinkToFirstPage getNext()
public void setNext(LinkToFirstPage next)
public PagingLinks last(LinkToFirstPage last)
last - instance of LinkToFirstPage to be associated with PagingLinkspublic LinkToFirstPage getLast()
public void setLast(LinkToFirstPage last)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object