public class ENavigation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
CURRENT
(missing javadoc)
|
int |
FIRST
(missing javadoc)
|
int |
LAST
(missing javadoc)
|
int |
NEXT
(missing javadoc)
|
int |
PREVIOUS
(missing javadoc)
|
| Constructor and Description |
|---|
ENavigation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCURRENT()
Access method for the CURRENT property.
|
int |
getFIRST()
Access method for the FIRST property.
|
int |
getLAST()
Access method for the LAST property.
|
int |
getNEXT()
Access method for the NEXT property.
|
int |
getPREVIOUS()
Access method for the PREVIOUS property.
|
void |
setCURRENT(int aCURRENT)
Sets the value of the CURRENT property.
|
void |
setFIRST(int aFIRST)
Sets the value of the FIRST property.
|
void |
setLAST(int aLAST)
Sets the value of the LAST property.
|
void |
setNEXT(int aNEXT)
Sets the value of the NEXT property.
|
void |
setPREVIOUS(int aPREVIOUS)
Sets the value of the PREVIOUS property.
|
public int FIRST
public int NEXT
public int PREVIOUS
public int LAST
public int CURRENT
public int getFIRST()
public void setFIRST(int aFIRST)
aFIRST - the new value of the FIRST propertypublic int getNEXT()
public void setNEXT(int aNEXT)
aNEXT - the new value of the NEXT propertypublic int getPREVIOUS()
public void setPREVIOUS(int aPREVIOUS)
aPREVIOUS - the new value of the PREVIOUS propertypublic int getLAST()
public void setLAST(int aLAST)
aLAST - the new value of the LAST propertypublic int getCURRENT()
public void setCURRENT(int aCURRENT)
aCURRENT - the new value of the CURRENT propertyCopyright © 2006–2018 Esito AS. All rights reserved.