public class BundleSelectionCriteriaModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATALOGVERSION
Generated constant - Attribute key of
BundleSelectionCriteria.catalogVersion attribute defined at extension configurablebundleservices. |
static String |
ID
Generated constant - Attribute key of
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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,
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. |
String |
getId()
Generated method - Getter of the
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Initial setter of
BundleSelectionCriteria.catalogVersion attribute defined at extension configurablebundleservices. |
void |
setId(String value)
Generated method - Initial setter of
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices. |
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 ID
BundleSelectionCriteria.id attribute defined at extension configurablebundleservices.public static final String CATALOGVERSION
BundleSelectionCriteria.catalogVersion 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, 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 String getId()
BundleSelectionCriteria.id 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 VersionCopyright © 2017 SAP SE. All Rights Reserved.