Package org.gvsig.vcsgis.lib
Class VCSGisRepositoryLogDataImpl
java.lang.Object
org.gvsig.vcsgis.lib.VCSGisRepositoryDataImpl
org.gvsig.vcsgis.lib.VCSGisRepositoryLogDataImpl
- All Implemented Interfaces:
org.gvsig.json.SupportFromJson,org.gvsig.json.SupportToJson,VCSGisRepositoryData,VCSGisRepositoryLogData
public class VCSGisRepositoryLogDataImpl
extends VCSGisRepositoryDataImpl
implements VCSGisRepositoryLogData
- Author:
- gvSIG Team
-
Constructor Summary
ConstructorsConstructorDescriptionVCSGisRepositoryLogDataImpl(javax.json.JsonObject jsonData) VCSGisRepositoryLogDataImpl(org.gvsig.fmap.dal.feature.Feature f) -
Method Summary
Methods inherited from class org.gvsig.vcsgis.lib.VCSGisRepositoryDataImpl
getData, getDataAsJson, getDataCode, getEfectiveDate, getEntityCode, getFeatureRelatedCode, getOperation, getOperationLabel, getRevisionCode, getRevisionNumberMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJsonBuilderMethods inherited from interface org.gvsig.vcsgis.lib.repository.VCSGisRepositoryData
getData, getDataAsJson, getDataCode, getEfectiveDate, getEntityCode, getFeatureRelatedCode, getOperation, getOperationLabel, getRevisionCode, getRevisionNumber
-
Constructor Details
-
VCSGisRepositoryLogDataImpl
public VCSGisRepositoryLogDataImpl(javax.json.JsonObject jsonData) -
VCSGisRepositoryLogDataImpl
public VCSGisRepositoryLogDataImpl(org.gvsig.fmap.dal.feature.Feature f)
-
-
Method Details
-
toJson
public javax.json.JsonObject toJson()- Specified by:
toJsonin interfaceorg.gvsig.json.SupportToJson- Overrides:
toJsonin classVCSGisRepositoryDataImpl
-
toJsonBuilder
public org.gvsig.json.JsonObjectBuilder toJsonBuilder()- Specified by:
toJsonBuilderin interfaceorg.gvsig.json.SupportToJson- Overrides:
toJsonBuilderin classVCSGisRepositoryDataImpl
-
toString
- Overrides:
toStringin classVCSGisRepositoryDataImpl
-
getUserCode
- Specified by:
getUserCodein interfaceVCSGisRepositoryLogData
-
getRevisionDate
- Specified by:
getRevisionDatein interfaceVCSGisRepositoryLogData
-
getComment
- Specified by:
getCommentin interfaceVCSGisRepositoryLogData
-
getTopologyPlan
public int getTopologyPlan()- Specified by:
getTopologyPlanin interfaceVCSGisRepositoryLogData
-
getTags
- Specified by:
getTagsin interfaceVCSGisRepositoryLogData
-
fromJson
public void fromJson(javax.json.JsonObject jsonData) - Specified by:
fromJsonin interfaceorg.gvsig.json.SupportFromJson- Overrides:
fromJsonin classVCSGisRepositoryDataImpl
-