public interface Classification
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
alias()
Get the alias, means display name, of the classification.
|
String |
code()
Get the code of the classification.
|
boolean |
inGroup(String groupName)
Is the classification in the group?
|
ClassificationMeta |
meta()
Get the meta of the classification.
|
String |
name()
Get the name, means identity name, of the classification.
|
Set<String> |
sisterSet()
Get the set of sisters (alternate codes) for the classification.
|
Map<String,Object> |
subItemMap()
Get the map of sub items that are your original attributes.
|
String code()
String name()
String alias()
Set<String> sisterSet()
boolean inGroup(String groupName)
groupName - The string of group name, which is case-sensitive. (NullAllowed: if null, returns false)Map<String,Object> subItemMap()
ClassificationMeta meta()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.