com.ibm.di.fc.castorbind
Class CharArrayWrapper

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

public class CharArrayWrapper
extends java.lang.Object

This class wraps an array of characters around an objects


Constructor Summary
CharArrayWrapper()
          Class constructor
 
Method Summary
 char[] getCharacters()
          This method returns the member variable
 java.lang.Character[] getChars()
          This method returns the member variable
 void setCharacters(char[] aChars)
          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

CharArrayWrapper

public CharArrayWrapper()
Class constructor

Method Detail

getChars

public java.lang.Character[] getChars()
This method returns the member variable

Returns:
an array of Character objects

setCharacters

public void setCharacters(char[] aChars)
This method sets the member variable

Parameters:
aChars - array of characters

getCharacters

public char[] getCharacters()
This method returns the member variable

Returns:
array of characters