Package org.gvsig.vcsgis.lib
Class VCSGisRepositoryDataImpl
java.lang.Object
org.gvsig.vcsgis.lib.VCSGisRepositoryDataImpl
- All Implemented Interfaces:
org.gvsig.json.SupportFromJson,org.gvsig.json.SupportToJson,VCSGisRepositoryData
- Direct Known Subclasses:
VCSGisRepositoryLogDataImpl
public class VCSGisRepositoryDataImpl
extends Object
implements VCSGisRepositoryData, org.gvsig.json.SupportFromJson
- Author:
- gvSIG Team
-
Constructor Summary
ConstructorsConstructorDescriptionVCSGisRepositoryDataImpl(javax.json.JsonObject jsonData) VCSGisRepositoryDataImpl(org.gvsig.fmap.dal.feature.Feature f) -
Method Summary
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
-
VCSGisRepositoryDataImpl
public VCSGisRepositoryDataImpl(javax.json.JsonObject jsonData) -
VCSGisRepositoryDataImpl
public VCSGisRepositoryDataImpl(org.gvsig.fmap.dal.feature.Feature f)
-
-
Method Details
-
getDataCode
- Specified by:
getDataCodein interfaceVCSGisRepositoryData
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRepositoryData
-
getFeatureRelatedCode
- Specified by:
getFeatureRelatedCodein interfaceVCSGisRepositoryData
-
getRevisionCode
- Specified by:
getRevisionCodein interfaceVCSGisRepositoryData
-
getOperation
public int getOperation()- Specified by:
getOperationin interfaceVCSGisRepositoryData
-
getOperationLabel
- Specified by:
getOperationLabelin interfaceVCSGisRepositoryData
-
getRevisionNumber
public long getRevisionNumber()- Specified by:
getRevisionNumberin interfaceVCSGisRepositoryData
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRepositoryData
-
getData
- Specified by:
getDatain interfaceVCSGisRepositoryData
-
getDataAsJson
public javax.json.JsonObject getDataAsJson()- Specified by:
getDataAsJsonin interfaceVCSGisRepositoryData
-
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
-
toString
-
fromJson
public void fromJson(javax.json.JsonObject jsonData) - Specified by:
fromJsonin interfaceorg.gvsig.json.SupportFromJson
-