Class SpatialReferenceSystemFormObject
- java.lang.Object
-
- org.openforis.collect.designer.form.FormObject<SpatialReferenceSystem>
-
- org.openforis.collect.designer.form.SpatialReferenceSystemFormObject
-
public class SpatialReferenceSystemFormObject extends FormObject<SpatialReferenceSystem>
- Author:
- S. Ricci
-
-
Field Summary
-
Fields inherited from class org.openforis.collect.designer.form.FormObject
VERSION_EMPTY_SELECTION
-
-
Constructor Summary
Constructors Constructor Description SpatialReferenceSystemFormObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetId()StringgetLabel()StringgetWellKnownText()voidloadFrom(SpatialReferenceSystem source, String languageCode)protected voidreset()voidsaveTo(SpatialReferenceSystem dest, String languageCode)voidsetDescription(String description)voidsetId(String id)voidsetLabel(String label)voidsetWellKnownText(String wellKnownText)-
Methods inherited from class org.openforis.collect.designer.form.FormObject
getSource
-
-
-
-
Method Detail
-
loadFrom
public void loadFrom(SpatialReferenceSystem source, String languageCode)
- Overrides:
loadFromin classFormObject<SpatialReferenceSystem>
-
saveTo
public void saveTo(SpatialReferenceSystem dest, String languageCode)
- Overrides:
saveToin classFormObject<SpatialReferenceSystem>
-
reset
protected void reset()
- Overrides:
resetin classFormObject<SpatialReferenceSystem>
-
getId
public String getId()
-
setId
public void setId(String id)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getWellKnownText
public String getWellKnownText()
-
setWellKnownText
public void setWellKnownText(String wellKnownText)
-
-