Package com.e1c.g5.v8.dt.check.settings
Interface INamedElement
-
- All Known Subinterfaces:
ICheckCategory,ICheckDescription,ICheckSettings
public interface INamedElementElement with id and title.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns localized description.CheckUidgetId()Returns idCheckUidgetParentId()Returns parent id.StringgetTitle()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
-
-