Class WpsReference
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.wps.WpsParameter
-
- de.terrestris.shoguncore.model.wps.WpsReference
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WpsProcessExecute
@Entity public class WpsReference extends WpsParameter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WpsReference()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)WpsParametergetBody()StringgetMethod()StringgetMimeType()StringgetUrl()inthashCode()voidsetBody(WpsParameter body)voidsetMethod(String method)voidsetMimeType(String mimeType)voidsetUrl(String url)StringtoString()-
Methods inherited from class de.terrestris.shoguncore.model.wps.WpsParameter
getClassType, getDisplayName, getSupportedFormats, getSupportedGeometryTypes, getValueType, setDisplayName, setSupportedFormats, setSupportedGeometryTypes, setValueType
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
- Returns:
- the url
-
setUrl
public void setUrl(String url)
- Parameters:
url- the url to set
-
getMimeType
public String getMimeType()
- Returns:
- the mimeType
-
setMimeType
public void setMimeType(String mimeType)
- Parameters:
mimeType- the mimeType to set
-
getMethod
public String getMethod()
- Returns:
- the method
-
setMethod
public void setMethod(String method)
- Parameters:
method- the method to set
-
getBody
public WpsParameter getBody()
- Returns:
- the body
-
setBody
public void setBody(WpsParameter body)
- Parameters:
body- the body to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
toString
public String toString()
- Overrides:
toStringin classWpsParameter
-
-