Class LogsTable.LogRow
java.lang.Object
org.gvsig.vcsgis.lib.workspace.tables.AbstractTable.AbstractRow
org.gvsig.vcsgis.lib.workspace.tables.LogsTable.LogRow
- All Implemented Interfaces:
org.gvsig.json.SupportFromJson,org.gvsig.json.SupportToJson,VCSGisRepositoryData,VCSGisRepositoryLogData
- Enclosing class:
LogsTable
public static class LogsTable.LogRow
extends AbstractTable.AbstractRow
implements VCSGisRepositoryLogData
-
Field Summary
FieldsFields inherited from class org.gvsig.vcsgis.lib.workspace.tables.AbstractTable.AbstractRow
workspace -
Constructor Summary
ConstructorsConstructorDescriptionLogRow(VCSGisWorkspace workspace) LogRow(VCSGisWorkspace workspace, org.gvsig.fmap.dal.feature.Feature feature) -
Method Summary
Methods inherited from class org.gvsig.vcsgis.lib.workspace.tables.AbstractTable.AbstractRow
createFeature, delete, getBoolean, getBoolean, getCode, getInt, getInt, getLabelOfValue, getLong, getLong, getString, getTimestamp, insert, insert, newCode, set, set, set, set, set, setCode, update, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder
-
Field Details
-
entity
-
-
Constructor Details
-
LogRow
-
LogRow
-
-
Method Details
-
getDataCode
- Specified by:
getDataCodein interfaceVCSGisRepositoryData
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRepositoryData
-
getRevisionCode
- Specified by:
getRevisionCodein interfaceVCSGisRepositoryData
-
getRevisionNumber
public long getRevisionNumber()- Specified by:
getRevisionNumberin interfaceVCSGisRepositoryData
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRepositoryData
-
getRevisionDate
- Specified by:
getRevisionDatein interfaceVCSGisRepositoryLogData
-
getOperation
public int getOperation()- Specified by:
getOperationin interfaceVCSGisRepositoryData
-
getOperationLabel
- Specified by:
getOperationLabelin interfaceVCSGisRepositoryData
-
getData
- Specified by:
getDatain interfaceVCSGisRepositoryData
-
getDataAsJson
public javax.json.JsonObject getDataAsJson()- Specified by:
getDataAsJsonin interfaceVCSGisRepositoryData
-
getUserCode
- Specified by:
getUserCodein interfaceVCSGisRepositoryLogData
-
getComment
- Specified by:
getCommentin interfaceVCSGisRepositoryLogData
-
getTopologyPlan
public int getTopologyPlan()- Specified by:
getTopologyPlanin interfaceVCSGisRepositoryLogData
-
getTags
- Specified by:
getTagsin interfaceVCSGisRepositoryLogData
-
getFeatureRelatedCode
- Specified by:
getFeatureRelatedCodein interfaceVCSGisRepositoryData
-
getEntity
-
toJsonBuilder
public org.gvsig.json.JsonObjectBuilder toJsonBuilder()- Specified by:
toJsonBuilderin interfaceorg.gvsig.json.SupportToJson
-
fromJson
public void fromJson(javax.json.JsonObject jsonData) - Specified by:
fromJsonin interfaceorg.gvsig.json.SupportFromJson
-