de.starface.integration.uci.java.v30.types
Class FaxList
java.lang.Object
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
FaxList
public FaxList()
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.