Interface VCSGisRowDeleteRequest
- All Superinterfaces:
org.gvsig.tools.dispose.Disposable,SupportError,VCSGisRequest
- Author:
- gvSIG Team
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetComment(String comment) voidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) voidsetRelatedFeatureCode(String relatedFeatureCode) 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
-
getRelatedFeatureCode
String getRelatedFeatureCode() -
setRelatedFeatureCode
-
getEntityCode
String getEntityCode() -
getEntityRevisionCode
String getEntityRevisionCode()
-