Class ParserPropertyModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.commons.model.translator.ParserPropertyModel
- All Implemented Interfaces:
Serializable
Generated model class for type ParserProperty first defined at extension commons.
- 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 relationTranslatorConfig2ParserPropertiesdefining source attributetranslatorConfigurationin extensioncommons.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofParserProperty.endExpattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofParserProperty.nameattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofParserProperty.parserClassattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofParserProperty.startExpattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofParserProperty.translatorConfigurationattribute defined at extensioncommons.static final StringGenerated constant - Attribute key ofParserProperty.translatorConfigurationPOSattribute defined at extensioncommons.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.Generated constructor - Default constructor for creation with existing contextParserPropertyModel(String _name, ItemModel _owner, String _startExp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersParserPropertyModel(String _name, String _startExp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theParserProperty.endExpattribute defined at extensioncommons.getName()Generated method - Getter of theParserProperty.nameattribute defined at extensioncommons.Generated method - Getter of theParserProperty.parserClassattribute defined at extensioncommons.Generated method - Getter of theParserProperty.startExpattribute defined at extensioncommons.Generated method - Getter of theParserProperty.translatorConfigurationattribute defined at extensioncommons.voidGenerated method - Setter ofParserProperty.endExpattribute defined at extensioncommons.voidGenerated method - Setter ofParserProperty.nameattribute defined at extensioncommons.voidsetParserClass(String value) Generated method - Setter ofParserProperty.parserClassattribute defined at extensioncommons.voidsetStartExp(String value) Generated method - Setter ofParserProperty.startExpattribute defined at extensioncommons.voidGenerated method - Setter ofParserProperty.translatorConfigurationattribute defined at extensioncommons.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:
-
_TRANSLATORCONFIG2PARSERPROPERTIES
Generated relation code constant for relationTranslatorConfig2ParserPropertiesdefining source attributetranslatorConfigurationin extensioncommons.- See Also:
-
NAME
Generated constant - Attribute key ofParserProperty.nameattribute defined at extensioncommons.- See Also:
-
STARTEXP
Generated constant - Attribute key ofParserProperty.startExpattribute defined at extensioncommons.- See Also:
-
ENDEXP
Generated constant - Attribute key ofParserProperty.endExpattribute defined at extensioncommons.- See Also:
-
PARSERCLASS
Generated constant - Attribute key ofParserProperty.parserClassattribute defined at extensioncommons.- See Also:
-
TRANSLATORCONFIGURATIONPOS
Generated constant - Attribute key ofParserProperty.translatorConfigurationPOSattribute defined at extensioncommons.- See Also:
-
TRANSLATORCONFIGURATION
Generated constant - Attribute key ofParserProperty.translatorConfigurationattribute defined at extensioncommons.- See Also:
-
-
Constructor Details
-
ParserPropertyModel
public ParserPropertyModel()Generated constructor - Default constructor for generic creation. -
ParserPropertyModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ParserPropertyModel
@Deprecated(since="4.1.1", forRemoval=true) public ParserPropertyModel(String _name, String _startExp) 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:
_name- initial attribute declared by typeParserPropertyat extensioncommons_startExp- initial attribute declared by typeParserPropertyat extensioncommons
-
ParserPropertyModel
@Deprecated(since="4.1.1", forRemoval=true) public ParserPropertyModel(String _name, ItemModel _owner, String _startExp) 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:
_name- initial attribute declared by typeParserPropertyat extensioncommons_owner- initial attribute declared by typeItemat extensioncore_startExp- initial attribute declared by typeParserPropertyat extensioncommons
-
-
Method Details
-
getEndExp
Generated method - Getter of theParserProperty.endExpattribute defined at extensioncommons.- Returns:
- the endExp - End expression of the tag/element
-
getName
Generated method - Getter of theParserProperty.nameattribute defined at extensioncommons.- Returns:
- the name - Name of the tag/element
-
getParserClass
Generated method - Getter of theParserProperty.parserClassattribute defined at extensioncommons.- Returns:
- the parserClass - Special java class that parses the related tag/element
-
getStartExp
Generated method - Getter of theParserProperty.startExpattribute defined at extensioncommons.- Returns:
- the startExp - Start expression of the tag/element
-
getTranslatorConfiguration
@Accessor(qualifier="translatorConfiguration", type=GETTER) public JaloTranslatorConfigurationModel getTranslatorConfiguration()Generated method - Getter of theParserProperty.translatorConfigurationattribute defined at extensioncommons.- Returns:
- the translatorConfiguration
-
setEndExp
Generated method - Setter ofParserProperty.endExpattribute defined at extensioncommons.- Parameters:
value- the endExp - End expression of the tag/element
-
setName
Generated method - Setter ofParserProperty.nameattribute defined at extensioncommons.- Parameters:
value- the name - Name of the tag/element
-
setParserClass
Generated method - Setter ofParserProperty.parserClassattribute defined at extensioncommons.- Parameters:
value- the parserClass - Special java class that parses the related tag/element
-
setStartExp
Generated method - Setter ofParserProperty.startExpattribute defined at extensioncommons.- Parameters:
value- the startExp - Start expression of the tag/element
-
setTranslatorConfiguration
@Accessor(qualifier="translatorConfiguration", type=SETTER) public void setTranslatorConfiguration(JaloTranslatorConfigurationModel value) Generated method - Setter ofParserProperty.translatorConfigurationattribute defined at extensioncommons.- Parameters:
value- the translatorConfiguration
-