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