public class EventPropertyConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_EVENTCONFIGURATION2EVENTPROPERTYCONFIGURATION
Generated relation code constant for relation
EventConfiguration2EventPropertyConfiguration defining source attribute eventConfiguration in extension apiregistryservices. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
EventPropertyConfiguration.description attribute defined at extension apiregistryservices. |
static java.lang.String |
EVENTCONFIGURATION
Generated constant - Attribute key of
EventPropertyConfiguration.eventConfiguration attribute defined at extension apiregistryservices. |
static java.lang.String |
EVENTCONFIGURATIONPOS
Generated constant - Attribute key of
EventPropertyConfiguration.eventConfigurationPOS attribute defined at extension apiregistryservices. |
static java.lang.String |
EXAMPLES
Generated constant - Attribute key of
EventPropertyConfiguration.examples attribute defined at extension apiregistryservices. |
static java.lang.String |
PROPERTYMAPPING
Generated constant - Attribute key of
EventPropertyConfiguration.propertyMapping attribute defined at extension apiregistryservices. |
static java.lang.String |
PROPERTYNAME
Generated constant - Attribute key of
EventPropertyConfiguration.propertyName attribute defined at extension apiregistryservices. |
static java.lang.String |
REQUIRED
Generated constant - Attribute key of
EventPropertyConfiguration.required attribute defined at extension apiregistryservices. |
static java.lang.String |
TITLE
Generated constant - Attribute key of
EventPropertyConfiguration.title attribute defined at extension apiregistryservices. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
EventPropertyConfiguration.type attribute defined at extension apiregistryservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
EventPropertyConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration,
ItemModel _owner,
java.lang.String _propertyMapping,
java.lang.String _propertyName,
java.lang.String _title,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration,
java.lang.String _propertyMapping,
java.lang.String _propertyName,
java.lang.String _title,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
EventPropertyConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Generated method - Getter of the
EventPropertyConfiguration.description attribute defined at extension apiregistryservices. |
EventConfigurationModel |
getEventConfiguration()
Generated method - Getter of the
EventPropertyConfiguration.eventConfiguration attribute defined at extension apiregistryservices. |
java.util.Map<java.lang.String,java.lang.String> |
getExamples()
Generated method - Getter of the
EventPropertyConfiguration.examples attribute defined at extension apiregistryservices. |
java.lang.String |
getPropertyMapping()
Generated method - Getter of the
EventPropertyConfiguration.propertyMapping attribute defined at extension apiregistryservices. |
java.lang.String |
getPropertyName()
Generated method - Getter of the
EventPropertyConfiguration.propertyName attribute defined at extension apiregistryservices. |
java.lang.String |
getTitle()
Generated method - Getter of the
EventPropertyConfiguration.title attribute defined at extension apiregistryservices. |
java.lang.String |
getType()
Generated method - Getter of the
EventPropertyConfiguration.type attribute defined at extension apiregistryservices. |
boolean |
isRequired()
Generated method - Getter of the
EventPropertyConfiguration.required attribute defined at extension apiregistryservices. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
EventPropertyConfiguration.description attribute defined at extension apiregistryservices. |
void |
setEventConfiguration(EventConfigurationModel value)
Generated method - Initial setter of
EventPropertyConfiguration.eventConfiguration attribute defined at extension apiregistryservices. |
void |
setExamples(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of
EventPropertyConfiguration.examples attribute defined at extension apiregistryservices. |
void |
setPropertyMapping(java.lang.String value)
Generated method - Setter of
EventPropertyConfiguration.propertyMapping attribute defined at extension apiregistryservices. |
void |
setPropertyName(java.lang.String value)
Generated method - Initial setter of
EventPropertyConfiguration.propertyName attribute defined at extension apiregistryservices. |
void |
setRequired(boolean value)
Generated method - Setter of
EventPropertyConfiguration.required attribute defined at extension apiregistryservices. |
void |
setTitle(java.lang.String value)
Generated method - Setter of
EventPropertyConfiguration.title attribute defined at extension apiregistryservices. |
void |
setType(java.lang.String value)
Generated method - Setter of
EventPropertyConfiguration.type 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 _EVENTCONFIGURATION2EVENTPROPERTYCONFIGURATION
EventConfiguration2EventPropertyConfiguration defining source attribute eventConfiguration in extension apiregistryservices.public static final java.lang.String PROPERTYNAME
EventPropertyConfiguration.propertyName attribute defined at extension apiregistryservices.public static final java.lang.String PROPERTYMAPPING
EventPropertyConfiguration.propertyMapping attribute defined at extension apiregistryservices.public static final java.lang.String TYPE
EventPropertyConfiguration.type attribute defined at extension apiregistryservices.public static final java.lang.String TITLE
EventPropertyConfiguration.title attribute defined at extension apiregistryservices.public static final java.lang.String REQUIRED
EventPropertyConfiguration.required attribute defined at extension apiregistryservices.public static final java.lang.String DESCRIPTION
EventPropertyConfiguration.description attribute defined at extension apiregistryservices.public static final java.lang.String EXAMPLES
EventPropertyConfiguration.examples attribute defined at extension apiregistryservices.public static final java.lang.String EVENTCONFIGURATIONPOS
EventPropertyConfiguration.eventConfigurationPOS attribute defined at extension apiregistryservices.public static final java.lang.String EVENTCONFIGURATION
EventPropertyConfiguration.eventConfiguration attribute defined at extension apiregistryservices.public EventPropertyConfigurationModel()
public EventPropertyConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, java.lang.String _propertyMapping, java.lang.String _propertyName, java.lang.String _title, java.lang.String _type)
_eventConfiguration - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices_propertyMapping - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices_propertyName - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices_title - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices_type - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices@Deprecated public EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, ItemModel _owner, java.lang.String _propertyMapping, java.lang.String _propertyName, java.lang.String _title, java.lang.String _type)
_eventConfiguration - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices_owner - initial attribute declared by type Item at extension core_propertyMapping - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices_propertyName - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices_title - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices_type - initial attribute declared by type EventPropertyConfiguration at extension apiregistryservices@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
EventPropertyConfiguration.description attribute defined at extension apiregistryservices.@Accessor(qualifier="eventConfiguration", type=GETTER) public EventConfigurationModel getEventConfiguration()
EventPropertyConfiguration.eventConfiguration attribute defined at extension apiregistryservices.@Accessor(qualifier="examples", type=GETTER) public java.util.Map<java.lang.String,java.lang.String> getExamples()
EventPropertyConfiguration.examples attribute defined at extension apiregistryservices.@Accessor(qualifier="propertyMapping", type=GETTER) public java.lang.String getPropertyMapping()
EventPropertyConfiguration.propertyMapping attribute defined at extension apiregistryservices.@Accessor(qualifier="propertyName", type=GETTER) public java.lang.String getPropertyName()
EventPropertyConfiguration.propertyName attribute defined at extension apiregistryservices.@Accessor(qualifier="title", type=GETTER) public java.lang.String getTitle()
EventPropertyConfiguration.title attribute defined at extension apiregistryservices.@Accessor(qualifier="type", type=GETTER) public java.lang.String getType()
EventPropertyConfiguration.type attribute defined at extension apiregistryservices.@Accessor(qualifier="required", type=GETTER) public boolean isRequired()
EventPropertyConfiguration.required attribute defined at extension apiregistryservices.@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
EventPropertyConfiguration.description attribute defined at extension apiregistryservices.value - the description@Accessor(qualifier="eventConfiguration", type=SETTER) public void setEventConfiguration(EventConfigurationModel value)
EventPropertyConfiguration.eventConfiguration attribute defined at extension apiregistryservices. Can only be used at creation of model - before first save.value - the eventConfiguration@Accessor(qualifier="examples", type=SETTER) public void setExamples(java.util.Map<java.lang.String,java.lang.String> value)
EventPropertyConfiguration.examples attribute defined at extension apiregistryservices.value - the examples@Accessor(qualifier="propertyMapping", type=SETTER) public void setPropertyMapping(java.lang.String value)
EventPropertyConfiguration.propertyMapping attribute defined at extension apiregistryservices.value - the propertyMapping@Accessor(qualifier="propertyName", type=SETTER) public void setPropertyName(java.lang.String value)
EventPropertyConfiguration.propertyName attribute defined at extension apiregistryservices. Can only be used at creation of model - before first save.value - the propertyName@Accessor(qualifier="required", type=SETTER) public void setRequired(boolean value)
EventPropertyConfiguration.required attribute defined at extension apiregistryservices.value - the required@Accessor(qualifier="title", type=SETTER) public void setTitle(java.lang.String value)
EventPropertyConfiguration.title attribute defined at extension apiregistryservices.value - the titleCopyright © 2018 SAP SE. All Rights Reserved.