public class ChaptersConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CHAPTERCONFIGURATIONS
Generated constant - Attribute key of
ChaptersConfiguration.chapterConfigurations attribute defined at extension print. |
static String |
NAME
Generated constant - Attribute key of
ChaptersConfiguration.name attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ChaptersConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
ChaptersConfigurationModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ChaptersConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
List<ChapterConfigurationModel> |
getChapterConfigurations()
Generated method - Getter of the
ChaptersConfiguration.chapterConfigurations attribute defined at extension print. |
String |
getName()
Generated method - Getter of the
ChaptersConfiguration.name attribute defined at extension print. |
String |
getName(Locale loc)
Generated method - Getter of the
ChaptersConfiguration.name attribute defined at extension print. |
void |
setChapterConfigurations(List<ChapterConfigurationModel> value)
Generated method - Setter of
ChaptersConfiguration.chapterConfigurations attribute defined at extension print. |
void |
setName(String value)
Generated method - Setter of
ChaptersConfiguration.name attribute defined at extension print. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
ChaptersConfiguration.name 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 NAME
ChaptersConfiguration.name attribute defined at extension print.public static final String CHAPTERCONFIGURATIONS
ChaptersConfiguration.chapterConfigurations attribute defined at extension print.public ChaptersConfigurationModel()
public ChaptersConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ChaptersConfigurationModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="chapterConfigurations", type=GETTER) public List<ChapterConfigurationModel> getChapterConfigurations()
ChaptersConfiguration.chapterConfigurations attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="name", type=GETTER) public String getName()
ChaptersConfiguration.name attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
ChaptersConfiguration.name attribute defined at extension print.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="chapterConfigurations", type=SETTER) public void setChapterConfigurations(List<ChapterConfigurationModel> value)
ChaptersConfiguration.chapterConfigurations attribute defined at extension print.value - the chapterConfigurations@Accessor(qualifier="name", type=SETTER) public void setName(String value)
ChaptersConfiguration.name attribute defined at extension print.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
ChaptersConfiguration.name attribute defined at extension print.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.