Class EventPropertyConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.apiregistryservices.model.events.EventPropertyConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type EventPropertyConfiguration first defined at extension apiregistryservices.
Exporting configuration for single event property.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationEventConfiguration2EventPropertyConfigurationdefining source attributeeventConfigurationin extensionapiregistryservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.descriptionattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.eventConfigurationattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.eventConfigurationPOSattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.examplesattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.propertyMappingattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.propertyNameattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.requiredattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.titleattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventPropertyConfiguration.typeattribute defined at extensionapiregistryservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, ItemModel _owner, String _propertyMapping, String _propertyName, String _title, String _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, String _propertyMapping, String _propertyName, String _title, String _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theEventPropertyConfiguration.descriptionattribute defined at extensionapiregistryservices.Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute defined at extensionapiregistryservices.Generated method - Getter of theEventPropertyConfiguration.examplesattribute defined at extensionapiregistryservices.Generated method - Getter of theEventPropertyConfiguration.propertyMappingattribute defined at extensionapiregistryservices.Generated method - Getter of theEventPropertyConfiguration.propertyNameattribute defined at extensionapiregistryservices.getTitle()Generated method - Getter of theEventPropertyConfiguration.titleattribute defined at extensionapiregistryservices.getType()Generated method - Getter of theEventPropertyConfiguration.typeattribute defined at extensionapiregistryservices.booleanGenerated method - Getter of theEventPropertyConfiguration.requiredattribute defined at extensionapiregistryservices.voidsetDescription(String value) Generated method - Setter ofEventPropertyConfiguration.descriptionattribute defined at extensionapiregistryservices.voidGenerated method - Initial setter ofEventPropertyConfiguration.eventConfigurationattribute defined at extensionapiregistryservices.voidsetExamples(Map<String, String> value) Generated method - Setter ofEventPropertyConfiguration.examplesattribute defined at extensionapiregistryservices.voidsetPropertyMapping(String value) Generated method - Setter ofEventPropertyConfiguration.propertyMappingattribute defined at extensionapiregistryservices.voidsetPropertyName(String value) Generated method - Initial setter ofEventPropertyConfiguration.propertyNameattribute defined at extensionapiregistryservices.voidsetRequired(boolean value) Generated method - Setter ofEventPropertyConfiguration.requiredattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofEventPropertyConfiguration.titleattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofEventPropertyConfiguration.typeattribute defined at extensionapiregistryservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_EVENTCONFIGURATION2EVENTPROPERTYCONFIGURATION
Generated relation code constant for relationEventConfiguration2EventPropertyConfigurationdefining source attributeeventConfigurationin extensionapiregistryservices.- See Also:
-
PROPERTYNAME
Generated constant - Attribute key ofEventPropertyConfiguration.propertyNameattribute defined at extensionapiregistryservices.- See Also:
-
PROPERTYMAPPING
Generated constant - Attribute key ofEventPropertyConfiguration.propertyMappingattribute defined at extensionapiregistryservices.- See Also:
-
TYPE
Generated constant - Attribute key ofEventPropertyConfiguration.typeattribute defined at extensionapiregistryservices.- See Also:
-
TITLE
Generated constant - Attribute key ofEventPropertyConfiguration.titleattribute defined at extensionapiregistryservices.- See Also:
-
REQUIRED
Generated constant - Attribute key ofEventPropertyConfiguration.requiredattribute defined at extensionapiregistryservices.- See Also:
-
DESCRIPTION
Generated constant - Attribute key ofEventPropertyConfiguration.descriptionattribute defined at extensionapiregistryservices.- See Also:
-
EXAMPLES
Generated constant - Attribute key ofEventPropertyConfiguration.examplesattribute defined at extensionapiregistryservices.- See Also:
-
EVENTCONFIGURATIONPOS
Generated constant - Attribute key ofEventPropertyConfiguration.eventConfigurationPOSattribute defined at extensionapiregistryservices.- See Also:
-
EVENTCONFIGURATION
Generated constant - Attribute key ofEventPropertyConfiguration.eventConfigurationattribute defined at extensionapiregistryservices.- See Also:
-
-
Constructor Details
-
EventPropertyConfigurationModel
public EventPropertyConfigurationModel()Generated constructor - Default constructor for generic creation. -
EventPropertyConfigurationModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
EventPropertyConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, String _propertyMapping, String _propertyName, String _title, String _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_eventConfiguration- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices_propertyMapping- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices_propertyName- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices_title- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices_type- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices
-
EventPropertyConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public EventPropertyConfigurationModel(EventConfigurationModel _eventConfiguration, ItemModel _owner, String _propertyMapping, String _propertyName, String _title, String _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_eventConfiguration- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices_owner- initial attribute declared by typeItemat extensioncore_propertyMapping- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices_propertyName- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices_title- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices_type- initial attribute declared by typeEventPropertyConfigurationat extensionapiregistryservices
-
-
Method Details
-
getDescription
Generated method - Getter of theEventPropertyConfiguration.descriptionattribute defined at extensionapiregistryservices.- Returns:
- the description - Human-readable event property description
-
getEventConfiguration
@Accessor(qualifier="eventConfiguration", type=GETTER) public EventConfigurationModel getEventConfiguration()Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute defined at extensionapiregistryservices.- Returns:
- the eventConfiguration - Event Configuration
-
getExamples
Generated method - Getter of theEventPropertyConfiguration.examplesattribute defined at extensionapiregistryservices.- Returns:
- the examples - Extracting result example
-
getPropertyMapping
Generated method - Getter of theEventPropertyConfiguration.propertyMappingattribute defined at extensionapiregistryservices.- Returns:
- the propertyMapping - Extracting Path
-
getPropertyName
Generated method - Getter of theEventPropertyConfiguration.propertyNameattribute defined at extensionapiregistryservices.- Returns:
- the propertyName - Target property Id
-
getTitle
Generated method - Getter of theEventPropertyConfiguration.titleattribute defined at extensionapiregistryservices.- Returns:
- the title - Human-readable Title
-
getType
Generated method - Getter of theEventPropertyConfiguration.typeattribute defined at extensionapiregistryservices.- Returns:
- the type - Result Type
-
isRequired
Generated method - Getter of theEventPropertyConfiguration.requiredattribute defined at extensionapiregistryservices.- Returns:
- the required - Required Flag
-
setDescription
Generated method - Setter ofEventPropertyConfiguration.descriptionattribute defined at extensionapiregistryservices.- Parameters:
value- the description - Human-readable event property description
-
setEventConfiguration
@Accessor(qualifier="eventConfiguration", type=SETTER) public void setEventConfiguration(EventConfigurationModel value) Generated method - Initial setter ofEventPropertyConfiguration.eventConfigurationattribute defined at extensionapiregistryservices. Can only be used at creation of model - before first save.- Parameters:
value- the eventConfiguration - Event Configuration
-
setExamples
Generated method - Setter ofEventPropertyConfiguration.examplesattribute defined at extensionapiregistryservices.- Parameters:
value- the examples - Extracting result example
-
setPropertyMapping
Generated method - Setter ofEventPropertyConfiguration.propertyMappingattribute defined at extensionapiregistryservices.- Parameters:
value- the propertyMapping - Extracting Path
-
setPropertyName
Generated method - Initial setter ofEventPropertyConfiguration.propertyNameattribute defined at extensionapiregistryservices. Can only be used at creation of model - before first save.- Parameters:
value- the propertyName - Target property Id
-
setRequired
Generated method - Setter ofEventPropertyConfiguration.requiredattribute defined at extensionapiregistryservices.- Parameters:
value- the required - Required Flag
-
setTitle
Generated method - Setter ofEventPropertyConfiguration.titleattribute defined at extensionapiregistryservices.- Parameters:
value- the title - Human-readable Title
-
setType
Generated method - Setter ofEventPropertyConfiguration.typeattribute defined at extensionapiregistryservices.- Parameters:
value- the type - Result Type
-