au.gov.tas.dpiwe.mr.response
Class CreateResponse

java.lang.Object
  extended by au.gov.tas.dpiwe.mr.response.Response
      extended by au.gov.tas.dpiwe.mr.response.CreateResponse
All Implemented Interfaces:
Serializable

public class CreateResponse
extends Response

The output of the servlet for the create command, containing the passivated persistent entity bean.

Version:
1.0.0.0
Author:
Kade Hansson
See Also:
CreateCommand, Serialized Form

Field Summary
 
Fields inherited from class au.gov.tas.dpiwe.mr.response.Response
bean
 
Constructor Summary
CreateResponse(EntityBean bean)
          Construct a new create response.
 
Method Summary
 
Methods inherited from class au.gov.tas.dpiwe.mr.response.Response
getCommand, getResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateResponse

public CreateResponse(EntityBean bean)
Construct a new create response.

Parameters:
bean - the passivated persistent bean of the type requested.