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