Class TagUtils
java.lang.Object
|
+----TagUtils
- public class TagUtils
- extends Object
-
TagUtils()
- Constructor
-
genCustomerTag(String[])
-
-
getCurrentNumber(String)
-
TagUtils
public TagUtils()
- Constructor
genCustomerTag
public String genCustomerTag(String values[])
- Parameters:
- String[] - values some specific values from the Information Form.
- Returns:
- String customertag is returned
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