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

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

@RpcValueObject
public class FaxListEntry
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
FaxListEntry()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCallDescription()
           
 String getCalledNumber()
           
 String getCallerNumber()
           
 FaxListEntryFolder getFolder()
           
 String getGroupId()
           
 String getId()
           
 Date getReceptionTime()
           
 int hashCode()
           
 boolean isGroupFax()
           
 boolean isIncomingFax()
           
 boolean isPartial()
           
 void setCallDescription(String callDescription)
           
 void setCalledNumber(String calledNumber)
           
 void setCallerNumber(String callerNumber)
           
 void setFolder(FaxListEntryFolder folder)
           
 void setGroupId(String groupId)
           
 void setId(String id)
           
 void setPartial(boolean partial)
           
 void setReceptionTime(Date receptionTime)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FaxListEntry

public FaxListEntry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getId

public String getId()

setId

public void setId(String id)

getCalledNumber

public String getCalledNumber()

setCalledNumber

public void setCalledNumber(String calledNumber)

getCallerNumber

public String getCallerNumber()

setCallerNumber

public void setCallerNumber(String callerNumber)

getCallDescription

public String getCallDescription()

setCallDescription

public void setCallDescription(String callDescription)

getFolder

public FaxListEntryFolder getFolder()

setFolder

public void setFolder(FaxListEntryFolder folder)

getReceptionTime

public Date getReceptionTime()

setReceptionTime

public void setReceptionTime(Date receptionTime)

isPartial

public boolean isPartial()

setPartial

public void setPartial(boolean partial)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

isGroupFax

public boolean isGroupFax()

isIncomingFax

public boolean isIncomingFax()

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.