Package com.e1c.g5.v8.dt.check.settings
Interface INamedElement
-
- All Known Subinterfaces:
ICheckCategory
,ICheckDescription
,ICheckSettings
public interface INamedElement
Element with id and title.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns localized description.CheckUid
getId()
Returns idCheckUid
getParentId()
Returns parent id.String
getTitle()
Returns localized title.
-
-
-
Field Detail
-
ROOT_ID
static final CheckUid ROOT_ID
Root element identifier
-
-
Method Detail
-
getId
CheckUid getId()
Returns id- Returns:
- id, not
null
-
getTitle
String getTitle()
Returns localized title.- Returns:
- title, not
null
-
getDescription
String getDescription()
Returns localized description.- Returns:
- title, not
null
-
getParentId
CheckUid getParentId()
Returns parent id.- Returns:
- parent id, empty string if empty, not
null
-
-