commgrids.nuggets.wiley.rss.settings
Class RSSDisplayerPageSettings

java.lang.Object
  extended bycommgrids.nuggets.wiley.rss.settings.RSSDisplayerPageSettings

public class RSSDisplayerPageSettings
extends java.lang.Object

DOCUMENT ME!

Version:
$Revision: 1.1.1.1 $
Author:
$author$

Constructor Summary
RSSDisplayerPageSettings()
          Creates a new RSSDisplayerPageSettings object.
 
Method Summary
 void clear()
          DOCUMENT ME!
 int getBeginIndex()
           
 int getChunkSize()
           
 int getColumnNumber()
           
 java.lang.String getDefaultSortType()
           
 java.util.Hashtable getLengthHashTable()
           
 java.util.Hashtable getOrderHashTable()
           
 Col[] getRssColumns()
           
 java.lang.String getSearchText()
           
 java.lang.String getSearchType()
           
 java.lang.String getSortType()
           
 java.lang.String getTopic()
           
 void getUserConfig(java.lang.String username, java.lang.String topicname)
          DOCUMENT ME!
static void main(java.lang.String[] args)
          DOCUMENT ME!
 void printUserConfig()
          DOCUMENT ME!
 void setBeginIndex(int aBeginIndex)
           
 void setChunkSize(int aChunkSize)
           
 void setColumnNumber(int aColumnNumber)
           
 void setDefaultSortType(java.lang.String aDefaultSortType)
           
 void setLengthHashTable(java.util.Hashtable aLengthHashTable)
           
 void setOrderHashTable(java.util.Hashtable aOrderHashTable)
           
 void setRssColumns(Col[] aRssColumns)
           
 void setSearchText(java.lang.String aSearchText)
           
 void setSearchType(java.lang.String aSearchType)
           
 void setSortType(java.lang.String aSortType)
           
 void setTopic(java.lang.String aTopic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSDisplayerPageSettings

public RSSDisplayerPageSettings()
Creates a new RSSDisplayerPageSettings object.

Method Detail

setBeginIndex

public void setBeginIndex(int aBeginIndex)
Parameters:
aBeginIndex - - the new value for beginIndex

getBeginIndex

public int getBeginIndex()
Returns:
the int value of beginIndex.

setChunkSize

public void setChunkSize(int aChunkSize)
Parameters:
aChunkSize - - the new value for chunkSize

getChunkSize

public int getChunkSize()
Returns:
the int value of chunkSize.

setColumnNumber

public void setColumnNumber(int aColumnNumber)
Parameters:
aColumnNumber - - the new value for columnNumber

getColumnNumber

public int getColumnNumber()
Returns:
the int value of columnNumber.

setDefaultSortType

public void setDefaultSortType(java.lang.String aDefaultSortType)
Parameters:
aDefaultSortType - - the new value for defaultSortType

getDefaultSortType

public java.lang.String getDefaultSortType()
Returns:
the String value of defaultSortType.

setLengthHashTable

public void setLengthHashTable(java.util.Hashtable aLengthHashTable)
Parameters:
aLengthHashTable - - the new value for lengthHashTable

getLengthHashTable

public java.util.Hashtable getLengthHashTable()
Returns:
the Hashtable value of lengthHashTable.

setOrderHashTable

public void setOrderHashTable(java.util.Hashtable aOrderHashTable)
Parameters:
aOrderHashTable - - the new value for orderHashTable

getOrderHashTable

public java.util.Hashtable getOrderHashTable()
Returns:
the Hashtable value of orderHashTable.

setRssColumns

public void setRssColumns(Col[] aRssColumns)
Parameters:
aRssColumns - - the new value for rssColumns

getRssColumns

public Col[] getRssColumns()
Returns:
the Col[] value of rssColumns.

setSearchText

public void setSearchText(java.lang.String aSearchText)
Parameters:
aSearchText - - the new value for searchText

getSearchText

public java.lang.String getSearchText()
Returns:
the String value of searchText.

setSearchType

public void setSearchType(java.lang.String aSearchType)
Parameters:
aSearchType - - the new value for searchType

getSearchType

public java.lang.String getSearchType()
Returns:
the String value of searchType.

setSortType

public void setSortType(java.lang.String aSortType)
Parameters:
aSortType - - the new value for sortType

getSortType

public java.lang.String getSortType()
Returns:
the String value of sortType.

setTopic

public void setTopic(java.lang.String aTopic)
Parameters:
aTopic - - the new value for topic

getTopic

public java.lang.String getTopic()
Returns:
the String value of topic.

getUserConfig

public void getUserConfig(java.lang.String username,
                          java.lang.String topicname)
DOCUMENT ME!


clear

public void clear()
DOCUMENT ME!


main

public static void main(java.lang.String[] args)
DOCUMENT ME!

Parameters:
args - DOCUMENT ME!

printUserConfig

public void printUserConfig()
DOCUMENT ME!