com.ibm.di.fc.castorbind
Class StringArrayWrapper

java.lang.Object
  extended by com.ibm.di.fc.castorbind.StringArrayWrapper

public class StringArrayWrapper
extends Object

This class wraps an array of strings around an object


Constructor Summary
StringArrayWrapper()
          Class constructor
 
Method Summary
 String[] getStrings()
          This method returns the member variable
 void setStrings(String[] aStrings)
          This method sets the member variable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringArrayWrapper

public StringArrayWrapper()
Class constructor

Method Detail

setStrings

public void setStrings(String[] aStrings)
This method sets the member variable

Parameters:
aStrings - array of strings

getStrings

public String[] getStrings()
This method returns the member variable

Returns:
array of strings