IT.CappuccinoNet  
StrutsCX v0.8.3
   

com.cappuccinonet.strutscx.prototype.integration.data.castor.info
Class ParaItem

java.lang.Object
  |
  +--com.cappuccinonet.strutscx.prototype.integration.data.castor.info.ParaItem
All Implemented Interfaces:
java.io.Serializable

public class ParaItem
extends java.lang.Object
implements java.io.Serializable

Class ParaItem.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.util.Vector _aList
          Field _aList
private  java.util.Vector _bList
          Field _bList
private  java.util.Vector _brList
          Field _brList
private  java.util.Vector _h2List
          Field _h2List
private  java.util.Vector _h3List
          Field _h3List
private  java.util.Vector _iList
          Field _iList
 
Constructor Summary
ParaItem()
           
 
Method Summary
 void addA(int index, java.lang.String vA)
          Method addA
 void addA(java.lang.String vA)
          Method addA
 void addB(int index, java.lang.String vB)
          Method addB
 void addB(java.lang.String vB)
          Method addB
 void addBr(int index, java.lang.String vBr)
          Method addBr
 void addBr(java.lang.String vBr)
          Method addBr
 void addH2(int index, java.lang.String vH2)
          Method addH2
 void addH2(java.lang.String vH2)
          Method addH2
 void addH3(int index, java.lang.String vH3)
          Method addH3
 void addH3(java.lang.String vH3)
          Method addH3
 void addI(int index, java.lang.String vI)
          Method addI
 void addI(java.lang.String vI)
          Method addI
 java.util.Enumeration enumerateA()
          Method enumerateA
 java.util.Enumeration enumerateB()
          Method enumerateB
 java.util.Enumeration enumerateBr()
          Method enumerateBr
 java.util.Enumeration enumerateH2()
          Method enumerateH2
 java.util.Enumeration enumerateH3()
          Method enumerateH3
 java.util.Enumeration enumerateI()
          Method enumerateI
 java.lang.String[] getA()
          Method getA
 java.lang.String getA(int index)
          Method getA
 int getACount()
          Method getACount
 java.lang.String[] getB()
          Method getB
 java.lang.String getB(int index)
          Method getB
 int getBCount()
          Method getBCount
 java.lang.String[] getBr()
          Method getBr
 java.lang.String getBr(int index)
          Method getBr
 int getBrCount()
          Method getBrCount
 java.lang.String[] getH2()
          Method getH2
 java.lang.String getH2(int index)
          Method getH2
 int getH2Count()
          Method getH2Count
 java.lang.String[] getH3()
          Method getH3
 java.lang.String getH3(int index)
          Method getH3
 int getH3Count()
          Method getH3Count
 java.lang.String[] getI()
          Method getI
 java.lang.String getI(int index)
          Method getI
 int getICount()
          Method getICount
 java.lang.String removeA(int index)
          Method removeA
 void removeAllA()
          Method removeAllA
 void removeAllB()
          Method removeAllB
 void removeAllBr()
          Method removeAllBr
 void removeAllH2()
          Method removeAllH2
 void removeAllH3()
          Method removeAllH3
 void removeAllI()
          Method removeAllI
 java.lang.String removeB(int index)
          Method removeB
 java.lang.String removeBr(int index)
          Method removeBr
 java.lang.String removeH2(int index)
          Method removeH2
 java.lang.String removeH3(int index)
          Method removeH3
 java.lang.String removeI(int index)
          Method removeI
 void setA(int index, java.lang.String vA)
          Method setA
 void setA(java.lang.String[] aArray)
          Method setA
 void setB(int index, java.lang.String vB)
          Method setB
 void setB(java.lang.String[] bArray)
          Method setB
 void setBr(int index, java.lang.String vBr)
          Method setBr
 void setBr(java.lang.String[] brArray)
          Method setBr
 void setH2(int index, java.lang.String vH2)
          Method setH2
 void setH2(java.lang.String[] h2Array)
          Method setH2
 void setH3(int index, java.lang.String vH3)
          Method setH3
 void setH3(java.lang.String[] h3Array)
          Method setH3
 void setI(int index, java.lang.String vI)
          Method setI
 void setI(java.lang.String[] iArray)
          Method setI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_bList

