Class WpsProcessExecute
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.wps.WpsParameter
-
- de.terrestris.shoguncore.model.wps.WpsReference
-
- de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
- All Implemented Interfaces:
Serializable
@Entity public class WpsProcessExecute extends WpsReference
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WpsProcessExecute()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetIdentifier()Map<String,WpsParameter>getInput()Map<String,Object>getInputDefaultValues()inthashCode()voidsetIdentifier(String identifier)voidsetInput(Map<String,WpsParameter> input)voidsetInputDefaultValues(Map<String,Object> inputDefaultValues)StringtoString()-
Methods inherited from class de.terrestris.shoguncore.model.wps.WpsReference
getBody, getMethod, getMimeType, getUrl, setBody, setMethod, setMimeType, setUrl
-
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
-
getIdentifier
public String getIdentifier()
- Returns:
- the identifier
-
setIdentifier
public void setIdentifier(String identifier)
- Parameters:
identifier- the identifier to set
-
getInput
public Map<String,WpsParameter> getInput()
- Returns:
- the input
-
setInput
public void setInput(Map<String,WpsParameter> input)
- Parameters:
input- the input to set
-
getInputDefaultValues
public Map<String,Object> getInputDefaultValues()
- Returns:
- the inputDefaultValues
-
setInputDefaultValues
public void setInputDefaultValues(Map<String,Object> inputDefaultValues)
- Parameters:
inputDefaultValues- the inputDefaultValues to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
toString
public String toString()
- Overrides:
toStringin classWpsReference
-
-