Interface VCSGisRowUpdateRequest
- All Superinterfaces:
org.gvsig.tools.dispose.Disposable,SupportError,VCSGisRequest
- Author:
- gvSIG Team
-
Method Summary
Modifier and TypeMethodDescriptiongetData()voidsetComment(String comment) voidvoidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) Methods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.vcsgis.lib.SupportError
cleanLastError, error, error, getLastErrorCode, getLastErrorMessageMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
execute, getAuthenticationToken, getCode, getRepository, getRequestName, getUserCode, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCode
-
Method Details
-
getEntityName
String getEntityName() -
getLocalRevisionCode
String getLocalRevisionCode() -
getEfectiveDate
Timestamp getEfectiveDate() -
setEfectiveDate
-
setEfectiveDate
-
getComment
String getComment() -
setComment
-
getData
String getData() -
setData
-
getEntityCode
String getEntityCode() -
getEntityRevisionCode
String getEntityRevisionCode()
-