public class Y2YStreamConfigurationContainerModel extends StreamConfigurationContainerModel
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
Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync. |
static java.lang.String |
DATAHUBEXTENSION
Generated constant - Attribute key of
Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync. |
static java.lang.String |
FEED
Generated constant - Attribute key of
Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync. |
static java.lang.String |
POOL
Generated constant - Attribute key of
Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync. |
static java.lang.String |
TARGETSYSTEM
Generated constant - Attribute key of
Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync. |
CONFIGURATIONS, ID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
Y2YStreamConfigurationContainerModel()
Generated constructor - Default constructor for generic creation.
|
Y2YStreamConfigurationContainerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
Y2YStreamConfigurationContainerModel(java.lang.String _id)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Y2YStreamConfigurationContainerModel(java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync. |
java.lang.String |
getDataHubExtension()
Generated method - Getter of the
Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync. |
java.lang.String |
getFeed()
Generated method - Getter of the
Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync. |
java.lang.String |
getPool()
Generated method - Getter of the
Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync. |
java.lang.String |
getTargetSystem()
Generated method - Getter of the
Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync. |
void |
setDataHubExtension(java.lang.String value)
Generated method - Setter of
Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync. |
void |
setFeed(java.lang.String value)
Generated method - Setter of
Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync. |
void |
setPool(java.lang.String value)
Generated method - Setter of
Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync. |
void |
setTargetSystem(java.lang.String value)
Generated method - Setter of
Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync. |
getConfigurations, getId, setConfigurations, setIdgetComments, 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 FEED
Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.public static final java.lang.String POOL
Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.public static final java.lang.String TARGETSYSTEM
Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.public static final java.lang.String DATAHUBEXTENSION
Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.public static final java.lang.String CATALOGVERSION
Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.public Y2YStreamConfigurationContainerModel()
public Y2YStreamConfigurationContainerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public Y2YStreamConfigurationContainerModel(java.lang.String _id)
_id - initial attribute declared by type StreamConfigurationContainer at extension deltadetection@Deprecated
public Y2YStreamConfigurationContainerModel(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="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.@Accessor(qualifier="dataHubExtension", type=GETTER) public java.lang.String getDataHubExtension()
Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.@Accessor(qualifier="feed", type=GETTER) public java.lang.String getFeed()
Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.@Accessor(qualifier="pool", type=GETTER) public java.lang.String getPool()
Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.@Accessor(qualifier="targetSystem", type=GETTER) public java.lang.String getTargetSystem()
Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.value - the catalogVersion@Accessor(qualifier="dataHubExtension", type=SETTER) public void setDataHubExtension(java.lang.String value)
Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.value - the dataHubExtension@Accessor(qualifier="feed", type=SETTER) public void setFeed(java.lang.String value)
Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.value - the feed@Accessor(qualifier="pool", type=SETTER) public void setPool(java.lang.String value)
Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.value - the poolCopyright © 2018 SAP SE. All Rights Reserved.