org.equanda.validation
Interface UniqueConverter
- All Known Implementing Classes:
- UniqueConverterAdapter
public interface UniqueConverter
Interface which needs to be implemented for Converted validation classes
- Author:
- NetRom team
getConvertedString
String getConvertedString(String string)
throws EquandaConstraintViolation
- Throws:
EquandaConstraintViolation
getConvertedBoolean
boolean getConvertedBoolean(boolean bool)
throws EquandaConstraintViolation
- Throws:
EquandaConstraintViolation
getConvertedDate
Date getConvertedDate(Date date)
throws EquandaConstraintViolation
- Throws:
EquandaConstraintViolation
getConvertedTimestamp
Timestamp getConvertedTimestamp(Timestamp time)
throws EquandaConstraintViolation
- Throws:
EquandaConstraintViolation
getConvertedInt
int getConvertedInt(int number)
throws EquandaConstraintViolation
- Throws:
EquandaConstraintViolation
getConvertedDouble
double getConvertedDouble(double number)
throws EquandaConstraintViolation
- Throws:
EquandaConstraintViolation
Copyright © 2007-2009. All Rights Reserved.