Class TagUtils

java.lang.Object
   |
   +----TagUtils

public class TagUtils
extends Object

Constructor Index

 o TagUtils()
Constructor

Method Index

 o genCustomerTag(String[])
 o getCurrentNumber(String)

Constructors

 o TagUtils
 public TagUtils()
Constructor

Methods

 o genCustomerTag
 public String genCustomerTag(String values[])
Parameters:
String[] - values some specific values from the Information Form.
Returns:
String customertag is returned
 o getCurrentNumber
 public String getCurrentNumber(String tag)
Parameters:
String - tag the half formed customer tag is taken and the current number associated with this tag is taken. This number is appended to the tag to generate the full customer tag .
Returns:
String customertag completed customer tag