public class DepartmentCtgElement extends Object implements IDepartmentCtgElement
コンストラクタと説明 |
---|
DepartmentCtgElement() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getCategoryName()
分類名を取得します。
|
String |
getNotes()
備考を取得します。
|
void |
setCategoryName(String categoryName)
分類名をセットします。
|
void |
setNotes(String notes)
備考をセットします。
|
public String getCategoryName()
getCategoryName
インタフェース内 IDepartmentCtgElement
public String getNotes()
getNotes
インタフェース内 IDepartmentCtgElement
public void setCategoryName(String categoryName)
setCategoryName
インタフェース内 IDepartmentCtgElement
categoryName
- 分類名public void setNotes(String notes)
setNotes
インタフェース内 IDepartmentCtgElement
notes
- 備考Copyright © 2012 NTT DATA INTRAMART CORPORATION