public class StreamConfigurationContainerModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONFIGURATIONS
Generated constant - Attribute key of
StreamConfigurationContainer.configurations attribute defined at extension deltadetection. |
static String |
ID
Generated constant - Attribute key of
StreamConfigurationContainer.id attribute defined at extension deltadetection. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StreamConfigurationContainerModel()
Generated constructor - Default constructor for generic creation.
|
StreamConfigurationContainerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
StreamConfigurationContainerModel(String _id)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StreamConfigurationContainerModel(String _id,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Set<StreamConfigurationModel> |
getConfigurations()
Generated method - Getter of the
StreamConfigurationContainer.configurations attribute defined at extension deltadetection. |
String |
getId()
Generated method - Getter of the
StreamConfigurationContainer.id attribute defined at extension deltadetection. |
void |
setConfigurations(Set<StreamConfigurationModel> value)
Generated method - Setter of
StreamConfigurationContainer.configurations attribute defined at extension deltadetection. |
void |
setId(String value)
Generated method - Initial setter of
StreamConfigurationContainer.id attribute defined at extension deltadetection. |
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
StreamConfigurationContainer.id attribute defined at extension deltadetection.public static final String CONFIGURATIONS
StreamConfigurationContainer.configurations attribute defined at extension deltadetection.public StreamConfigurationContainerModel()
public StreamConfigurationContainerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StreamConfigurationContainerModel(String _id)
_id - initial attribute declared by type StreamConfigurationContainer at extension deltadetection@Deprecated public StreamConfigurationContainerModel(String _id, ItemModel _owner)
_id - initial attribute declared by type StreamConfigurationContainer at extension deltadetection_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="configurations", type=GETTER) public Set<StreamConfigurationModel> getConfigurations()
StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="id", type=GETTER) public String getId()
StreamConfigurationContainer.id attribute defined at extension deltadetection.@Accessor(qualifier="configurations", type=SETTER) public void setConfigurations(Set<StreamConfigurationModel> value)
StreamConfigurationContainer.configurations attribute defined at extension deltadetection.value - the configurationsCopyright © 2017 SAP SE. All Rights Reserved.