Package org.gvsig.vcsgis.lib.workspace
Interface VCSGisWorkspaceEntity
- All Superinterfaces:
org.gvsig.tools.util.LabeledValue<VCSGisEntity>,org.gvsig.json.SupportFromJson,org.gvsig.json.SupportJson,org.gvsig.json.SupportToJson,VCSGisEntity,VCSGisEntityEditable
- Author:
- gvSIG Team
-
Method Summary
Modifier and TypeMethodDescriptionlongorg.gvsig.fmap.dal.feature.FeatureTypeintgetState()Return the state of the entity.booleansetLocalRevisionCode(String revisionCode) Methods inherited from interface org.gvsig.tools.util.LabeledValue
getValue, toStringMethods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilderMethods inherited from interface org.gvsig.vcsgis.lib.VCSGisEntity
copyto, getAuthorizations, getCategoriesAsList, getCategory, getCategoryTags, getCRS, getCRSAsProjection, getCustomData, getDataModels, getDataModelsAsList, getDataTableName, getDescription, getEntityCode, getEntityName, getFeatureIdFieldName, getFeatureTypeAsJson, getFieldForLabel, getFirstCategory, getFirstDataModel, getGeometryFieldName, getLabel, getLabelOrName, getLinkedRepository, getRepositoryRevisionCode, getResources, getTopologyPlanCode, getTopologyPlanMode, getUserCode, isAuthorized, isLinkedTableMethods inherited from interface org.gvsig.vcsgis.lib.VCSGisEntityEditable
copyfrom, setAuthorizations, setCategory, setCRS, setCRS, setCustomData, setDataModels, setDataTableName, setDescription, setEntityCode, setEntityName, setFeatureIdFieldName, setFeatureTypeAsJson, setFieldForLabel, setGeometryFieldName, setLabel, setRepositoryRevisionCode, setResources, setTopologyPlanCode, setTopologyPlanMode, setUserCode
-
Method Details
-
getLocalRevisionCode
String getLocalRevisionCode() -
setLocalRevisionCode
-
getFeatureType
org.gvsig.fmap.dal.feature.FeatureType getFeatureType()- Specified by:
getFeatureTypein interfaceVCSGisEntity
-
getCountLocalChanges
long getCountLocalChanges() -
getState
int getState()Return the state of the entity.- Returns:
- the state
-
isOutdated
boolean isOutdated()
-