Class WpsParameter
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.wps.WpsParameter
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WpsPrimitive,WpsReference
@Entity public abstract class WpsParameter extends PersistentObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WpsParameter()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClassType()StringgetDisplayName()Set<String>getSupportedFormats()Set<String>getSupportedGeometryTypes()StringgetValueType()inthashCode()voidsetDisplayName(String displayName)voidsetSupportedFormats(Set<String> supportedFormats)voidsetSupportedGeometryTypes(Set<String> supportedGeometryTypes)voidsetValueType(String valueType)StringtoString()-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions
-
-
-
-
Method Detail
-
getClassType
public String getClassType()
- Returns:
- the classType
-
getValueType
public String getValueType()
- Returns:
- the valueType
-
setValueType
public void setValueType(String valueType)
- Parameters:
valueType- the valueType to set
-
getDisplayName
public String getDisplayName()
- Returns:
- the displayName
-
setDisplayName
public void setDisplayName(String displayName)
- Parameters:
displayName- the displayName to set
-
setSupportedFormats
public void setSupportedFormats(Set<String> supportedFormats)
- Parameters:
supportedFormats- the supportedFormats to set
-
getSupportedGeometryTypes
public Set<String> getSupportedGeometryTypes()
- Returns:
- the supportedGeometryTypes
-
setSupportedGeometryTypes
public void setSupportedGeometryTypes(Set<String> supportedGeometryTypes)
- Parameters:
supportedGeometryTypes- the supportedGeometryTypes to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
toString
public String toString()
- Overrides:
toStringin classPersistentObject
-
-