public class ValidationDto extends BaseDto
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected org.gcube.portlets.user.td.gwtservice.shared.task.InvocationS |
invocation |
protected Boolean |
valid |
| Constructor and Description |
|---|
ValidationDto() |
ValidationDto(String id,
String description,
Boolean valid,
org.gcube.portlets.user.td.gwtservice.shared.task.InvocationS invocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.gcube.portlets.user.td.gwtservice.shared.task.InvocationS |
getInvocation() |
Boolean |
getValid() |
void |
setDescription(String description) |
void |
setInvocation(org.gcube.portlets.user.td.gwtservice.shared.task.InvocationS invocation) |
void |
setValid(Boolean valid) |
String |
toString() |
protected String description
protected Boolean valid
protected org.gcube.portlets.user.td.gwtservice.shared.task.InvocationS invocation
public String getDescription()
public void setDescription(String description)
public Boolean getValid()
public void setValid(Boolean valid)
public org.gcube.portlets.user.td.gwtservice.shared.task.InvocationS getInvocation()
public void setInvocation(org.gcube.portlets.user.td.gwtservice.shared.task.InvocationS invocation)
Copyright © 2014. All Rights Reserved.