public interface tcUtilityOperationsIntf
Modifier and Type | Method and Description |
---|---|
void |
close()
This method will clean up all resources associated with this object.
|
java.lang.String |
getName()
Returns the name of the utility class.
|
void |
setCountry(java.lang.String psCountry)
Sets the country.
|
void |
setLanguage(java.lang.String psLanguage)
Sets the language.
|
void |
setVariant(java.lang.String psVariant)
Sets the variant.
|
java.lang.String getName() throws tcAPIException
tcAPIException
void setLanguage(java.lang.String psLanguage)
psLanguage
- The language.void setCountry(java.lang.String psCountry)
psCountry
- The country.void setVariant(java.lang.String psVariant)
psVariant
- The variant.void close()