Package org.gvsig.vcsgis.lib
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 Summary
Methods inherited from interface org.gvsig.tools.util.LabeledValue
getLabel, getValue, toStringMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilder
-
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
-
getChangesCount
long getChangesCount()
-