| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.dto.HeaderDto
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 | 
public HeaderDto()
| Method Detail | 
public String getVariation()
public void setVariation(String variation)
variation - New value of property variation.public String getUserId()
public void setUserId(String userId)
userId - New value of property userId.public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||