unbbayes.util.extension.dto
Interface IDataTransferObject

All Known Subinterfaces:
INodeClassDataTransferObject
All Known Implementing Classes:
Dto, NodeDto

public interface IDataTransferObject

General interface for data tranfer objects (objects that are created in order to transfer data into and from several architectural layers).

Author:
Shou Matsumoto

Method Summary
 Object getObject(String key)
          These methods can be used to store additional parameters into this DTO.
 void setObject(String key, Object object)
          These methods can be used to store additional parameters into this DTO.
 

Method Detail

getObject

Object getObject(String key)
These methods can be used to store additional parameters into this DTO.

Parameters:
key - : cannot be null
Returns:

setObject

void setObject(String key,
               Object object)
These methods can be used to store additional parameters into this DTO.

Parameters:
key. - Cannot be null
object. - If set to null, the key/object pair will be removed


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.