Interface VCSGisWorkspaceEntity

All Superinterfaces:
org.gvsig.tools.util.LabeledValue<VCSGisEntity>, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportJson, org.gvsig.json.SupportToJson, VCSGisEntity, VCSGisEntityEditable

public interface VCSGisWorkspaceEntity extends VCSGisEntityEditable
Author:
gvSIG Team
  • Method Details

    • getLocalRevisionCode

      String getLocalRevisionCode()
    • setLocalRevisionCode

      VCSGisWorkspaceEntity setLocalRevisionCode(String revisionCode)
    • getFeatureType

      org.gvsig.fmap.dal.feature.FeatureType getFeatureType()
      Specified by:
      getFeatureType in interface VCSGisEntity
    • getCountLocalChanges

      long getCountLocalChanges()
    • getState

      int getState()
      Return the state of the entity.
      Returns:
      the state
    • isOutdated

      boolean isOutdated()