org.tigris.eyebrowse
Class EyebrowseDb.ListInfo
java.lang.Object
|
+--org.tigris.eyebrowse.EyebrowseDb.ListInfo
- Enclosing class:
- EyebrowseDb
- public static final class EyebrowseDb.ListInfo
- extends java.lang.Object
ListInfo
Describes the properties of a mailing list in Eyebrowse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EyebrowseDb.ListInfo
public EyebrowseDb.ListInfo()
unpack
protected void unpack(java.sql.ResultSet rs)
throws java.sql.SQLException
getListId
public int getListId()
setListId
public void setListId(int listId)
getListName
public java.lang.String getListName()
setListName
public void setListName(java.lang.String listName)
getListDescr
public java.lang.String getListDescr()
setListDescr
public void setListDescr(java.lang.String listDescr)
getCount
public int getCount()
setCount
public void setCount(int count)
isIndexed
public boolean isIndexed()
setIndexed
public void setIndexed(boolean indexed)
getIndexFile
public java.lang.String getIndexFile()
setIndexFile
public void setIndexFile(java.lang.String indexFile)
getLastMsgIndexed
public int getLastMsgIndexed()
setLastMsgIndexed
public void setLastMsgIndexed(int lastMsgIndexed)
Copyright © 2000 Quiotix Corp. All Rights Reserved.