| java.lang.Object org.jaffa.components.dto.HeaderDto
HeaderDto | public class HeaderDto (Code) | | This object will store the context like the usedId, variation, etc. It will be an attribute on all input Dtos passed to the transactions.
|
getUserId | public String getUserId()(Code) | | Getter for property userId.
Value of property userId. |
getVariation | public String getVariation()(Code) | | Getter for property variation.
Value of property variation. |
setUserId | public void setUserId(String userId)(Code) | | Setter for property userId.
Parameters: userId - New value of property userId. |
setVariation | public void setVariation(String variation)(Code) | | Setter for property variation.
Parameters: variation - New value of property variation. |
toString | public String toString()(Code) | | Returns diagnostic information.
diagnostic information. |
|
|