public class EstimateSummaryResponse extends Object
Constructor and Description |
---|
EstimateSummaryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getDtoName() |
Boolean |
getEmpty() |
Boolean |
getErrorFound() |
List<EstimateSummary> |
getList() |
List<String> |
getMessages() |
void |
setDtoName(String dtoName) |
void |
setEmpty(Boolean empty) |
void |
setErrorFound(Boolean errorFound) |
void |
setList(List<EstimateSummary> list) |
void |
setMessages(List<String> messages) |
public Boolean getErrorFound()
public void setErrorFound(Boolean errorFound)
public String getDtoName()
public void setDtoName(String dtoName)
public Boolean getEmpty()
public void setEmpty(Boolean empty)
public List<EstimateSummary> getList()
public void setList(List<EstimateSummary> list)
Copyright © 2004-2015. All Rights Reserved.