test.jp.oarts.pirka.iop.tool.core.business
クラス Tv01

java.lang.Object
  上位を拡張 test.jp.oarts.pirka.iop.tool.core.business.Tv01

public class Tv01
extends java.lang.Object


入れ子のクラスの概要
 class Tv01.Include2
           
 
コンストラクタの概要
Tv01()
           
 
メソッドの概要
 java.lang.Integer getId()
           
 java.util.List<Tv01.Include2> getListInclude2()
           
 java.lang.String getName()
           
 void setId(java.lang.Integer id)
           
 void setListInclude2(java.util.List<Tv01.Include2> listInclude2)
           
 void setName(java.lang.String name)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Tv01

public Tv01()
メソッドの詳細

getId

public java.lang.Integer getId()
戻り値:
the id

getName

public java.lang.String getName()
戻り値:
the name

getListInclude2

public java.util.List<Tv01.Include2> getListInclude2()
戻り値:
the listInclude2

setId

public void setId(java.lang.Integer id)
パラメータ:
id - the id to set

setName

public void setName(java.lang.String name)
パラメータ:
name - the name to set

setListInclude2

public void setListInclude2(java.util.List<Tv01.Include2> listInclude2)
パラメータ:
listInclude2 - the listInclude2 to set