Interface VCSGisRevision

All Superinterfaces:
org.gvsig.tools.util.LabeledValue<VCSGisRevision>, org.gvsig.json.SupportToJson
All Known Subinterfaces:
VCSGisRepositoryRevision

public interface VCSGisRevision extends org.gvsig.tools.util.LabeledValue<VCSGisRevision>, org.gvsig.json.SupportToJson
Author:
gvSIG Team
  • Method Details

    • getRevisionCode

      String getRevisionCode()
    • getEntityCode

      String getEntityCode()
    • getUserCode

      String getUserCode()
    • getRevisionDate

      Timestamp getRevisionDate()
    • getEfectiveDate

      Timestamp getEfectiveDate()
    • getComment

      String getComment()
    • getNumber

      long getNumber()
    • getTopologyPlan

      int getTopologyPlan()
    • getTags

      String getTags()
    • copyFrom

      void copyFrom(VCSGisRevision other)
    • getChangesCount

      long getChangesCount()