com.funambol.email.model
Class EmailFilter

java.lang.Object
  extended by com.funambol.email.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, boolean _isOutboxActive, boolean _isSentActive, int _size, int _numBytes)
           
 
Method Summary
 java.lang.String getFilterType()
           
 int getFolder()
           
 java.lang.String getId()
           
 boolean getIsOutboxActive()
           
 boolean getIsSentActive()
           
 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 setIsOutboxActive(boolean _isOutboxActive)
           
 void setIsSentActive(boolean _isSentActive)
           
 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,
                   boolean _isOutboxActive,
                   boolean _isSentActive,
                   int _size,
                   int _numBytes)
Parameters:
_filterType -
_maxInboxNum -
_maxSentNum -
_Id -
_time -
_timeClause -
_folder -
_size -
_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)
Parameters:
_maxInboxNum -

getMaxSentNum

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

setMaxSentNum

public void setMaxSentNum(int _maxSentNum)
Parameters:
_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 -

getIsOutboxActive

public boolean getIsOutboxActive()
Returns:
the value of the property isOutboxActive

setIsOutboxActive

public void setIsOutboxActive(boolean _isOutboxActive)
Parameters:
isOutboxActive -

getIsSentActive

public boolean getIsSentActive()
Returns:
the value of the property isSentActive

setIsSentActive

public void setIsSentActive(boolean _isSentActive)
Parameters:
isOutboxActive -

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

Overrides:
toString in class java.lang.Object
Returns:
String


Copyright © 2005-2006 Funambol.