Interface VCSGisCheckoutRequest

All Superinterfaces:
org.gvsig.tools.dispose.Disposable, SupportError, VCSGisRequest

public interface VCSGisCheckoutRequest extends VCSGisRequest
Author:
gvSIG Team
  • Method Details

    • getEntityName

      String getEntityName()
    • getEfectiveDate

      Timestamp getEfectiveDate()
    • setEfectiveDate

      void setEfectiveDate(Timestamp efectiveDate)
    • setEfectiveDate

      void setEfectiveDate(String efectiveDate)
    • getRevisionCode

      String getRevisionCode()
    • setRevisionCode

      void setRevisionCode(String revisionCode)
    • setROI

      void setROI(org.gvsig.fmap.geom.primitive.Envelope ROI)
    • getEntity

      VCSGisEntity getEntity()
    • getData

      org.gvsig.tools.dispose.DisposableIterable<VCSGisRepositoryData> getData()
    • getUsersHashCode

      String getUsersHashCode()
    • getTopologyPlansHashCode

      String getTopologyPlansHashCode()
    • getROI

      org.gvsig.fmap.geom.primitive.Envelope getROI()