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:
java.io.Serializable
public class ParserPropertyModel extends ItemModel
Generated model class for type ParserProperty first defined at extension commons.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TRANSLATORCONFIG2PARSERPROPERTIESGenerated relation code constant for relationTranslatorConfig2ParserPropertiesdefining source attributetranslatorConfigurationin extensioncommons.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringENDEXPGenerated constant - Attribute key ofParserProperty.endExpattribute defined at extensioncommons.static java.lang.StringNAMEGenerated constant - Attribute key ofParserProperty.nameattribute defined at extensioncommons.static java.lang.StringPARSERCLASSGenerated constant - Attribute key ofParserProperty.parserClassattribute defined at extensioncommons.static java.lang.StringSTARTEXPGenerated constant - Attribute key ofParserProperty.startExpattribute defined at extensioncommons.static java.lang.StringTRANSLATORCONFIGURATIONGenerated constant - Attribute key ofParserProperty.translatorConfigurationattribute defined at extensioncommons.static java.lang.StringTRANSLATORCONFIGURATIONPOSGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ParserPropertyModel()Generated constructor - Default constructor for generic creation.ParserPropertyModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextParserPropertyModel(java.lang.String _name, ItemModel _owner, java.lang.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(java.lang.String _name, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEndExp()Generated method - Getter of theParserProperty.endExpattribute defined at extensioncommons.java.lang.StringgetName()Generated method - Getter of theParserProperty.nameattribute defined at extensioncommons.java.lang.StringgetParserClass()Generated method - Getter of theParserProperty.parserClassattribute defined at extensioncommons.java.lang.StringgetStartExp()Generated method - Getter of theParserProperty.startExpattribute defined at extensioncommons.JaloTranslatorConfigurationModelgetTranslatorConfiguration()Generated method - Getter of theParserProperty.translatorConfigurationattribute defined at extensioncommons.voidsetEndExp(java.lang.String value)Generated method - Setter ofParserProperty.endExpattribute defined at extensioncommons.voidsetName(java.lang.String value)Generated method - Setter ofParserProperty.nameattribute defined at extensioncommons.voidsetParserClass(java.lang.String value)Generated method - Setter ofParserProperty.parserClassattribute defined at extensioncommons.voidsetStartExp(java.lang.String value)Generated method - Setter ofParserProperty.startExpattribute defined at extensioncommons.voidsetTranslatorConfiguration(JaloTranslatorConfigurationModel value)Generated 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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_TRANSLATORCONFIG2PARSERPROPERTIES
public static final java.lang.String _TRANSLATORCONFIG2PARSERPROPERTIES
Generated relation code constant for relationTranslatorConfig2ParserPropertiesdefining source attributetranslatorConfigurationin extensioncommons.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofParserProperty.nameattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
STARTEXP
public static final java.lang.String STARTEXP
Generated constant - Attribute key ofParserProperty.startExpattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
ENDEXP
public static final java.lang.String ENDEXP
Generated constant - Attribute key ofParserProperty.endExpattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
PARSERCLASS
public static final java.lang.String PARSERCLASS
Generated constant - Attribute key ofParserProperty.parserClassattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
TRANSLATORCONFIGURATIONPOS
public static final java.lang.String TRANSLATORCONFIGURATIONPOS
Generated constant - Attribute key ofParserProperty.translatorConfigurationPOSattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
TRANSLATORCONFIGURATION
public static final java.lang.String TRANSLATORCONFIGURATION
Generated constant - Attribute key ofParserProperty.translatorConfigurationattribute defined at extensioncommons.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParserPropertyModel
public ParserPropertyModel()
Generated constructor - Default constructor for generic creation.
-
ParserPropertyModel
public ParserPropertyModel(ItemModelContext ctx)
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(java.lang.String _name, java.lang.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(java.lang.String _name, ItemModel _owner, java.lang.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 Detail
-
getEndExp
@Accessor(qualifier="endExp", type=GETTER) public java.lang.String getEndExp()
Generated method - Getter of theParserProperty.endExpattribute defined at extensioncommons.- Returns:
- the endExp - End expression of the tag/element
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theParserProperty.nameattribute defined at extensioncommons.- Returns:
- the name - Name of the tag/element
-
getParserClass
@Accessor(qualifier="parserClass", type=GETTER) public java.lang.String getParserClass()
Generated method - Getter of theParserProperty.parserClassattribute defined at extensioncommons.- Returns:
- the parserClass - Special java class that parses the related tag/element
-
getStartExp
@Accessor(qualifier="startExp", type=GETTER) public java.lang.String 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
@Accessor(qualifier="endExp", type=SETTER) public void setEndExp(java.lang.String value)
Generated method - Setter ofParserProperty.endExpattribute defined at extensioncommons.- Parameters:
value- the endExp - End expression of the tag/element
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofParserProperty.nameattribute defined at extensioncommons.- Parameters:
value- the name - Name of the tag/element
-
setParserClass
@Accessor(qualifier="parserClass", type=SETTER) public void setParserClass(java.lang.String value)
Generated method - Setter ofParserProperty.parserClassattribute defined at extensioncommons.- Parameters:
value- the parserClass - Special java class that parses the related tag/element
-
setStartExp
@Accessor(qualifier="startExp", type=SETTER) public void setStartExp(java.lang.String value)
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
-
-