com.ecebs.rtd.enabler.types.response
Class BaseResponse

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.response.BaseResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeleteProductResponse, LoadProductResponse, StoredUseResponse, STRResponse, UpdatePassExpiryDateResponse

public abstract class BaseResponse
extends Object
implements Serializable

A response received from an RTD server

Author:
kyleb
See Also:
Serialized Form

Constructor Summary
BaseResponse()
           
 
Method Summary
 String getCreatingIsamId()
           
 String getCreatingIsamSeqNum()
           
 Calendar getDateTime()
           
 ResponseMessage.DownloadFailureReason getLastDownloadFailureReason()
           
 ResponseMessage.LastDownloadOutcome getLastDownloadOutcome()
           
 ResponseMessage.RequestOutcome getOutcome()
           
 String getProductId()
           
 String getRequestId()
           
 String getRequestOriginator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseResponse

public BaseResponse()
Method Detail

getRequestOriginator

public String getRequestOriginator()

getRequestId

public String getRequestId()

getProductId

public String getProductId()

getCreatingIsamId

public String getCreatingIsamId()

getCreatingIsamSeqNum

public String getCreatingIsamSeqNum()

getDateTime

public Calendar getDateTime()

getOutcome

public ResponseMessage.RequestOutcome getOutcome()

getLastDownloadOutcome

public ResponseMessage.LastDownloadOutcome getLastDownloadOutcome()

getLastDownloadFailureReason

public ResponseMessage.DownloadFailureReason getLastDownloadFailureReason()


Copyright © 2013 Ecebs Ltd. All Rights Reserved.