private java.util.Vector _bList
Field _bList


_iList

private java.util.Vector _iList
Field _iList


_brList

private java.util.Vector _brList
Field _brList


_aList

private java.util.Vector _aList
Field _aList


_h2List

private java.util.Vector _h2List
Field _h2List


_h3List

private java.util.Vector _h3List
Field _h3List

Constructor Detail

ParaItem

public ParaItem()
Method Detail

addA

public void addA(java.lang.String vA)
          throws java.lang.IndexOutOfBoundsException
Method addA

Parameters:
vA -
java.lang.IndexOutOfBoundsException

addA

public void addA(int index,
                 java.lang.String vA)
          throws java.lang.IndexOutOfBoundsException
Method addA

Parameters:
index -
vA -
java.lang.IndexOutOfBoundsException

addB

public void addB(java.lang.String vB)
          throws java.lang.IndexOutOfBoundsException
Method addB

Parameters:
vB -
java.lang.IndexOutOfBoundsException

addB

public void addB(int index,
                 java.lang.String vB)
          throws java.lang.IndexOutOfBoundsException
Method addB

Parameters:
index -
vB -
java.lang.IndexOutOfBoundsException

addBr

public void addBr(java.lang.String vBr)
           throws java.lang.IndexOutOfBoundsException
Method addBr

Parameters:
vBr -
java.lang.IndexOutOfBoundsException

addBr

public void addBr(int index,
                  java.lang.String vBr)
           throws java.lang.IndexOutOfBoundsException
Method addBr

Parameters:
index -
vBr -
java.lang.IndexOutOfBoundsException

addH2

public void addH2(java.lang.String vH2)
           throws java.lang.IndexOutOfBoundsException
Method addH2

Parameters:
vH2 -
java.lang.IndexOutOfBoundsException

addH2

public void addH2(int index,
                  java.lang.String vH2)
           throws java.lang.IndexOutOfBoundsException
Method addH2

Parameters:
index -
vH2 -
java.lang.IndexOutOfBoundsException

addH3

public void addH3(java.lang.String vH3)
           throws java.lang.IndexOutOfBoundsException
Method addH3

Parameters:
vH3 -
java.lang.IndexOutOfBoundsException

addH3

public void addH3(int index,
                  java.lang.String vH3)
           throws java.lang.IndexOutOfBoundsException
Method addH3

Parameters:
index -
vH3 -
java.lang.IndexOutOfBoundsException

addI

public void addI(java.lang.String vI)
          throws java.lang.IndexOutOfBoundsException
Method addI

Parameters:
vI -
java.lang.IndexOutOfBoundsException

addI

public void addI(int index,
                 java.lang.String vI)
          throws java.lang.IndexOutOfBoundsException
Method addI

Parameters:
index -
vI -
java.lang.IndexOutOfBoundsException

enumerateA

public java.util.Enumeration enumerateA()
Method enumerateA


enumerateB

public java.util.Enumeration enumerateB()
Method enumerateB


enumerateBr

public java.util.Enumeration enumerateBr()
Method enumerateBr


enumerateH2

public java.util.Enumeration enumerateH2()
Method enumerateH2


enumerateH3

public java.util.Enumeration enumerateH3()
Method enumerateH3


enumerateI

public java.util.Enumeration enumerateI()
Method enumerateI


getA

public java.lang.String getA(int index)
                      throws java.lang.IndexOutOfBoundsException
Method getA

Parameters:
index -
java.lang.IndexOutOfBoundsException

getA

public java.lang.String[] getA()
Method getA


getACount

public int getACount()
Method getACount


getB

public java.lang.String getB(int index)
                      throws java.lang.IndexOutOfBoundsException
Method getB

Parameters:
index -
java.lang.IndexOutOfBoundsException

getB

public java.lang.String[] getB()
Method getB


getBCount

public int getBCount()
Method getBCount


getBr

