org.opencrx.kernel.base.cci2
Interface ImportResult

All Known Subinterfaces:
ImportResult

public interface ImportResult


Nested Class Summary
static class ImportResult.Member
          The structure's members
 
Method Summary
 BasicObject getImportedObject()
          Retrieves the value for the optional structure field importedObject.
 short getStatus()
          Retrieves the value for the structure field status.
 String getStatusMessage()
          Retrieves the value for the optional structure field statusMessage.
 

Method Detail

getImportedObject

BasicObject getImportedObject()
Retrieves the value for the optional structure field importedObject.

Returns:
The possibly null value for structure field importedObject.

getStatus

short getStatus()
Retrieves the value for the structure field status.

Returns:
The non-null value for structure field status.

getStatusMessage

String getStatusMessage()
Retrieves the value for the optional structure field statusMessage.

Returns:
The possibly null value for structure field statusMessage.


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.