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

java.lang.Object
  extended by 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

Constructor Summary
CallList()
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCountLimit()
           
 int getCountOffset()
           
 CallListEntryDirection getDirectionRestriction()
           
 List<CallListEntry> getEntries()
           
 String getGroupRestriction()
           
 OrderDirection getOrderDirection()
           
 CallListEntryProperties getOrderProperty()
           
 CallListEntryResult getResultRestriction()
           
 Date getStartAfter()
           
 Date getStartBefore()
           
 int getTotalCount()
           
 int hashCode()
           
 void setCountLimit(int countLimit)
           
 void setCountOffset(int countOffset)
           
 void setDirectionRestriction(CallListEntryDirection directionRestriction)
           
 void setEntries(List<CallListEntry> entries)
           
 void setGroupRestriction(String groupRestriction)
           
 void setOrderDirection(OrderDirection orderDirection)
           
 void setOrderProperty(CallListEntryProperties orderProperty)
           
 void setResultRestriction(CallListEntryResult resultRestriction)
           
 void setStartAfter(Date startAfter)
           
 void setStartBefore(Date startBefore)
           
 void setTotalCount(int totalCount)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallList

public CallList()
Method Detail

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.