com.mlw.fps.model.business.bean
Interface SortInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultSortInfoImpl, SortInfoForm

public interface SortInfo
extends java.io.Serializable

Author:
Matthew Wilson

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.
 

Method Detail

getDirection

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

Returns:
Value of property direction.

setDirection

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

Parameters:
direction - New value of property direction.

getColumn

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

Returns:
Value of property column.

setColumn

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

Parameters:
column - New value of property column.


Copyright © 2003 mlavilson. All Rights Reserved.