com.anwrt.commons.protocol.model.data.composite
Class AwtResponse
java.lang.Object
com.anwrt.commons.protocol.model.DAObject
com.anwrt.commons.protocol.model.data.AwtData
com.anwrt.commons.protocol.model.data.composite.AwtComposite
com.anwrt.commons.protocol.model.data.composite.AwtResponse
public class AwtResponse
- extends AwtComposite
Used to transmit information on the result of a previously sent item
creation : 26 sept. 2008
- Author:
- David FRANCOIS
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AwtResponse
public AwtResponse()
getData
public java.lang.Object getData()
getTicketId
public java.lang.Integer getTicketId()
setData
public void setData(java.lang.Object data)
setTicketId
public void setTicketId(java.lang.Integer transactionId)
getStatusCode
public java.lang.Integer getStatusCode()
setStatusCode
public void setStatusCode(java.lang.Integer statusCode)
toString
public java.lang.String toString()
- Specified by:
toString in class AwtData