public class ChapterConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CHAPTERCONFIGURATIONRELATION
Generated relation code constant for relation
ChapterConfigurationRelation defining source attribute chaptersConfiguration in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CHAPTERLEVEL
Generated constant - Attribute key of
ChapterConfiguration.chapterLevel attribute defined at extension print. |
static String |
CHAPTERPARAGRAPHSTYLE
Generated constant - Attribute key of
ChapterConfiguration.chapterParagraphStyle attribute defined at extension print. |
static String |
CHAPTERSCONFIGURATION
Generated constant - Attribute key of
ChapterConfiguration.chaptersConfiguration attribute defined at extension print. |
static String |
CHAPTERSCONFIGURATIONPOS
Generated constant - Attribute key of
ChapterConfiguration.chaptersConfigurationPOS attribute defined at extension print. |
static String |
FLOWCONTROL
Generated constant - Attribute key of
ChapterConfiguration.flowControl attribute defined at extension print. |
static String |
SHOWCHAPTER
Generated constant - Attribute key of
ChapterConfiguration.showChapter attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ChapterConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
ChapterConfigurationModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ChapterConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChapterLevel()
Generated method - Getter of the
ChapterConfiguration.chapterLevel attribute defined at extension print. |
ChapterParagraphStyleModel |
getChapterParagraphStyle()
Generated method - Getter of the
ChapterConfiguration.chapterParagraphStyle attribute defined at extension print. |
ChaptersConfigurationModel |
getChaptersConfiguration()
Generated method - Getter of the
ChapterConfiguration.chaptersConfiguration attribute defined at extension print. |
FlowControlEnum |
getFlowControl()
Generated method - Getter of the
ChapterConfiguration.flowControl attribute defined at extension print. |
Boolean |
getShowChapter()
Generated method - Getter of the
ChapterConfiguration.showChapter attribute defined at extension print. |
void |
setChapterLevel(Integer value)
Generated method - Setter of
ChapterConfiguration.chapterLevel attribute defined at extension print. |
void |
setChapterParagraphStyle(ChapterParagraphStyleModel value)
Generated method - Setter of
ChapterConfiguration.chapterParagraphStyle attribute defined at extension print. |
void |
setChaptersConfiguration(ChaptersConfigurationModel value)
Generated method - Setter of
ChapterConfiguration.chaptersConfiguration attribute defined at extension print. |
void |
setFlowControl(FlowControlEnum value)
Generated method - Setter of
ChapterConfiguration.flowControl attribute defined at extension print. |
void |
setShowChapter(Boolean value)
Generated method - Setter of
ChapterConfiguration.showChapter attribute defined at extension print. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _CHAPTERCONFIGURATIONRELATION
ChapterConfigurationRelation defining source attribute chaptersConfiguration in extension print.public static final String CHAPTERLEVEL
ChapterConfiguration.chapterLevel attribute defined at extension print.public static final String SHOWCHAPTER
ChapterConfiguration.showChapter attribute defined at extension print.public static final String CHAPTERPARAGRAPHSTYLE
ChapterConfiguration.chapterParagraphStyle attribute defined at extension print.public static final String FLOWCONTROL
ChapterConfiguration.flowControl attribute defined at extension print.public static final String CHAPTERSCONFIGURATIONPOS
ChapterConfiguration.chaptersConfigurationPOS attribute defined at extension print.public static final String CHAPTERSCONFIGURATION
ChapterConfiguration.chaptersConfiguration attribute defined at extension print.public ChapterConfigurationModel()
public ChapterConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ChapterConfigurationModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="chapterLevel", type=GETTER) public Integer getChapterLevel()
ChapterConfiguration.chapterLevel attribute defined at extension print.@Accessor(qualifier="chapterParagraphStyle", type=GETTER) public ChapterParagraphStyleModel getChapterParagraphStyle()
ChapterConfiguration.chapterParagraphStyle attribute defined at extension print.@Accessor(qualifier="chaptersConfiguration", type=GETTER) public ChaptersConfigurationModel getChaptersConfiguration()
ChapterConfiguration.chaptersConfiguration attribute defined at extension print.@Accessor(qualifier="flowControl", type=GETTER) public FlowControlEnum getFlowControl()
ChapterConfiguration.flowControl attribute defined at extension print.@Accessor(qualifier="showChapter", type=GETTER) public Boolean getShowChapter()
ChapterConfiguration.showChapter attribute defined at extension print.@Accessor(qualifier="chapterLevel", type=SETTER) public void setChapterLevel(Integer value)
ChapterConfiguration.chapterLevel attribute defined at extension print.value - the chapterLevel@Accessor(qualifier="chapterParagraphStyle", type=SETTER) public void setChapterParagraphStyle(ChapterParagraphStyleModel value)
ChapterConfiguration.chapterParagraphStyle attribute defined at extension print.value - the chapterParagraphStyle@Accessor(qualifier="chaptersConfiguration", type=SETTER) public void setChaptersConfiguration(ChaptersConfigurationModel value)
ChapterConfiguration.chaptersConfiguration attribute defined at extension print.value - the chaptersConfiguration@Accessor(qualifier="flowControl", type=SETTER) public void setFlowControl(FlowControlEnum value)
ChapterConfiguration.flowControl attribute defined at extension print.value - the flowControlCopyright © 2017 SAP SE. All Rights Reserved.