Method Summary |
|
public void | cleanup() This method should be invoked by a client after the generate is completed. |
public String | generate() The client will invoke this method to generate a voucher.
throws: FrameworkException - if any framework error occurs. throws: ApplicationExceptions - if any application error occurs. |
public String | getLabelToken() Getter for the property labelToken. |
public String | getLength() Getter for the property length. |
public String | getPrefix() Getter for the property prefix. |
public UOW | getUow() Getter for the property uow. |
public void | init() This method should be invoked by a client before all the setters are invoked. |
public void | setLabelToken(String labelToken) Setter for property labelToken. |
public void | setLength(String length) Setter for property length. |
public void | setPrefix(String prefix) Setter for property prefix. |
public void | setUow(UOW uow) Setter for property uow. |