woolpack.test
クラス TestBean

java.lang.Object
  上位を拡張 woolpack.test.TestBean

public class TestBean
extends Object

テスト用のBeanです。


コンストラクタの概要
TestBean()
           
TestBean(int myInt, int[] myIntArray, Collection myCollection)
           
 
メソッドの概要
 void executeException()
           
 int executeInt()
           
 void executeVoid()
           
 Collection getMyCollection()
           
 int getMyInt()
           
 int[] getMyIntArray()
           
 void setMyCollection(Collection myCollection)
           
 void setMyInt(int myInt)
           
 void setMyIntArray(int[] myIntArray)
           
 
クラス 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.