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
  • Constructor Details

    • LocalRevisionRow

      public LocalRevisionRow(VCSGisWorkspace workspace)
    • LocalRevisionRow

      public LocalRevisionRow(VCSGisWorkspace workspace, org.gvsig.fmap.dal.feature.Feature feature)
  • Method Details

    • getGroup

      public String getGroup()
    • getUserCode

      public String getUserCode()
      Specified by:
      getUserCode in interface VCSGisRevision
    • getRevisionCode

      public String getRevisionCode()
      Specified by:
      getRevisionCode in interface VCSGisRevision
    • getRevisionDate

      public Timestamp getRevisionDate()
      Specified by:
      getRevisionDate in interface VCSGisRevision
    • getEfectiveDate

      public Timestamp getEfectiveDate()
      Specified by:
      getEfectiveDate in interface VCSGisRevision
    • getTopologyPlan

      public int getTopologyPlan()
      Specified by:
      getTopologyPlan in interface VCSGisRevision
    • getTags

      public String getTags()
      Specified by:
      getTags in interface VCSGisRevision
    • getNumber

      public long getNumber()
      Specified by:
      getNumber in interface VCSGisRevision
    • getComment

      public String getComment()
      Specified by:
      getComment in interface VCSGisRevision
    • getEntityCode

      public String getEntityCode()
      Specified by:
      getEntityCode in interface VCSGisRevision
    • getChangesCount

      public long getChangesCount()
      Specified by:
      getChangesCount in interface VCSGisRevision
    • setChangesCount

      public void setChangesCount(long changesCount)
    • setGroup

      public void setGroup(String group)
    • setUserCode

      public void setUserCode(String code)
    • setRevisionDate

      public void setRevisionDate(Timestamp date)
    • setEfectiveDate

      public void setEfectiveDate(Timestamp date)
    • setRevisionDate

      public void setRevisionDate(Date date)
    • setEfectiveDate

      public void setEfectiveDate(Date date)
    • setTopologyPlan

      public void setTopologyPlan(int topologyPlan)
    • setTags

      public void setTags(String tags)
    • setComment

      public void setComment(String comment)
    • setEntityCode

      public void setEntityCode(String code)
    • setNumber

      public void setNumber(long number)
    • copyFrom

      public void copyFrom(VCSGisRevision other)
      Specified by:
      copyFrom in interface VCSGisRevision
    • getValue

      Specified by:
      getValue in interface org.gvsig.tools.util.LabeledValue<VCSGisRevision>
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface org.gvsig.tools.util.LabeledValue<VCSGisRevision>
    • toJson

      public javax.json.JsonObject toJson()
      Specified by:
      toJson in interface org.gvsig.json.SupportToJson
    • toJsonBuilder

      public org.gvsig.json.JsonObjectBuilder toJsonBuilder()
      Specified by:
      toJsonBuilder in interface org.gvsig.json.SupportToJson
    • toString

      public String toString()
      Specified by:
      toString in interface org.gvsig.tools.util.LabeledValue<VCSGisRevision>
      Overrides:
      toString in class Object
    • exists

      public boolean exists(org.gvsig.fmap.dal.feature.FeatureStore store)