Class OrganizationShowResultResponse
- java.lang.Object
-
- net.anwiba.spatial.ckan.json.schema.v1_0.Response
-
- net.anwiba.spatial.ckan.json.schema.v1_0.OrganizationShowResultResponse
-
public class OrganizationShowResultResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description OrganizationShowResultResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganizationgetResult()voidsetResult(Organization result)
-
-
-
Method Detail
-
setResult
public void setResult(Organization result)
-
getResult
public Organization getResult()
-
-