public class UBCLiteResponse extends DefaultResponse
Modifier and Type | Field and Description |
---|---|
protected UBCLite |
ubcLite |
code, description
Constructor and Description |
---|
UBCLiteResponse() |
UBCLiteResponse(DefaultResponse dResp) |
UBCLiteResponse(DefaultResponse dResp,
UBCLite ubcLite) |
Modifier and Type | Method and Description |
---|---|
UBCLite |
getUbcLite() |
void |
setUbcLite(UBCLite ubcLite) |
java.lang.String |
toString() |
getCode, getDescription, setCode, setDescription
protected UBCLite ubcLite
public UBCLiteResponse()
public UBCLiteResponse(DefaultResponse dResp)
public UBCLiteResponse(DefaultResponse dResp, UBCLite ubcLite)
public UBCLite getUbcLite()
public void setUbcLite(UBCLite ubcLite)
public java.lang.String toString()
toString
in class DefaultResponse