woolpack.test
クラス TestBean
java.lang.Object
woolpack.test.TestBean
public class TestBean
- extends Object
テスト用のBeanです。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBean
public TestBean()
TestBean
public TestBean(int myInt,
int[] myIntArray,
Collection myCollection)
executeVoid
public void executeVoid()
executeInt
public int executeInt()
executeException
public void executeException()
getMyInt
public int getMyInt()
setMyInt
public void setMyInt(int myInt)
getMyIntArray
public int[] getMyIntArray()
setMyIntArray
public void setMyIntArray(int[] myIntArray)
getMyCollection
public Collection getMyCollection()
setMyCollection
public void setMyCollection(Collection myCollection)
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.