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

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

@RpcValueObject
public class MonitorListEntry
extends Object
implements Serializable

This object holds the properties of the monitor list entries as returned by UciMonitorListRequests.getMonitorList(Date, Date, MonitorListEntryProperties, OrderDirection, int, int)

See Also:
Serialized Form

Constructor Summary
MonitorListEntry()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCallbacknumber()
           
 String getCalledcallerid()
           
 String getCallercallerid()
           
 String getCdrId()
           
 long getDuration()
           
 String getFile()
           
 String getId()
           
 Date getMonitortimeend()
           
 Date getMonitortimestart()
           
 int hashCode()
           
 void setCallbacknumber(String callbacknumber)
           
 void setCalledcallerid(String calledcallerid)
           
 void setCallercallerid(String callercallerid)
           
 void setCdrId(String cdrId)
           
 void setDuration(long duration)
           
 void setFile(String file)
           
 void setId(String id)
           
 void setMonitortimeend(Date monitortimeend)
           
 void setMonitortimestart(Date monitortimestart)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorListEntry

public MonitorListEntry()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getCallercallerid

public String getCallercallerid()
Returns:
the callercallerid

setCallercallerid

public void setCallercallerid(String callercallerid)
Parameters:
callercallerid - the callercallerid to set

getCalledcallerid

public String getCalledcallerid()
Returns:
the calledcallerid

setCalledcallerid

public void setCalledcallerid(String calledcallerid)
Parameters:
calledcallerid - the calledcallerid to set

getCallbacknumber

public String getCallbacknumber()
Returns:
the callbacknumber

setCallbacknumber

public void setCallbacknumber(String callbacknumber)
Parameters:
callbacknumber - the callbacknumber to set

getFile

public String getFile()
Returns:
the file

setFile

public void setFile(String file)
Parameters:
file - the file to set

getMonitortimestart

public Date getMonitortimestart()
Returns:
the monitortimestart

setMonitortimestart

public void setMonitortimestart(Date monitortimestart)
Parameters:
monitortimestart - the monitortimestart to set

getMonitortimeend

public Date getMonitortimeend()
Returns:
the monitortimeend

setMonitortimeend

public void setMonitortimeend(Date monitortimeend)
Parameters:
monitortimeend - the monitortimeend to set

getDuration

public long getDuration()
Returns:
the duration

setDuration

public void setDuration(long duration)
Parameters:
duration - the duration to set

getCdrId

public String getCdrId()
Returns:
Returns the cdrId.

setCdrId

public void setCdrId(String cdrId)
Parameters:
cdrId - The cdrId to set.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2012 STARFACE GmbH. All rights reserved.