public class UserResponse extends DefaultResponse
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
industry |
protected User |
user |
code, description
Constructor and Description |
---|
UserResponse() |
UserResponse(DefaultResponse dResp) |
UserResponse(DefaultResponse dResp,
User user) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIndustry() |
User |
getUser() |
void |
setIndustry(java.lang.String industry) |
void |
setUser(User user) |
java.lang.String |
toString() |
getCode, getDescription, setCode, setDescription
protected User user
protected java.lang.String industry
public UserResponse()
public UserResponse(DefaultResponse dResp)
public UserResponse(DefaultResponse dResp, User user)
public User getUser()
public void setUser(User user)
public java.lang.String getIndustry()
public void setIndustry(java.lang.String industry)
public java.lang.String toString()
toString
in class DefaultResponse