Setter for property length.
WARNING: This is strictly for use by the Persistence Engine. A developer should never use this method. Instead, use the update(field.Name.Upper1) method.
Parameters: length - New value of property length.
Setter for property prefix.
WARNING: This is strictly for use by the Persistence Engine. A developer should never use this method. Instead, use the update(field.Name.Upper1) method.
Parameters: prefix - New value of property prefix.
Setter for property voucher.
WARNING: This is strictly for use by the Persistence Engine. A developer should never use this method. Instead, use the update(field.Name.Upper1) method.
Parameters: voucher - New value of property voucher.
Use this method to update the property length. Validation will be performed on the input value.
Parameters: length - New value of property length. throws: ValidationException - if an invalid value is passed
Use this method to update the property prefix. Validation will be performed on the input value.
Parameters: prefix - New value of property prefix. throws: ValidationException - if an invalid value is passed
Use this method to update the property voucher. Validation will be performed on the input value.
Parameters: voucher - New value of property voucher. throws: ValidationException - if an invalid value is passed
Use this method to validate a value for the property length.
Parameters: length - Value to be validated for the property length. throws: ValidationException - if an invalid value is passed
Use this method to validate a value for the property prefix.
Parameters: prefix - Value to be validated for the property prefix. throws: ValidationException - if an invalid value is passed
Use this method to validate a value for the property voucher.
Parameters: voucher - Value to be validated for the property voucher. throws: ValidationException - if an invalid value is passed
Methods inherited from org.jaffa.persistence.Persistent