com.funambol.email.items.model
Class SendResult

java.lang.Object
  extended bycom.funambol.email.items.model.SendResult

public class SendResult
extends java.lang.Object


Constructor Summary
SendResult(java.lang.String GUID, java.lang.String LUID, boolean isSent, boolean isPOP)
           
 
Method Summary
 java.lang.String getGUID()
           
 java.lang.String getLUID()
           
 boolean isPOP()
           
 boolean isSent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendResult

public SendResult(java.lang.String GUID,
                  java.lang.String LUID,
                  boolean isSent,
                  boolean isPOP)
Parameters:
GUID - String
LUID - String
isSent - boolean
isPOP - boolean
Method Detail

getGUID

public java.lang.String getGUID()
Returns:
String

getLUID

public java.lang.String getLUID()
Returns:
String

isSent

public boolean isSent()
Returns:
boolean

isPOP

public boolean isPOP()
Returns:
boolean


Copyright © 2003-2006 Funambol.