Class RevisionsRepoTable.RevisionRepoRow
java.lang.Object
org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable.AbstractRow
org.gvsig.vcsgis.lib.repository.localdb.tables.RevisionsRepoTable.RevisionRepoRow
- All Implemented Interfaces:
org.gvsig.json.SupportToJson,org.gvsig.tools.util.LabeledValue<VCSGisRevision>,VCSGisRepositoryRevision,VCSGisRevision
- Enclosing class:
RevisionsRepoTable
public static class RevisionsRepoTable.RevisionRepoRow
extends AbstractRepoTable.AbstractRow
implements VCSGisRepositoryRevision
-
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable.AbstractRow
feature, repository -
Constructor Summary
ConstructorsConstructorDescriptionRevisionRepoRow(VCSGisRepositoryLocaldbImpl repository) RevisionRepoRow(VCSGisRepositoryLocaldbImpl repository, org.gvsig.fmap.dal.feature.Feature feature) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyFrom(VCSGisRevision other) longgetLabel()longgetTags()intgetValue()voidinsert(org.gvsig.fmap.dal.feature.FeatureStore store) voidsetChangesCount(long count) voidsetComment(String comment) voidsetEfectiveDate(Timestamp date) voidsetEfectiveDate(Date date) voidsetEntityCode(String code) voidsetOperationDate(Timestamp date) voidsetRevisionDate(Date date) voidsetRevisionNumber(long revnumber) voidvoidsetTopologyPlan(int topologyPlan) voidsetUserCode(String code) javax.json.JsonObjecttoJson()org.gvsig.json.JsonObjectBuildertoString()Methods inherited from class org.gvsig.vcsgis.lib.repository.localdb.tables.AbstractRepoTable.AbstractRow
getBoolean, getBoolean, getCode, getInt, getInt, getLong, getLong, getString, getTimestamp, insert, newCode, set, set, set, set, set, setCode, setFeature, 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
-
RevisionRepoRow
-
RevisionRepoRow
public RevisionRepoRow(VCSGisRepositoryLocaldbImpl repository, org.gvsig.fmap.dal.feature.Feature feature)
-
-
Method Details
-
getUserCode
- Specified by:
getUserCodein interfaceVCSGisRevision
-
getRevisionCode
- Specified by:
getRevisionCodein interfaceVCSGisRevision
-
getEntityCode
- Specified by:
getEntityCodein interfaceVCSGisRevision
-
getRevisionDate
- Specified by:
getRevisionDatein interfaceVCSGisRevision
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisRevision
-
getTags
- Specified by:
getTagsin interfaceVCSGisRevision
-
getNumber
public long getNumber()- Specified by:
getNumberin interfaceVCSGisRevision
-
getTopologyPlan
public int getTopologyPlan()- Specified by:
getTopologyPlanin interfaceVCSGisRevision
-
getComment
- Specified by:
getCommentin interfaceVCSGisRevision
-
setUserCode
-
setOperationDate
-
setEfectiveDate
-
setRevisionDate
-
setEfectiveDate
-
setTopologyPlan
public void setTopologyPlan(int topologyPlan) -
setTags
-
setComment
-
setEntityCode
-
setRevisionNumber
public void setRevisionNumber(long revnumber) -
setChangesCount
public void setChangesCount(long count) -
getChangesCount
public long getChangesCount()- Specified by:
getChangesCountin interfaceVCSGisRevision
-
insert
public void insert(org.gvsig.fmap.dal.feature.FeatureStore store) - Overrides:
insertin classAbstractRepoTable.AbstractRow
-
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
-