public java.lang.String getBr(int index)
                       throws java.lang.IndexOutOfBoundsException
Method getBr

Parameters:
index -
java.lang.IndexOutOfBoundsException

getBr

public java.lang.String[] getBr()
Method getBr


getBrCount

public int getBrCount()
Method getBrCount


getH2

public java.lang.String getH2(int index)
                       throws java.lang.IndexOutOfBoundsException
Method getH2

Parameters:
index -
java.lang.IndexOutOfBoundsException

getH2

public java.lang.String[] getH2()
Method getH2


getH2Count

public int getH2Count()
Method getH2Count


getH3

public java.lang.String getH3(int index)
                       throws java.lang.IndexOutOfBoundsException
Method getH3

Parameters:
index -
java.lang.IndexOutOfBoundsException

getH3

public java.lang.String[] getH3()
Method getH3


getH3Count

public int getH3Count()
Method getH3Count


getI

public java.lang.String getI(int index)
                      throws java.lang.IndexOutOfBoundsException
Method getI

Parameters:
index -
java.lang.IndexOutOfBoundsException

getI

public java.lang.String[] getI()
Method getI


getICount

public int getICount()
Method getICount


removeA

public java.lang.String removeA(int index)
Method removeA

Parameters:
index -

removeAllA

public void removeAllA()
Method removeAllA


removeAllB

public void removeAllB()
Method removeAllB


removeAllBr

public void removeAllBr()
Method removeAllBr


removeAllH2

public void removeAllH2()
Method removeAllH2


removeAllH3

public void removeAllH3()
Method removeAllH3


removeAllI

public void removeAllI()
Method removeAllI


removeB

public java.lang.String removeB(int index)
Method removeB

Parameters:
index -

removeBr

public java.lang.String removeBr(int index)
Method removeBr

Parameters:
index -

removeH2

public java.lang.String removeH2(int index)
Method removeH2

Parameters:
index -

removeH3

public java.lang.String removeH3(int index)
Method removeH3

Parameters:
index -

removeI

public java.lang.String removeI(int index)
Method removeI

Parameters:
index -

setA

public void setA(int index,
                 java.lang.String vA)
          throws java.lang.IndexOutOfBoundsException
Method setA

Parameters:
index -
vA -
java.lang.IndexOutOfBoundsException

setA

public void setA(java.lang.String[] aArray)
Method setA

Parameters:
aArray -

setB

public void setB(int index,
                 java.lang.String vB)
          throws java.lang.IndexOutOfBoundsException
Method setB

Parameters:
index -
vB -
java.lang.IndexOutOfBoundsException

setB

public void setB(java.lang.String[] bArray)
Method setB

Parameters:
bArray -

setBr

public void setBr(int index,
                  java.lang.String vBr)
           throws java.lang.IndexOutOfBoundsException
Method setBr

Parameters:
index -
vBr -
java.lang.IndexOutOfBoundsException

setBr

public void setBr(java.lang.String[] brArray)
Method setBr

Parameters:
brArray -

setH2

public void setH2(int index,
                  java.lang.String vH2)
           throws java.lang.IndexOutOfBoundsException
Method setH2

Parameters:
index -
vH2 -
java.lang.IndexOutOfBoundsException

setH2

public void setH2(java.lang.String[] h2Array)
Method setH2

Parameters:
h2Array -

setH3

public void setH3(int index,
                  java.lang.String vH3)
           throws java.lang.IndexOutOfBoundsException
Method setH3

Parameters:
index -
vH3 -
java.lang.IndexOutOfBoundsException

setH3

public void setH3(java.lang.String[] h3Array)
Method setH3

Parameters:
h3Array -

setI

public void setI(int index,
                 java.lang.String vI)
          throws java.lang.IndexOutOfBoundsException
Method setI

Parameters:
index -
vI -
java.lang.IndexOutOfBoundsException

setI

public void setI(java.lang.String[] iArray)
Method setI

Parameters:
iArray -

IT.CappuccinoNet  
StrutsCX v0.8.3
   

© 2002, IT.CappuccinoNet.com - compiled 20020207:2326