com.primix.vlib
Interface IErrorProperty
- All Known Implementing Classes:
- Protected, Register, Home, Login
- public interface IErrorProperty
Marks pages that have an error property (of type String).
- Version:
- $Id: IErrorProperty.java,v 1.3 2001/05/02 18:07:07 hship Exp $
- Author:
- Howard Ship
- See Also:
SimpleValidationDelegate
Method Summary |
java.lang.String |
getError()
|
void |
setError(java.lang.String value)
|
getError
public java.lang.String getError()
setError
public void setError(java.lang.String value)