au.gov.tas.dpiwe.mr.response
Class CreateResponse
java.lang.Object
au.gov.tas.dpiwe.mr.response.Response
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
| Fields inherited from class au.gov.tas.dpiwe.mr.response.Response |
bean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateResponse
public CreateResponse(EntityBean bean)
- Construct a new create response.
- Parameters:
bean - the passivated persistent bean of the type requested.