public class DestinationTargetModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DESTINATIONCHANNEL
Generated constant - Attribute key of
DestinationTarget.destinationChannel attribute defined at extension apiregistryservices. |
static java.lang.String |
DESTINATIONS
Generated constant - Attribute key of
DestinationTarget.destinations attribute defined at extension apiregistryservices. |
static java.lang.String |
EVENTCONFIGURATIONS
Generated constant - Attribute key of
DestinationTarget.eventConfigurations attribute defined at extension apiregistryservices. |
static java.lang.String |
ID
Generated constant - Attribute key of
DestinationTarget.id attribute defined at extension apiregistryservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DestinationTargetModel()
Generated constructor - Default constructor for generic creation.
|
DestinationTargetModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DestinationTargetModel(java.lang.String _id)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DestinationTargetModel(java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
DestinationChannel |
getDestinationChannel()
Generated method - Getter of the
DestinationTarget.destinationChannel attribute defined at extension apiregistryservices. |
java.util.Collection<AbstractDestinationModel> |
getDestinations()
Generated method - Getter of the
DestinationTarget.destinations attribute defined at extension apiregistryservices. |
java.util.Collection<EventConfigurationModel> |
getEventConfigurations()
Generated method - Getter of the
DestinationTarget.eventConfigurations attribute defined at extension apiregistryservices. |
java.lang.String |
getId()
Generated method - Getter of the
DestinationTarget.id attribute defined at extension apiregistryservices. |
void |
setDestinationChannel(DestinationChannel value)
Generated method - Setter of
DestinationTarget.destinationChannel attribute defined at extension apiregistryservices. |
void |
setDestinations(java.util.Collection<AbstractDestinationModel> value)
Generated method - Setter of
DestinationTarget.destinations attribute defined at extension apiregistryservices. |
void |
setEventConfigurations(java.util.Collection<EventConfigurationModel> value)
Generated method - Setter of
DestinationTarget.eventConfigurations attribute defined at extension apiregistryservices. |
void |
setId(java.lang.String value)
Generated method - Setter of
DestinationTarget.id attribute defined at extension apiregistryservices. |
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
DestinationTarget.id attribute defined at extension apiregistryservices.public static final java.lang.String DESTINATIONCHANNEL
DestinationTarget.destinationChannel attribute defined at extension apiregistryservices.public static final java.lang.String EVENTCONFIGURATIONS
DestinationTarget.eventConfigurations attribute defined at extension apiregistryservices.public static final java.lang.String DESTINATIONS
DestinationTarget.destinations attribute defined at extension apiregistryservices.public DestinationTargetModel()
public DestinationTargetModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DestinationTargetModel(java.lang.String _id)
_id - initial attribute declared by type DestinationTarget at extension apiregistryservices@Deprecated
public DestinationTargetModel(java.lang.String _id,
ItemModel _owner)
_id - initial attribute declared by type DestinationTarget at extension apiregistryservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="destinationChannel", type=GETTER) public DestinationChannel getDestinationChannel()
DestinationTarget.destinationChannel attribute defined at extension apiregistryservices.@Accessor(qualifier="destinations", type=GETTER) public java.util.Collection<AbstractDestinationModel> getDestinations()
DestinationTarget.destinations attribute defined at extension apiregistryservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="eventConfigurations", type=GETTER) public java.util.Collection<EventConfigurationModel> getEventConfigurations()
DestinationTarget.eventConfigurations attribute defined at extension apiregistryservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()
DestinationTarget.id attribute defined at extension apiregistryservices.@Accessor(qualifier="destinationChannel", type=SETTER) public void setDestinationChannel(DestinationChannel value)
DestinationTarget.destinationChannel attribute defined at extension apiregistryservices.value - the destinationChannel@Accessor(qualifier="destinations", type=SETTER) public void setDestinations(java.util.Collection<AbstractDestinationModel> value)
DestinationTarget.destinations attribute defined at extension apiregistryservices.value - the destinations@Accessor(qualifier="eventConfigurations", type=SETTER) public void setEventConfigurations(java.util.Collection<EventConfigurationModel> value)
DestinationTarget.eventConfigurations attribute defined at extension apiregistryservices.value - the eventConfigurationsCopyright © 2018 SAP SE. All Rights Reserved.