de.starface.integration.uci.java.v30.types
Class FaxList

java.lang.Object
  extended by de.starface.integration.uci.java.v30.types.FaxList
All Implemented Interfaces:
Serializable

@RpcValueObject
public class FaxList
extends Object
implements Serializable

This object holds the properties of the fax list as returned by UciFaxListRequests.getFaxList(Date, Date, FaxListEntryFolder, String, FaxListEntryProperties, OrderDirection, int, int)

See Also:
Serialized Form

Constructor Summary
FaxList()
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCountLimit()
           
 int getCountOffset()
           
 List<FaxListEntry> getEntries()
           
 FaxListEntryFolder getFolderRestriction()
           
 String getGroupRestriction()
           
 OrderDirection getOrderDirection()
           
 FaxListEntryProperties getOrderProperty()
           
 Date getReceivedAfter()
           
 Date getReceivedBefore()
           
 int getTotalCount()
           
 int hashCode()
           
 void setCountLimit(int countLimit)
           
 void setCountOffset(int countOffset)
           
 void setEntries(List<FaxListEntry> entries)
           
 void setFolderRestriction(FaxListEntryFolder folderRestriction)
           
 void setGroupRestriction(String groupRestriction)
           
 void setOrderDirection(OrderDirection orderDirection)
           
 void setOrderProperty(FaxListEntryProperties orderProperty)
           
 void setReceivedAfter(Date receivedAfter)
           
 void setReceivedBefore(Date receivedBefore)
           
 void setTotalCount(int totalCount)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FaxList

public FaxList()
Method Detail

getReceivedBefore

public Date getReceivedBefore()

setReceivedBefore

public void setReceivedBefore(Date receivedBefore)

getReceivedAfter

public Date getReceivedAfter()

setReceivedAfter

public void setReceivedAfter(Date receivedAfter)

getFolderRestriction

public FaxListEntryFolder getFolderRestriction()

setFolderRestriction

public void setFolderRestriction(FaxListEntryFolder folderRestriction)

getOrderProperty

public FaxListEntryProperties getOrderProperty()

setOrderProperty

public void setOrderProperty(FaxListEntryProperties orderProperty)

getOrderDirection

public OrderDirection getOrderDirection()

setOrderDirection

public void setOrderDirection(OrderDirection orderDirection)

getCountOffset

public int getCountOffset()

setCountOffset

public void setCountOffset(int countOffset)

getCountLimit

public int getCountLimit()

setCountLimit

public void setCountLimit(int countLimit)

getTotalCount

public int getTotalCount()

setTotalCount

public void setTotalCount(int totalCount)

getEntries

public List<FaxListEntry> getEntries()

setEntries

public void setEntries(List<FaxListEntry> entries)

getGroupRestriction

public String getGroupRestriction()

setGroupRestriction

public void setGroupRestriction(String groupRestriction)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 STARFACE GmbH. All rights reserved.