|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectsample.sample19.PersonDataAccessorMock
public class PersonDataAccessorMock
| コンストラクタの概要 | |
|---|---|
PersonDataAccessorMock()
|
|
| メソッドの概要 | |
|---|---|
void |
deletePerson(Person person)
|
java.util.List<Person> |
getAllPersons()
|
void |
registerPerson(Person person)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PersonDataAccessorMock()
| メソッドの詳細 |
|---|
public java.util.List<Person> getAllPersons()
PersonDataAccessor 内の getAllPersonspublic void deletePerson(Person person)
PersonDataAccessor 内の deletePersonpublic void registerPerson(Person person)
PersonDataAccessor 内の registerPerson
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||