public class BundleTemplateStatusModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BUNDLETEMPLATES
Generated constant - Attribute key of
BundleTemplateStatus.bundleTemplates attribute defined at extension configurablebundleservices. |
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
BundleTemplateStatus.catalogVersion attribute defined at extension configurablebundleservices. |
static java.lang.String |
ID
Generated constant - Attribute key of
BundleTemplateStatus.id attribute defined at extension configurablebundleservices. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
BundleTemplateStatus.status attribute defined at extension configurablebundleservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BundleTemplateStatusModel()
Generated constructor - Default constructor for generic creation.
|
BundleTemplateStatusModel(CatalogVersionModel _catalogVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BundleTemplateStatusModel(CatalogVersionModel _catalogVersion,
java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BundleTemplateStatusModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BundleTemplateModel> |
getBundleTemplates()
Generated method - Getter of the
BundleTemplateStatus.bundleTemplates attribute defined at extension configurablebundleservices. |
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
BundleTemplateStatus.catalogVersion attribute defined at extension configurablebundleservices. |
java.lang.String |
getId()
Generated method - Getter of the
BundleTemplateStatus.id attribute defined at extension configurablebundleservices. |
BundleTemplateStatusEnum |
getStatus()
Generated method - Getter of the
BundleTemplateStatus.status attribute defined at extension configurablebundleservices. |
void |
setBundleTemplates(java.util.Collection<BundleTemplateModel> value)
Generated method - Setter of
BundleTemplateStatus.bundleTemplates attribute defined at extension configurablebundleservices. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Initial setter of
BundleTemplateStatus.catalogVersion attribute defined at extension configurablebundleservices. |
void |
setId(java.lang.String value)
Generated method - Initial setter of
BundleTemplateStatus.id attribute defined at extension configurablebundleservices. |
void |
setStatus(BundleTemplateStatusEnum value)
Generated method - Setter of
BundleTemplateStatus.status attribute defined at extension configurablebundleservices. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String ID
BundleTemplateStatus.id attribute defined at extension configurablebundleservices.public static final java.lang.String CATALOGVERSION
BundleTemplateStatus.catalogVersion attribute defined at extension configurablebundleservices.public static final java.lang.String STATUS
BundleTemplateStatus.status attribute defined at extension configurablebundleservices.public static final java.lang.String BUNDLETEMPLATES
BundleTemplateStatus.bundleTemplates attribute defined at extension configurablebundleservices.public BundleTemplateStatusModel()
public BundleTemplateStatusModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BundleTemplateStatusModel(CatalogVersionModel _catalogVersion)
_catalogVersion - initial attribute declared by type BundleTemplateStatus at extension configurablebundleservices@Deprecated public BundleTemplateStatusModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner)
_catalogVersion - initial attribute declared by type BundleTemplateStatus at extension configurablebundleservices_id - initial attribute declared by type BundleTemplateStatus at extension configurablebundleservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="bundleTemplates", type=GETTER) public java.util.Collection<BundleTemplateModel> getBundleTemplates()
BundleTemplateStatus.bundleTemplates attribute defined at extension configurablebundleservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
BundleTemplateStatus.catalogVersion attribute defined at extension configurablebundleservices.@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()
BundleTemplateStatus.id attribute defined at extension configurablebundleservices.@Accessor(qualifier="status", type=GETTER) public BundleTemplateStatusEnum getStatus()
BundleTemplateStatus.status attribute defined at extension configurablebundleservices.@Accessor(qualifier="bundleTemplates", type=SETTER) public void setBundleTemplates(java.util.Collection<BundleTemplateModel> value)
BundleTemplateStatus.bundleTemplates attribute defined at extension configurablebundleservices.value - the bundleTemplates@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
BundleTemplateStatus.catalogVersion attribute defined at extension configurablebundleservices. Can only be used at creation of model - before first save.value - the catalogVersion - Catalog Version@Accessor(qualifier="id", type=SETTER) public void setId(java.lang.String value)
BundleTemplateStatus.id attribute defined at extension configurablebundleservices. Can only be used at creation of model - before first save.value - the id - Identifier@Accessor(qualifier="status", type=SETTER) public void setStatus(BundleTemplateStatusEnum value)
BundleTemplateStatus.status attribute defined at extension configurablebundleservices.value - the statusCopyright © 2018 SAP SE. All Rights Reserved.