com.funambol.email.items.model
Class EmailFilter

java.lang.Object
  extended bycom.funambol.email.items.model.EmailFilter

public class EmailFilter
extends java.lang.Object

this class contains all the info about the filter that the client sends


Constructor Summary
EmailFilter()
           
EmailFilter(java.lang.String _filterType, int _maxInboxNum, int _maxSentNum, java.lang.String _Id, java.util.Date _time, java.lang.String _timeClause, int _folder, int _size, int _numBytes)
           
 
Method Summary
 java.lang.String getFilterType()
           
 int getFolder()
           
 java.lang.String getId()
           
 int getMaxInboxNum()
           
 int getMaxSentNum()
           
 int getNumBytes()
           
 int getSize()
           
 java.util.Date getTime()
           
 java.lang.String getTimeClause()
           
 void setFilterType(java.lang.String filterType)
           
 void setFolder(int folder)
           
 void setId(java.lang.String id)
           
 void setMaxInboxNum(int _maxInboxNum)
           
 void setMaxSentNum(int _maxSentNum)
           
 void setNumBytes(int numBytes)
           
 void setSize(int size)
           
 void setTime(java.util.Date time)
           
 void setTimeClause(java.lang.String timeClause)
           
 java.lang.String toString()
          Returns a string representation of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailFilter

public EmailFilter()

EmailFilter

public EmailFilter(java.lang.String _filterType,
                   int _maxInboxNum,
                   int _maxSentNum,
                   java.lang.String _Id,
                   java.util.Date _time,
                   java.lang.String _timeClause,
                   int _folder,
                   int _size,
                   int _numBytes)
Method Detail

getFilterType

public java.lang.String getFilterType()
Returns:
the value of the property filterType

setFilterType

public void setFilterType(java.lang.String filterType)
Parameters:
filterType -

getMaxInboxNum

public int getMaxInboxNum()
Returns:
the value of the property maxEmailNum

setMaxInboxNum

public void setMaxInboxNum(int _maxInboxNum)

getMaxSentNum

public int getMaxSentNum()
Returns:
the value of the property maxSentNum

setMaxSentNum

public void setMaxSentNum(int _maxSentNum)

getId

public java.lang.String getId()
Returns:
the value of the property id

setId

public void setId(java.lang.String id)
Parameters:
id -

getTime

public java.util.Date getTime()
Returns:
the value of the property time

setTime

public void setTime(java.util.Date time)
Parameters:
time -

getTimeClause

public java.lang.String getTimeClause()
Returns:
the value of the property timeClause

setTimeClause

public void setTimeClause(java.lang.String timeClause)
Parameters:
timeClause -

getFolder

public int getFolder()
Returns:
the value of the property folder

setFolder

public void setFolder(int folder)
Parameters:
folder -

getSize

public int getSize()
Returns:
the value of the property size

setSize

public void setSize(int size)
Parameters:
size -

getNumBytes

public int getNumBytes()
Returns:
the value of the property numBytes

setNumBytes

public void setNumBytes(int numBytes)
Parameters:
numBytes -

toString

public java.lang.String toString()

Returns a string representation of the object

Returns:
String


Copyright © 2003-2006 Funambol.