|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.fps.model.business.bean.DefaultSortInfoImpl
Constructor Summary | |
DefaultSortInfoImpl()
Creates a new instance of DefaultSortInfoImpl |
|
DefaultSortInfoImpl(java.lang.String column,
int direction)
Creates a new instance of DefaultSortInfoImpl |
Method Summary | |
java.lang.String |
getColumn()
Getter for property column. |
java.lang.Integer |
getDirection()
Getter for property direction. |
void |
setColumn(java.lang.String column)
Setter for property column. |
void |
setDirection(java.lang.Integer direction)
Setter for property direction. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultSortInfoImpl()
public DefaultSortInfoImpl(java.lang.String column, int direction)
Method Detail |
public java.lang.String getColumn()
getColumn
in interface SortInfo
public java.lang.Integer getDirection()
getDirection
in interface SortInfo
public void setColumn(java.lang.String column)
setColumn
in interface SortInfo
column
- New value of property column.public void setDirection(java.lang.Integer direction)
setDirection
in interface SortInfo
direction
- New value of property direction.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |