Interface VCSGisRowUpdateRequest

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

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

    • getEntityName

      String getEntityName()
    • getLocalRevisionCode

      String getLocalRevisionCode()
    • getEfectiveDate

      Timestamp getEfectiveDate()
    • setEfectiveDate

      void setEfectiveDate(Timestamp efectiveDate)
    • setEfectiveDate

      void setEfectiveDate(String efectiveDate)
    • getComment

      String getComment()
    • setComment

      void setComment(String comment)
    • getData

      String getData()
    • setData

      void setData(String code)
    • getEntityCode

      String getEntityCode()
    • getEntityRevisionCode

      String getEntityRevisionCode()