jp.littlesoft
クラス TableTest.Employee
java.lang.Object
jp.littlesoft.TableTest.Base
jp.littlesoft.TableTest.Employee
- すべての実装されたインタフェース:
- Serializable, ITableDef
- 直系の既知のサブクラス:
- LSJsonTest.EmployeeInfo, TableTest.EmployeeBackup, TableTest.EmployeeView
- 含まれているクラス:
- TableTest
public static class TableTest.Employee
- extends TableTest.Base
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
empId
public Long empId
name
public String name
deptCode
public Integer deptCode
enterDate
public Date enterDate
sex
public Short sex
salary
public BigDecimal salary
memo
public String memo
TableTest.Employee
public TableTest.Employee()
getBonus
public BigDecimal getBonus()
createMetaData
public ITableDef.MetaData<?> createMetaData()
- インタフェース
ITableDef
の記述:
- ITableDef実装クラスのテーブル定義情報を作成します。
- 定義:
- インタフェース
ITableDef
内の createMetaData
- オーバーライド:
- クラス
TableTest.Base
内の createMetaData
- 戻り値:
Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.