org.jaffa.components.dto
Class HeaderDto

java.lang.Object
  extended byorg.jaffa.components.dto.HeaderDto

public class HeaderDto
extends Object

This object will store the context like the usedId, variation, etc. It will be an attribute on all input Dtos passed to the transactions.


Constructor Summary
HeaderDto()
           
 
Method Summary
 String getUserId()
          Getter for property userId.
 String getVariation()
          Getter for property variation.
 void setUserId(String userId)
          Setter for property userId.
 void setVariation(String variation)
          Setter for property variation.
 String toString()
          Returns diagnostic information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeaderDto

public HeaderDto()
Method Detail

getVariation

public String getVariation()
Getter for property variation.

Returns:
Value of property variation.

setVariation

public void setVariation(String variation)
Setter for property variation.

Parameters:
variation - New value of property variation.

getUserId

public String getUserId()
Getter for property userId.

Returns:
Value of property userId.

setUserId

public void setUserId(String userId)
Setter for property userId.

Parameters:
userId - New value of property userId.

toString

public String toString()
Returns diagnostic information.

Returns:
diagnostic information.


Copyright © 2002-2004 JAFFA Project.