Class SAPCpiOutboundQuoteCommentModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- com.sap.hybris.sapquoteintegration.model.SAPCpiOutboundQuoteCommentModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPCpiOutboundQuoteCommentModel extends ItemModel
Generated model class for type SAPCpiOutboundQuoteComment first defined at extension sapquoteintegration.- 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
_SAPCPIOUTBOUNDQUOTE2SAPCPIOUTBOUNDQUOTECOMMENT
Generated relation code constant for relationSAPCpiOutboundQuote2SAPCpiOutboundQuoteComment
defining source attributesapCpiOutboundQuote
in extensionsapquoteintegration
.static java.lang.String
_SAPCPIOUTBOUNDQUOTEITEM2SAPCPIOUTBOUNDQUOTECOMMENT
Generated relation code constant for relationSAPCpiOutboundQuoteItem2SAPCpiOutboundQuoteComment
defining source attributesapCpiOutboundQuoteItem
in extensionsapquoteintegration
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
B2BUNITNAME
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.b2bUnitName
attribute defined at extensionsapquoteintegration
.static java.lang.String
COMMENTID
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.commentId
attribute defined at extensionsapquoteintegration
.static java.lang.String
EMAIL
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.email
attribute defined at extensionsapquoteintegration
.static java.lang.String
ENTRYNUMBER
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.entryNumber
attribute defined at extensionsapquoteintegration
.static java.lang.String
QUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.quoteId
attribute defined at extensionsapquoteintegration
.static java.lang.String
SAPCPIOUTBOUNDQUOTE
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuote
attribute defined at extensionsapquoteintegration
.static java.lang.String
SAPCPIOUTBOUNDQUOTEITEM
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem
attribute defined at extensionsapquoteintegration
.static java.lang.String
TEXT
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.text
attribute defined at extensionsapquoteintegration
.static java.lang.String
USERNAME
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.userName
attribute defined at extensionsapquoteintegration
.-
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 SAPCpiOutboundQuoteCommentModel()
Generated constructor - Default constructor for generic creation.SAPCpiOutboundQuoteCommentModel(ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundQuoteCommentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getB2bUnitName()
Generated method - Getter of theSAPCpiOutboundQuoteComment.b2bUnitName
attribute defined at extensionsapquoteintegration
.java.lang.String
getCommentId()
Generated method - Getter of theSAPCpiOutboundQuoteComment.commentId
attribute defined at extensionsapquoteintegration
.java.lang.String
getEmail()
Generated method - Getter of theSAPCpiOutboundQuoteComment.email
attribute defined at extensionsapquoteintegration
.java.lang.String
getEntryNumber()
Generated method - Getter of theSAPCpiOutboundQuoteComment.entryNumber
attribute defined at extensionsapquoteintegration
.java.lang.String
getQuoteId()
Generated method - Getter of theSAPCpiOutboundQuoteComment.quoteId
attribute defined at extensionsapquoteintegration
.SAPCpiOutboundQuoteModel
getSapCpiOutboundQuote()
Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuote
attribute defined at extensionsapquoteintegration
.SAPCpiOutboundQuoteItemModel
getSapCpiOutboundQuoteItem()
Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem
attribute defined at extensionsapquoteintegration
.java.lang.String
getText()
Generated method - Getter of theSAPCpiOutboundQuoteComment.text
attribute defined at extensionsapquoteintegration
.java.lang.String
getUserName()
Generated method - Getter of theSAPCpiOutboundQuoteComment.userName
attribute defined at extensionsapquoteintegration
.void
setB2bUnitName(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.b2bUnitName
attribute defined at extensionsapquoteintegration
.void
setCommentId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.commentId
attribute defined at extensionsapquoteintegration
.void
setEmail(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.email
attribute defined at extensionsapquoteintegration
.void
setEntryNumber(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.entryNumber
attribute defined at extensionsapquoteintegration
.void
setQuoteId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.quoteId
attribute defined at extensionsapquoteintegration
.void
setSapCpiOutboundQuote(SAPCpiOutboundQuoteModel value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuote
attribute defined at extensionsapquoteintegration
.void
setSapCpiOutboundQuoteItem(SAPCpiOutboundQuoteItemModel value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem
attribute defined at extensionsapquoteintegration
.void
setText(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.text
attribute defined at extensionsapquoteintegration
.void
setUserName(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.userName
attribute defined at extensionsapquoteintegration
.-
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
-
_SAPCPIOUTBOUNDQUOTE2SAPCPIOUTBOUNDQUOTECOMMENT
public static final java.lang.String _SAPCPIOUTBOUNDQUOTE2SAPCPIOUTBOUNDQUOTECOMMENT
Generated relation code constant for relationSAPCpiOutboundQuote2SAPCpiOutboundQuoteComment
defining source attributesapCpiOutboundQuote
in extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
_SAPCPIOUTBOUNDQUOTEITEM2SAPCPIOUTBOUNDQUOTECOMMENT
public static final java.lang.String _SAPCPIOUTBOUNDQUOTEITEM2SAPCPIOUTBOUNDQUOTECOMMENT
Generated relation code constant for relationSAPCpiOutboundQuoteItem2SAPCpiOutboundQuoteComment
defining source attributesapCpiOutboundQuoteItem
in extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
QUOTEID
public static final java.lang.String QUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.quoteId
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
COMMENTID
public static final java.lang.String COMMENTID
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.commentId
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
ENTRYNUMBER
public static final java.lang.String ENTRYNUMBER
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.entryNumber
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
TEXT
public static final java.lang.String TEXT
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.text
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
USERNAME
public static final java.lang.String USERNAME
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.userName
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
EMAIL
public static final java.lang.String EMAIL
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.email
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
B2BUNITNAME
public static final java.lang.String B2BUNITNAME
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.b2bUnitName
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDQUOTE
public static final java.lang.String SAPCPIOUTBOUNDQUOTE
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuote
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDQUOTEITEM
public static final java.lang.String SAPCPIOUTBOUNDQUOTEITEM
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem
attribute defined at extensionsapquoteintegration
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPCpiOutboundQuoteCommentModel
public SAPCpiOutboundQuoteCommentModel()
Generated constructor - Default constructor for generic creation.
-
SAPCpiOutboundQuoteCommentModel
public SAPCpiOutboundQuoteCommentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SAPCpiOutboundQuoteCommentModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCpiOutboundQuoteCommentModel(ItemModel _owner)
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:
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getB2bUnitName
@Accessor(qualifier="b2bUnitName", type=GETTER) public java.lang.String getB2bUnitName()
Generated method - Getter of theSAPCpiOutboundQuoteComment.b2bUnitName
attribute defined at extensionsapquoteintegration
.- Returns:
- the b2bUnitName
-
getCommentId
@Accessor(qualifier="commentId", type=GETTER) public java.lang.String getCommentId()
Generated method - Getter of theSAPCpiOutboundQuoteComment.commentId
attribute defined at extensionsapquoteintegration
.- Returns:
- the commentId
-
getEmail
@Accessor(qualifier="email", type=GETTER) public java.lang.String getEmail()
Generated method - Getter of theSAPCpiOutboundQuoteComment.email
attribute defined at extensionsapquoteintegration
.- Returns:
- the email
-
getEntryNumber
@Accessor(qualifier="entryNumber", type=GETTER) public java.lang.String getEntryNumber()
Generated method - Getter of theSAPCpiOutboundQuoteComment.entryNumber
attribute defined at extensionsapquoteintegration
.- Returns:
- the entryNumber
-
getQuoteId
@Accessor(qualifier="quoteId", type=GETTER) public java.lang.String getQuoteId()
Generated method - Getter of theSAPCpiOutboundQuoteComment.quoteId
attribute defined at extensionsapquoteintegration
.- Returns:
- the quoteId
-
getSapCpiOutboundQuote
@Accessor(qualifier="sapCpiOutboundQuote", type=GETTER) public SAPCpiOutboundQuoteModel getSapCpiOutboundQuote()
Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuote
attribute defined at extensionsapquoteintegration
.- Returns:
- the sapCpiOutboundQuote
-
getSapCpiOutboundQuoteItem
@Accessor(qualifier="sapCpiOutboundQuoteItem", type=GETTER) public SAPCpiOutboundQuoteItemModel getSapCpiOutboundQuoteItem()
Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem
attribute defined at extensionsapquoteintegration
.- Returns:
- the sapCpiOutboundQuoteItem
-
getText
@Accessor(qualifier="text", type=GETTER) public java.lang.String getText()
Generated method - Getter of theSAPCpiOutboundQuoteComment.text
attribute defined at extensionsapquoteintegration
.- Returns:
- the text
-
getUserName
@Accessor(qualifier="userName", type=GETTER) public java.lang.String getUserName()
Generated method - Getter of theSAPCpiOutboundQuoteComment.userName
attribute defined at extensionsapquoteintegration
.- Returns:
- the userName
-
setB2bUnitName
@Accessor(qualifier="b2bUnitName", type=SETTER) public void setB2bUnitName(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.b2bUnitName
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the b2bUnitName
-
setCommentId
@Accessor(qualifier="commentId", type=SETTER) public void setCommentId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.commentId
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the commentId
-
setEmail
@Accessor(qualifier="email", type=SETTER) public void setEmail(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.email
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the email
-
setEntryNumber
@Accessor(qualifier="entryNumber", type=SETTER) public void setEntryNumber(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.entryNumber
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the entryNumber
-
setQuoteId
@Accessor(qualifier="quoteId", type=SETTER) public void setQuoteId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.quoteId
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the quoteId
-
setSapCpiOutboundQuote
@Accessor(qualifier="sapCpiOutboundQuote", type=SETTER) public void setSapCpiOutboundQuote(SAPCpiOutboundQuoteModel value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuote
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the sapCpiOutboundQuote
-
setSapCpiOutboundQuoteItem
@Accessor(qualifier="sapCpiOutboundQuoteItem", type=SETTER) public void setSapCpiOutboundQuoteItem(SAPCpiOutboundQuoteItemModel value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the sapCpiOutboundQuoteItem
-
setText
@Accessor(qualifier="text", type=SETTER) public void setText(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.text
attribute defined at extensionsapquoteintegration
.- Parameters:
value
- the text
-
-