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

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

public class XbEntityIdentifierObj
extends XbIdentifierObj


コンストラクタの概要
XbEntityIdentifierObj()
           
 
メソッドの概要
 java.util.Date getCreation_date()
           
 long getEntity_id()
           
 long getIdentifier_id()
           
 long getPresentation_order()
           
 void setCreation_date(java.util.Date creation_date)
           
 void setEntity_id(long entity_id)
           
 void setIdentifier_id(long identifier_id)
           
 void setPresentation_order(long presentation_order)
           
 
クラス jp.co.going.xbrl.sample.dao.obj.XbIdentifierObj から継承されたメソッド
getIdentifier_name, getSchema, getValue, setIdentifier_name, setSchema, setValue
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XbEntityIdentifierObj

public XbEntityIdentifierObj()
メソッドの詳細

getCreation_date

public java.util.Date getCreation_date()
オーバーライド:
クラス XbIdentifierObj 内の getCreation_date
戻り値:
creation_date

setCreation_date

public void setCreation_date(java.util.Date creation_date)
オーバーライド:
クラス XbIdentifierObj 内の setCreation_date
パラメータ:
creation_date - 設定する creation_date

getEntity_id

public long getEntity_id()
戻り値:
entity_id

setEntity_id

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

getIdentifier_id

public long getIdentifier_id()
オーバーライド:
クラス XbIdentifierObj 内の getIdentifier_id
戻り値:
identifier_id

setIdentifier_id

public void setIdentifier_id(long identifier_id)
オーバーライド:
クラス XbIdentifierObj 内の setIdentifier_id
パラメータ:
identifier_id - 設定する identifier_id

getPresentation_order

public long getPresentation_order()
戻り値:
presentation_order

setPresentation_order

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