Class LocalRevisionsTable.LocalRevisionRow
java.lang.Object
org.gvsig.vcsgis.lib.workspace.tables.AbstractTable.AbstractRow
org.gvsig.vcsgis.lib.workspace.tables.LocalRevisionsTable.LocalRevisionRow
- All Implemented Interfaces:
org.gvsig.json.SupportToJson,org.gvsig.tools.util.LabeledValue<VCSGisRevision>,VCSGisRevision
- Enclosing class:
LocalRevisionsTable
public static class LocalRevisionsTable.LocalRevisionRow
extends AbstractTable.AbstractRow
implements VCSGisRevision
-
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.workspace.tables.AbstractTable.AbstractRow
workspace -
Constructor Summary
ConstructorsConstructorDescriptionLocalRevisionRow(VCSGisWorkspace workspace) LocalRevisionRow(VCSGisWorkspace workspace, org.gvsig.fmap.dal.feature.Feature feature) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyFrom(VCSGisRevision other) booleanexists(org.gvsig.fmap.dal.feature.FeatureStore store) longgetGroup()getLabel()longgetTags()intgetValue()voidsetChangesCount(long changesCount) voidsetComment(String comment) voidsetEfectiveDate(Timestamp date) voidsetEfectiveDate(Date date) voidsetEntityCode(String code) voidvoidsetNumber(long number) voidsetRevisionDate(Timestamp date) voidsetRevisionDate(Date date) voidvoidsetTopologyPlan(int topologyPlan) voidsetUserCode(String code) javax.json.JsonObjecttoJson()org.gvsig.json.JsonObjectBuildertoString()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, wait, wait, waitMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJsonBuilder
-
Constructor Details
-
LocalRevisionRow
-
LocalRevisionRow
-
-
Method Details
-
getGroup
-
getUserCode
- Specified by:
getUserCodein interfaceVCSGisRevision
-
getRevisionCode
- Specified by:
getRevisionCodein interfaceVCSGisRevision
-
getRevisionDate
- Specified by:
getRevisionDatein interfaceVCSGisRevision
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRevision
-
getTopologyPlan
public int getTopologyPlan()- Specified by:
getTopologyPlanin interfaceVCSGisRevision
-
getTags
- Specified by:
getTagsin interfaceVCSGisRevision
-
getNumber
public long getNumber()- Specified by:
getNumberin interfaceVCSGisRevision
-
getComment
- Specified by:
getCommentin interfaceVCSGisRevision
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRevision
-
getChangesCount
public long getChangesCount()- Specified by:
getChangesCountin interfaceVCSGisRevision
-
setChangesCount
public void setChangesCount(long changesCount) -
setGroup
-
setUserCode
-
setRevisionDate
-
setEfectiveDate
-
setRevisionDate
-
setEfectiveDate
-
setTopologyPlan
public void setTopologyPlan(int topologyPlan) -
setTags
-
setComment
-
setEntityCode
-
setNumber
public void setNumber(long number) -
copyFrom
- Specified by:
copyFromin interfaceVCSGisRevision
-
getValue
- Specified by:
getValuein interfaceorg.gvsig.tools.util.LabeledValue<VCSGisRevision>
-
getLabel
- Specified by:
getLabelin interfaceorg.gvsig.tools.util.LabeledValue<VCSGisRevision>
-
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
- Specified by:
toStringin interfaceorg.gvsig.tools.util.LabeledValue<VCSGisRevision>- Overrides:
toStringin classObject
-
exists
public boolean exists(org.gvsig.fmap.dal.feature.FeatureStore store)
-