Class SnSynonymEntryModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.searchservices.model.SnSynonymEntryModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SnSynonymEntryModel extends ItemModel
Generated model class for type SnSynonymEntry first defined at extension searchservices.- 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_SNSYNONYMDICTIONARY2SYNONYMENTRYGenerated relation code constant for relationSnSynonymDictionary2SynonymEntrydefining source attributesynonymDictionaryin extensionsearchservices.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringIDGenerated constant - Attribute key ofSnSynonymEntry.idattribute defined at extensionsearchservices.static java.lang.StringINPUTGenerated constant - Attribute key ofSnSynonymEntry.inputattribute defined at extensionsearchservices.static java.lang.StringSYNONYMDICTIONARYGenerated constant - Attribute key ofSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices.static java.lang.StringSYNONYMDICTIONARYPOSGenerated constant - Attribute key ofSnSynonymEntry.synonymDictionaryPOSattribute defined at extensionsearchservices.static java.lang.StringSYNONYMSGenerated constant - Attribute key ofSnSynonymEntry.synonymsattribute defined at extensionsearchservices.-
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 SnSynonymEntryModel()Generated constructor - Default constructor for generic creation.SnSynonymEntryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSnSynonymEntryModel(java.lang.String _id, ItemModel _owner, SnSynonymDictionaryModel _synonymDictionary)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSnSynonymEntryModel(java.lang.String _id, SnSynonymDictionaryModel _synonymDictionary)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.StringgetId()Generated method - Getter of theSnSynonymEntry.idattribute defined at extensionsearchservices.java.util.List<java.lang.String>getInput()Generated method - Getter of theSnSynonymEntry.inputattribute defined at extensionsearchservices.SnSynonymDictionaryModelgetSynonymDictionary()Generated method - Getter of theSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices.java.util.List<java.lang.String>getSynonyms()Generated method - Getter of theSnSynonymEntry.synonymsattribute defined at extensionsearchservices.voidsetId(java.lang.String value)Generated method - Setter ofSnSynonymEntry.idattribute defined at extensionsearchservices.voidsetInput(java.util.List<java.lang.String> value)Generated method - Setter ofSnSynonymEntry.inputattribute defined at extensionsearchservices.voidsetSynonymDictionary(SnSynonymDictionaryModel value)Generated method - Initial setter ofSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices.voidsetSynonyms(java.util.List<java.lang.String> value)Generated method - Setter ofSnSynonymEntry.synonymsattribute defined at extensionsearchservices.-
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
-
_SNSYNONYMDICTIONARY2SYNONYMENTRY
public static final java.lang.String _SNSYNONYMDICTIONARY2SYNONYMENTRY
Generated relation code constant for relationSnSynonymDictionary2SynonymEntrydefining source attributesynonymDictionaryin extensionsearchservices.- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
Generated constant - Attribute key ofSnSynonymEntry.idattribute defined at extensionsearchservices.- See Also:
- Constant Field Values
-
INPUT
public static final java.lang.String INPUT
Generated constant - Attribute key ofSnSynonymEntry.inputattribute defined at extensionsearchservices.- See Also:
- Constant Field Values
-
SYNONYMS
public static final java.lang.String SYNONYMS
Generated constant - Attribute key ofSnSynonymEntry.synonymsattribute defined at extensionsearchservices.- See Also:
- Constant Field Values
-
SYNONYMDICTIONARYPOS
public static final java.lang.String SYNONYMDICTIONARYPOS
Generated constant - Attribute key ofSnSynonymEntry.synonymDictionaryPOSattribute defined at extensionsearchservices.- See Also:
- Constant Field Values
-
SYNONYMDICTIONARY
public static final java.lang.String SYNONYMDICTIONARY
Generated constant - Attribute key ofSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SnSynonymEntryModel
public SnSynonymEntryModel()
Generated constructor - Default constructor for generic creation.
-
SnSynonymEntryModel
public SnSynonymEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SnSynonymEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public SnSynonymEntryModel(java.lang.String _id, SnSynonymDictionaryModel _synonymDictionary)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:
_id- initial attribute declared by typeSnSynonymEntryat extensionsearchservices_synonymDictionary- initial attribute declared by typeSnSynonymEntryat extensionsearchservices
-
SnSynonymEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public SnSynonymEntryModel(java.lang.String _id, ItemModel _owner, SnSynonymDictionaryModel _synonymDictionary)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:
_id- initial attribute declared by typeSnSynonymEntryat extensionsearchservices_owner- initial attribute declared by typeItemat extensioncore_synonymDictionary- initial attribute declared by typeSnSynonymEntryat extensionsearchservices
-
-
Method Detail
-
getId
@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()
Generated method - Getter of theSnSynonymEntry.idattribute defined at extensionsearchservices.- Returns:
- the id
-
getInput
@Accessor(qualifier="input", type=GETTER) public java.util.List<java.lang.String> getInput()
Generated method - Getter of theSnSynonymEntry.inputattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the input
-
getSynonymDictionary
@Accessor(qualifier="synonymDictionary", type=GETTER) public SnSynonymDictionaryModel getSynonymDictionary()
Generated method - Getter of theSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices.- Returns:
- the synonymDictionary
-
getSynonyms
@Accessor(qualifier="synonyms", type=GETTER) public java.util.List<java.lang.String> getSynonyms()
Generated method - Getter of theSnSynonymEntry.synonymsattribute defined at extensionsearchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the synonyms
-
setId
@Accessor(qualifier="id", type=SETTER) public void setId(java.lang.String value)
Generated method - Setter ofSnSynonymEntry.idattribute defined at extensionsearchservices.- Parameters:
value- the id
-
setInput
@Accessor(qualifier="input", type=SETTER) public void setInput(java.util.List<java.lang.String> value)
Generated method - Setter ofSnSynonymEntry.inputattribute defined at extensionsearchservices.- Parameters:
value- the input
-
setSynonymDictionary
@Accessor(qualifier="synonymDictionary", type=SETTER) public void setSynonymDictionary(SnSynonymDictionaryModel value)
Generated method - Initial setter ofSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices. Can only be used at creation of model - before first save.- Parameters:
value- the synonymDictionary
-
-