Package com.e1c.g5.v8.dt.check.settings
Interface INamedElement
- All Known Subinterfaces:
ICheckCategory
,ICheckDescription
,ICheckSettings
- All Known Implementing Classes:
CheckCategory
,CheckDescription
,CheckSettings
public interface INamedElement
Element with id and title.
-
Field Details
-
ROOT_ID
Root element identifier
-
-
Method Details
-
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
-