jp.co.going.xbrl.sample.dao.obj
クラス XbEtcAttributesObj

java.lang.Object
  上位を拡張 jp.co.going.xbrl.sample.dao.obj.XbEtcAttributesObj

public class XbEtcAttributesObj
extends java.lang.Object


コンストラクタの概要
XbEtcAttributesObj()
           
 
メソッドの概要
 java.util.Date getCreation_date()
           
 long getEtc_id()
           
 int getEtc_type()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setCreation_date(java.util.Date creation_date)
           
 void setEtc_id(long etc_id)
           
 void setEtc_type(int etc_type)
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XbEtcAttributesObj

public XbEtcAttributesObj()
メソッドの詳細

getCreation_date

public java.util.Date getCreation_date()
戻り値:
creation_date

setCreation_date

public void setCreation_date(java.util.Date creation_date)
パラメータ:
creation_date - 設定する creation_date

getEtc_id

public long getEtc_id()
戻り値:
etc_id

setEtc_id

public void setEtc_id(long etc_id)
パラメータ:
etc_id - 設定する etc_id

getEtc_type

public int getEtc_type()
戻り値:
etc_type

setEtc_type

public void setEtc_type(int etc_type)
パラメータ:
etc_type - 設定する etc_type

getName

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

setName

public void setName(java.lang.String name)
パラメータ:
name - 設定する name

getValue

public java.lang.String getValue()
戻り値:
value

setValue

public void setValue(java.lang.String value)
パラメータ:
value - 設定する value