Package com.myjeeva.digitalocean.pojo
Class Pages
java.lang.Object
com.myjeeva.digitalocean.pojo.Pages
Represents Pages attributes
- Since:
- v2.0
- Author:
- Jeevanandam M. (jeeva@myjeeva.com)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pages
public Pages()
-
-
Method Details
-
toString
-
getFirst
- Returns:
- the first
-
setFirst
- Parameters:
first- the first to set
-
getPrev
- Returns:
- the prev
-
setPrev
- Parameters:
prev- the prev to set
-
getNext
- Returns:
- the next
-
setNext
- Parameters:
next- the next to set
-
getLast
- Returns:
- the last
-
setLast
- Parameters:
last- the last to set
-