de.starface.integration.uci.java.v30.types
Class CallList
java.lang.Object
de.starface.integration.uci.java.v30.types.CallList
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class CallList
- extends Object
- implements Serializable
This object holds the properties of the call list as returned by
UciCallListRequests.getCallList(Date, Date, CallListEntryDirection, CallListEntryResult, String, CallListEntryProperties, OrderDirection, int, int)
- See Also:
- Serialized Form
CallList
public CallList()
getStartBefore
public Date getStartBefore()
setStartBefore
public void setStartBefore(Date startBefore)
getStartAfter
public Date getStartAfter()
setStartAfter
public void setStartAfter(Date startAfter)
getDirectionRestriction
public CallListEntryDirection getDirectionRestriction()
setDirectionRestriction
public void setDirectionRestriction(CallListEntryDirection directionRestriction)
getResultRestriction
public CallListEntryResult getResultRestriction()
setResultRestriction
public void setResultRestriction(CallListEntryResult resultRestriction)
getOrderProperty
public CallListEntryProperties getOrderProperty()
setOrderProperty
public void setOrderProperty(CallListEntryProperties 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<CallListEntry> getEntries()
setEntries
public void setEntries(List<CallListEntry> 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.