Woolpack API

woolpack.test
クラス TestBean

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

public class TestBean
extends java.lang.Object

テスト用のBeanです。

作成者:
nakamura

コンストラクタの概要
TestBean()
           
 
メソッドの概要
 void executeException()
           
 int executeInt()
           
 void executeVoid()
           
 java.util.Collection getMyCollection()
           
 int getMyInt()
           
 int[] getMyIntArray()
           
 void setMyCollection(java.util.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()
メソッドの詳細

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)

Woolpack API

Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.