public interface Information extends ModelEntity
Modifier and Type | Method and Description |
---|---|
java.lang.String |
body()
Returns body of information object.
|
Information |
body(java.lang.String text)
Sets body text of information object.
|
java.lang.String |
title()
Returns title of information object.
|
Information |
title(java.lang.String title)
Sets title of information object.
|
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
java.lang.String body()
Information body(java.lang.String text)
text
- Information object body text.java.lang.String title()
Information title(java.lang.String title)
title
- Information object title.