woolpack.test
クラス TestBean
java.lang.Object
woolpack.test.TestBean
public class TestBean
- extends java.lang.Object
テスト用のBeanです。
- 作成者:
- nakamura
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBean
public TestBean()
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 java.util.Collection getMyCollection()
setMyCollection
public void setMyCollection(java.util.Collection myCollection)
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.