public class BundleSelectionCriteriaModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
BundleSelectionCriteria.catalogVersion attribute defined at extension configurablebundleservices. |
static java.lang.String |
ID
Generated constant - Attribute key of
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices. |
static java.lang.String |
STARTER
Generated constant - Attribute key of
BundleSelectionCriteria.starter attribute defined at extension configurablebundleservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BundleSelectionCriteriaModel()
Generated constructor - Default constructor for generic creation.
|
BundleSelectionCriteriaModel(CatalogVersionModel _catalogVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BundleSelectionCriteriaModel(CatalogVersionModel _catalogVersion,
java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BundleSelectionCriteriaModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
BundleSelectionCriteria.catalogVersion attribute defined at extension configurablebundleservices. |
java.lang.String |
getId()
Generated method - Getter of the
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices. |
boolean |
isStarter()
Generated method - Getter of the
BundleSelectionCriteria.starter attribute defined at extension configurablebundleservices. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Initial setter of
BundleSelectionCriteria.catalogVersion attribute defined at extension configurablebundleservices. |
void |
setId(java.lang.String value)
Generated method - Initial setter of
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices. |
void |
setStarter(boolean value)
Generated method - Setter of
BundleSelectionCriteria.starter 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
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices.public static final java.lang.String CATALOGVERSION
BundleSelectionCriteria.catalogVersion attribute defined at extension configurablebundleservices.public static final java.lang.String STARTER
BundleSelectionCriteria.starter attribute defined at extension configurablebundleservices.public BundleSelectionCriteriaModel()
public BundleSelectionCriteriaModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BundleSelectionCriteriaModel(CatalogVersionModel _catalogVersion)
_catalogVersion - initial attribute declared by type BundleSelectionCriteria at extension configurablebundleservices@Deprecated public BundleSelectionCriteriaModel(CatalogVersionModel _catalogVersion, java.lang.String _id, ItemModel _owner)
_catalogVersion - initial attribute declared by type BundleSelectionCriteria at extension configurablebundleservices_id - initial attribute declared by type BundleSelectionCriteria at extension configurablebundleservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
BundleSelectionCriteria.catalogVersion attribute defined at extension configurablebundleservices.@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices.@Accessor(qualifier="starter", type=GETTER) public boolean isStarter()
BundleSelectionCriteria.starter attribute defined at extension configurablebundleservices.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
BundleSelectionCriteria.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)
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices. Can only be used at creation of model - before first save.value - the id - IdentifierCopyright © 2018 SAP SE. All Rights Reserved.