com.mlw.fps.model.business.bean
Class DefaultSortInfoImpl

java.lang.Object
  |
  +--com.mlw.fps.model.business.bean.DefaultSortInfoImpl
All Implemented Interfaces:
java.io.Serializable, SortInfo

public class DefaultSortInfoImpl
extends java.lang.Object
implements java.io.Serializable, SortInfo

Author:
Matthew Wilson
See Also:
Serialized Form

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

DefaultSortInfoImpl

public DefaultSortInfoImpl()
Creates a new instance of DefaultSortInfoImpl


DefaultSortInfoImpl

public DefaultSortInfoImpl(java.lang.String column,
                           int direction)
Creates a new instance of DefaultSortInfoImpl

Method Detail

getColumn

public java.lang.String getColumn()
Getter for property column.

Specified by:
getColumn in interface SortInfo
Returns:
Value of property column.

getDirection

public java.lang.Integer getDirection()
Getter for property direction.

Specified by:
getDirection in interface SortInfo
Returns:
Value of property direction.

setColumn

public void setColumn(java.lang.String column)
Setter for property column.

Specified by:
setColumn in interface SortInfo
Parameters:
column - New value of property column.

setDirection

public void setDirection(java.lang.Integer direction)
Setter for property direction.

Specified by:
setDirection in interface SortInfo
Parameters:
direction - New value of property direction.


Copyright © 2003 mlavilson. All Rights Reserved.