Class UpilSemanticsModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.upilintegrationservices.model.UpilSemanticsModel
-
- All Implemented Interfaces:
java.io.Serializable
public class UpilSemanticsModel extends ItemModel
Generated model class for type UpilSemantics first defined at extension upilintegrationservices.Semantics for UPIL.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCATALOGVERSIONGenerated constant - Attribute key ofUpilSemantics.catalogVersionattribute defined at extensionupilintegrationservices.static java.lang.StringDESCRIPTIONGenerated constant - Attribute key ofUpilSemantics.descriptionattribute defined at extensionupilintegrationservices.static java.lang.StringSEMANTICSNAME1Generated constant - Attribute key ofUpilSemantics.semanticsName1attribute defined at extensionupilintegrationservices.static java.lang.StringSEMANTICSNAME2Generated constant - Attribute key ofUpilSemantics.semanticsName2attribute defined at extensionupilintegrationservices.static java.lang.StringSEMANTICTYPEGenerated constant - Attribute key ofUpilSemantics.semanticTypeattribute defined at extensionupilintegrationservices.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
-
Constructor Summary
Constructors Constructor Description UpilSemanticsModel()Generated constructor - Default constructor for generic creation.UpilSemanticsModel(CatalogVersionModel _catalogVersion, ItemModel _owner, SemanticType _semanticType, java.lang.String _semanticsName1, java.lang.String _semanticsName2)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUpilSemanticsModel(CatalogVersionModel _catalogVersion, SemanticType _semanticType, java.lang.String _semanticsName1, java.lang.String _semanticsName2)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUpilSemanticsModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogVersionModelgetCatalogVersion()Generated method - Getter of theUpilSemantics.catalogVersionattribute defined at extensionupilintegrationservices.java.lang.StringgetDescription()Generated method - Getter of theUpilSemantics.descriptionattribute defined at extensionupilintegrationservices.java.lang.StringgetSemanticsName1()Generated method - Getter of theUpilSemantics.semanticsName1attribute defined at extensionupilintegrationservices.java.lang.StringgetSemanticsName2()Generated method - Getter of theUpilSemantics.semanticsName2attribute defined at extensionupilintegrationservices.SemanticTypegetSemanticType()Generated method - Getter of theUpilSemantics.semanticTypeattribute defined at extensionupilintegrationservices.voidsetCatalogVersion(CatalogVersionModel value)Generated method - Initial setter ofUpilSemantics.catalogVersionattribute defined at extensionupilintegrationservices.voidsetDescription(java.lang.String value)Generated method - Setter ofUpilSemantics.descriptionattribute defined at extensionupilintegrationservices.voidsetSemanticsName1(java.lang.String value)Generated method - Setter ofUpilSemantics.semanticsName1attribute defined at extensionupilintegrationservices.voidsetSemanticsName2(java.lang.String value)Generated method - Setter ofUpilSemantics.semanticsName2attribute defined at extensionupilintegrationservices.voidsetSemanticType(SemanticType value)Generated method - Setter ofUpilSemantics.semanticTypeattribute defined at extensionupilintegrationservices.-
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
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Generated constant - Attribute key ofUpilSemantics.catalogVersionattribute defined at extensionupilintegrationservices.- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Generated constant - Attribute key ofUpilSemantics.descriptionattribute defined at extensionupilintegrationservices.- See Also:
- Constant Field Values
-
SEMANTICTYPE
public static final java.lang.String SEMANTICTYPE
Generated constant - Attribute key ofUpilSemantics.semanticTypeattribute defined at extensionupilintegrationservices.- See Also:
- Constant Field Values
-
SEMANTICSNAME1
public static final java.lang.String SEMANTICSNAME1
Generated constant - Attribute key ofUpilSemantics.semanticsName1attribute defined at extensionupilintegrationservices.- See Also:
- Constant Field Values
-
SEMANTICSNAME2
public static final java.lang.String SEMANTICSNAME2
Generated constant - Attribute key ofUpilSemantics.semanticsName2attribute defined at extensionupilintegrationservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpilSemanticsModel
public UpilSemanticsModel()
Generated constructor - Default constructor for generic creation.
-
UpilSemanticsModel
public UpilSemanticsModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
UpilSemanticsModel
@Deprecated(since="4.1.1", forRemoval=true) public UpilSemanticsModel(CatalogVersionModel _catalogVersion, SemanticType _semanticType, java.lang.String _semanticsName1, java.lang.String _semanticsName2)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:
_catalogVersion- initial attribute declared by typeUpilSemanticsat extensionupilintegrationservices_semanticType- initial attribute declared by typeUpilSemanticsat extensionupilintegrationservices_semanticsName1- initial attribute declared by typeUpilSemanticsat extensionupilintegrationservices_semanticsName2- initial attribute declared by typeUpilSemanticsat extensionupilintegrationservices
-
UpilSemanticsModel
@Deprecated(since="4.1.1", forRemoval=true) public UpilSemanticsModel(CatalogVersionModel _catalogVersion, ItemModel _owner, SemanticType _semanticType, java.lang.String _semanticsName1, java.lang.String _semanticsName2)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:
_catalogVersion- initial attribute declared by typeUpilSemanticsat extensionupilintegrationservices_owner- initial attribute declared by typeItemat extensioncore_semanticType- initial attribute declared by typeUpilSemanticsat extensionupilintegrationservices_semanticsName1- initial attribute declared by typeUpilSemanticsat extensionupilintegrationservices_semanticsName2- initial attribute declared by typeUpilSemanticsat extensionupilintegrationservices
-
-
Method Detail
-
getCatalogVersion
@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()Generated method - Getter of theUpilSemantics.catalogVersionattribute defined at extensionupilintegrationservices.- Returns:
- the catalogVersion - Catalog Version
-
getDescription
@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()Generated method - Getter of theUpilSemantics.descriptionattribute defined at extensionupilintegrationservices.- Returns:
- the description - Description of the Upil Semantics.
-
getSemanticsName1
@Accessor(qualifier="semanticsName1", type=GETTER) public java.lang.String getSemanticsName1()Generated method - Getter of theUpilSemantics.semanticsName1attribute defined at extensionupilintegrationservices.- Returns:
- the semanticsName1 - Semantics Name 1
-
getSemanticsName2
@Accessor(qualifier="semanticsName2", type=GETTER) public java.lang.String getSemanticsName2()Generated method - Getter of theUpilSemantics.semanticsName2attribute defined at extensionupilintegrationservices.- Returns:
- the semanticsName2 - Semantics Name 2
-
getSemanticType
@Accessor(qualifier="semanticType", type=GETTER) public SemanticType getSemanticType()Generated method - Getter of theUpilSemantics.semanticTypeattribute defined at extensionupilintegrationservices.- Returns:
- the semanticType - Semantics Type
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)Generated method - Initial setter ofUpilSemantics.catalogVersionattribute defined at extensionupilintegrationservices. Can only be used at creation of model - before first save.- Parameters:
value- the catalogVersion - Catalog Version
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)Generated method - Setter ofUpilSemantics.descriptionattribute defined at extensionupilintegrationservices.- Parameters:
value- the description - Description of the Upil Semantics.
-
setSemanticsName1
@Accessor(qualifier="semanticsName1", type=SETTER) public void setSemanticsName1(java.lang.String value)Generated method - Setter ofUpilSemantics.semanticsName1attribute defined at extensionupilintegrationservices.- Parameters:
value- the semanticsName1 - Semantics Name 1
-
setSemanticsName2
@Accessor(qualifier="semanticsName2", type=SETTER) public void setSemanticsName2(java.lang.String value)Generated method - Setter ofUpilSemantics.semanticsName2attribute defined at extensionupilintegrationservices.- Parameters:
value- the semanticsName2 - Semantics Name 2
-
setSemanticType
@Accessor(qualifier="semanticType", type=SETTER) public void setSemanticType(SemanticType value)Generated method - Setter ofUpilSemantics.semanticTypeattribute defined at extensionupilintegrationservices.- Parameters:
value- the semanticType - Semantics Type
-
-