|
IT.CappuccinoNet StrutsCX v0.8.3 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cappuccinonet.strutscx.prototype.integration.data.castor.info.ParaItem
Class ParaItem.
| 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 |
private java.util.Vector _bList
private java.util.Vector _iList
private java.util.Vector _brList
private java.util.Vector _aList
private java.util.Vector _h2List
private java.util.Vector _h3List
| Constructor Detail |
public ParaItem()
| Method Detail |
public void addA(java.lang.String vA)
throws java.lang.IndexOutOfBoundsException
vA -
java.lang.IndexOutOfBoundsException
public void addA(int index,
java.lang.String vA)
throws java.lang.IndexOutOfBoundsException
index - vA -
java.lang.IndexOutOfBoundsException
public void addB(java.lang.String vB)
throws java.lang.IndexOutOfBoundsException
vB -
java.lang.IndexOutOfBoundsException
public void addB(int index,
java.lang.String vB)
throws java.lang.IndexOutOfBoundsException
index - vB -
java.lang.IndexOutOfBoundsException
public void addBr(java.lang.String vBr)
throws java.lang.IndexOutOfBoundsException
vBr -
java.lang.IndexOutOfBoundsException
public void addBr(int index,
java.lang.String vBr)
throws java.lang.IndexOutOfBoundsException
index - vBr -
java.lang.IndexOutOfBoundsException
public void addH2(java.lang.String vH2)
throws java.lang.IndexOutOfBoundsException
vH2 -
java.lang.IndexOutOfBoundsException
public void addH2(int index,
java.lang.String vH2)
throws java.lang.IndexOutOfBoundsException
index - vH2 -
java.lang.IndexOutOfBoundsException
public void addH3(java.lang.String vH3)
throws java.lang.IndexOutOfBoundsException
vH3 -
java.lang.IndexOutOfBoundsException
public void addH3(int index,
java.lang.String vH3)
throws java.lang.IndexOutOfBoundsException
index - vH3 -
java.lang.IndexOutOfBoundsException
public void addI(java.lang.String vI)
throws java.lang.IndexOutOfBoundsException
vI -
java.lang.IndexOutOfBoundsException
public void addI(int index,
java.lang.String vI)
throws java.lang.IndexOutOfBoundsException
index - vI -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateA()
public java.util.Enumeration enumerateB()
public java.util.Enumeration enumerateBr()
public java.util.Enumeration enumerateH2()
public java.util.Enumeration enumerateH3()
public java.util.Enumeration enumerateI()
public java.lang.String getA(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getA()
public int getACount()
public java.lang.String getB(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getB()
public int getBCount()
public java.lang.String getBr(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getBr()
public int getBrCount()
public java.lang.String getH2(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getH2()
public int getH2Count()
public java.lang.String getH3(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getH3()
public int getH3Count()
public java.lang.String getI(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getI()
public int getICount()
public java.lang.String removeA(int index)
index - public void removeAllA()
public void removeAllB()
public void removeAllBr()
public void removeAllH2()
public void removeAllH3()
public void removeAllI()
public java.lang.String removeB(int index)
index - public java.lang.String removeBr(int index)
index - public java.lang.String removeH2(int index)
index - public java.lang.String removeH3(int index)
index - public java.lang.String removeI(int index)
index -
public void setA(int index,
java.lang.String vA)
throws java.lang.IndexOutOfBoundsException
index - vA -
java.lang.IndexOutOfBoundsExceptionpublic void setA(java.lang.String[] aArray)
aArray -
public void setB(int index,
java.lang.String vB)
throws java.lang.IndexOutOfBoundsException
index - vB -
java.lang.IndexOutOfBoundsExceptionpublic void setB(java.lang.String[] bArray)
bArray -
public void setBr(int index,
java.lang.String vBr)
throws java.lang.IndexOutOfBoundsException
index - vBr -
java.lang.IndexOutOfBoundsExceptionpublic void setBr(java.lang.String[] brArray)
brArray -
public void setH2(int index,
java.lang.String vH2)
throws java.lang.IndexOutOfBoundsException
index - vH2 -
java.lang.IndexOutOfBoundsExceptionpublic void setH2(java.lang.String[] h2Array)
h2Array -
public void setH3(int index,
java.lang.String vH3)
throws java.lang.IndexOutOfBoundsException
index - vH3 -
java.lang.IndexOutOfBoundsExceptionpublic void setH3(java.lang.String[] h3Array)
h3Array -
public void setI(int index,
java.lang.String vI)
throws java.lang.IndexOutOfBoundsException
index - vI -
java.lang.IndexOutOfBoundsExceptionpublic void setI(java.lang.String[] iArray)
iArray -
|
IT.CappuccinoNet StrutsCX v0.8.3 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||