Package org.gvsig.vcsgis.lib
Class ChangeImpl
java.lang.Object
org.gvsig.vcsgis.lib.ChangeImpl
- All Implemented Interfaces:
org.gvsig.json.SupportToJson,VCSGisChange
- Author:
- gvSIG Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getLabel()intjavax.json.JsonObjectintbooleanvoidsetSelected(boolean selected) javax.json.JsonObjecttoJson()org.gvsig.json.JsonObjectBuildertoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJsonBuilder
-
Constructor Details
-
ChangeImpl
public ChangeImpl(javax.json.JsonObject jsonChange)
-
-
Method Details
-
getCode
- Specified by:
getCodein interfaceVCSGisChange
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisChange
-
setSelected
public void setSelected(boolean selected) - Specified by:
setSelectedin interfaceVCSGisChange
-
isSelected
public boolean isSelected()- Specified by:
isSelectedin interfaceVCSGisChange
-
getOperation
public int getOperation()- Specified by:
getOperationin interfaceVCSGisChange
-
getOperationLabel
- Specified by:
getOperationLabelin interfaceVCSGisChange
-
getLabel
- Specified by:
getLabelin interfaceVCSGisChange
-
getRelatedFeatureCode
- Specified by:
getRelatedFeatureCodein interfaceVCSGisChange
-
getRelatedFeatureData
- Specified by:
getRelatedFeatureDatain interfaceVCSGisChange
-
getRelatedFeatureDataAsJson
public javax.json.JsonObject getRelatedFeatureDataAsJson()- Specified by:
getRelatedFeatureDataAsJsonin interfaceVCSGisChange
-
getStatus
public int getStatus()- Specified by:
getStatusin interfaceVCSGisChange
-
toString
-
toJson
public javax.json.JsonObject toJson()- Specified by:
toJsonin interfaceorg.gvsig.json.SupportToJson
-
toJsonBuilder
public org.gvsig.json.JsonObjectBuilder toJsonBuilder()- Specified by:
toJsonBuilderin interfaceorg.gvsig.json.SupportToJson
-