Class WpsPrimitive
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.wps.WpsParameter
-
- de.terrestris.shoguncore.model.wps.WpsPrimitive
-
- All Implemented Interfaces:
Serializable
@Entity public class WpsPrimitive extends WpsParameter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WpsPrimitive()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)PlugingetInputPlugin()inthashCode()voidsetInputPlugin(Plugin inputPlugin)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
-
getInputPlugin
public Plugin getInputPlugin()
- Returns:
- the inputPlugin
-
setInputPlugin
public void setInputPlugin(Plugin inputPlugin)
- Parameters:
inputPlugin- the inputPlugin to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
toString
public String toString()
- Overrides:
toStringin classWpsParameter
-
-