public class StreamConfigurationContainerModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONFIGURATIONS
Generated constant - Attribute key of
StreamConfigurationContainer.configurations attribute defined at extension deltadetection. |
static java.lang.String |
ID
Generated constant - Attribute key of
StreamConfigurationContainer.id attribute defined at extension deltadetection. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _id)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StreamConfigurationContainerModel(java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<StreamConfigurationModel> |
getConfigurations()
Generated method - Getter of the
StreamConfigurationContainer.configurations attribute defined at extension deltadetection. |
java.lang.String |
getId()
Generated method - Getter of the
StreamConfigurationContainer.id attribute defined at extension deltadetection. |
void |
setConfigurations(java.util.Set<StreamConfigurationModel> value)
Generated method - Setter of
StreamConfigurationContainer.configurations attribute defined at extension deltadetection. |
void |
setId(java.lang.String value)
Generated method - Initial setter of
StreamConfigurationContainer.id attribute defined at extension deltadetection. |
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
StreamConfigurationContainer.id attribute defined at extension deltadetection.public static final java.lang.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(java.lang.String _id)
_id - initial attribute declared by type StreamConfigurationContainer at extension deltadetection@Deprecated
public StreamConfigurationContainerModel(java.lang.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 java.util.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 java.lang.String getId()
StreamConfigurationContainer.id attribute defined at extension deltadetection.@Accessor(qualifier="configurations", type=SETTER) public void setConfigurations(java.util.Set<StreamConfigurationModel> value)
StreamConfigurationContainer.configurations attribute defined at extension deltadetection.value - the configurationsCopyright © 2018 SAP SE. All Rights Reserved.