org.tigris.eyebrowse
Class EyebrowseDb.ListFileInfo

java.lang.Object
  |
  +--org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
Enclosing class:
EyebrowseDb

public static final class EyebrowseDb.ListFileInfo
extends java.lang.Object

ListFileInfo Describes the properties of a mailbox file in Eyebrowse


Constructor Summary
EyebrowseDb.ListFileInfo()
           
 
Method Summary
 int getFileId()
           
 int getFileNo()
           
 java.lang.String getFilePath()
           
 long getFileSize()
           
 int getFirstMsgNo()
           
 int getListId()
           
 int getMsgCount()
           
 boolean isActive()
           
 void setActive(boolean isActive)
           
 void setFileId(int fileId)
           
 void setFileNo(int fileNo)
           
 void setFilePath(java.lang.String filePath)
           
 void setFileSize(long fileSize)
           
 void setFirstMsgNo(int firstMsgNo)
           
 void setListId(int listId)
           
 void setMsgCount(int msgCount)
           
protected  void unpack(java.sql.ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EyebrowseDb.ListFileInfo

public EyebrowseDb.ListFileInfo()
Method Detail

unpack

protected void unpack(java.sql.ResultSet rs)
               throws java.sql.SQLException

getFileId

public int getFileId()

setFileId

public void setFileId(int fileId)

getListId

public int getListId()

setListId

public void setListId(int listId)

getFilePath

public java.lang.String getFilePath()

setFilePath

public void setFilePath(java.lang.String filePath)

getMsgCount

public int getMsgCount()

setMsgCount

public void setMsgCount(int msgCount)

getFirstMsgNo

public int getFirstMsgNo()

setFirstMsgNo

public void setFirstMsgNo(int firstMsgNo)

getFileNo

public int getFileNo()

setFileNo

public void setFileNo(int fileNo)

getFileSize

public long getFileSize()

setFileSize

public void setFileSize(long fileSize)

isActive

public boolean isActive()

setActive

public void setActive(boolean isActive)


Copyright © 2000 Quiotix Corp. All Rights Reserved.