Class DataRepoTable.DataRepoRow
java.lang.Object
org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable.AbstractRow
org.gvsig.vcsgis.lib.repository.localdb.tables.DataRepoTable.DataRepoRow
- All Implemented Interfaces:
org.gvsig.json.SupportToJson,VCSGisRepositoryData
- Enclosing class:
DataRepoTable
public static class DataRepoTable.DataRepoRow
extends AbstractRepoTable.AbstractRow
implements VCSGisRepositoryData
-
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable.AbstractRow
feature, repository -
Constructor Summary
ConstructorsConstructorDescriptionDataRepoRow(VCSGisRepositoryLocaldbImpl repository, String dataTableName) DataRepoRow(VCSGisRepositoryLocaldbImpl repository, String dataTableName, org.gvsig.fmap.dal.feature.Feature feature) -
Method Summary
Modifier and TypeMethodDescriptiongetData()javax.json.JsonObjectorg.gvsig.fmap.geom.GeometryintlongvoidsetEfectiveDate(Timestamp date) voidsetEntityCode(String code) voidsetGeometry(org.gvsig.fmap.geom.Geometry geom) voidsetIdentifier(String code) voidsetOperation(int op) voidsetRevisionCode(String code) voidsetRevisionNumber(long revnum) voidjavax.json.JsonObjecttoJson()org.gvsig.json.JsonObjectBuilderMethods inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable.AbstractRow
getBoolean, getBoolean, getCode, getInt, getInt, getLong, getLong, getString, getTimestamp, insert, insert, newCode, set, set, set, set, set, setCode, setFeature, 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, toJsonBuilder
-
Constructor Details
-
DataRepoRow
-
DataRepoRow
public DataRepoRow(VCSGisRepositoryLocaldbImpl repository, String dataTableName, org.gvsig.fmap.dal.feature.Feature feature)
-
-
Method Details
-
getDataCode
- Specified by:
getDataCodein interfaceVCSGisRepositoryData
-
getRevisionCode
- Specified by:
getRevisionCodein interfaceVCSGisRepositoryData
-
getEntityCode
- Specified by:
getEntityCodein 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
-
getFeatureRelatedCode
- Specified by:
getFeatureRelatedCodein interfaceVCSGisRepositoryData
-
getGeometry
public org.gvsig.fmap.geom.Geometry getGeometry() -
getData
- Specified by:
getDatain interfaceVCSGisRepositoryData
-
setRevisionCode
-
setEntityCode
-
setOperation
public void setOperation(int op) -
setRevisionNumber
public void setRevisionNumber(long revnum) -
setEfectiveDate
-
setIdentifier
-
setGeometry
public void setGeometry(org.gvsig.fmap.geom.Geometry geom) -
setValues
-
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
-