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_SAPCPIOUTBOUNDQUOTE2SAPCPIOUTBOUNDQUOTECOMMENTGenerated relation code constant for relationSAPCpiOutboundQuote2SAPCpiOutboundQuoteCommentdefining source attributesapCpiOutboundQuotein extensionsapquoteintegration.static java.lang.String_SAPCPIOUTBOUNDQUOTEITEM2SAPCPIOUTBOUNDQUOTECOMMENTGenerated relation code constant for relationSAPCpiOutboundQuoteItem2SAPCpiOutboundQuoteCommentdefining source attributesapCpiOutboundQuoteItemin extensionsapquoteintegration.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringB2BUNITNAMEGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.b2bUnitNameattribute defined at extensionsapquoteintegration.static java.lang.StringCOMMENTIDGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.commentIdattribute defined at extensionsapquoteintegration.static java.lang.StringEMAILGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.emailattribute defined at extensionsapquoteintegration.static java.lang.StringENTRYNUMBERGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.entryNumberattribute defined at extensionsapquoteintegration.static java.lang.StringQUOTEIDGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.quoteIdattribute defined at extensionsapquoteintegration.static java.lang.StringSAPCPIOUTBOUNDQUOTEGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.static java.lang.StringSAPCPIOUTBOUNDQUOTEITEMGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.static java.lang.StringTEXTGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.textattribute defined at extensionsapquoteintegration.static java.lang.StringUSERNAMEGenerated constant - Attribute key ofSAPCpiOutboundQuoteComment.userNameattribute 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.StringgetB2bUnitName()Generated method - Getter of theSAPCpiOutboundQuoteComment.b2bUnitNameattribute defined at extensionsapquoteintegration.java.lang.StringgetCommentId()Generated method - Getter of theSAPCpiOutboundQuoteComment.commentIdattribute defined at extensionsapquoteintegration.java.lang.StringgetEmail()Generated method - Getter of theSAPCpiOutboundQuoteComment.emailattribute defined at extensionsapquoteintegration.java.lang.StringgetEntryNumber()Generated method - Getter of theSAPCpiOutboundQuoteComment.entryNumberattribute defined at extensionsapquoteintegration.java.lang.StringgetQuoteId()Generated method - Getter of theSAPCpiOutboundQuoteComment.quoteIdattribute defined at extensionsapquoteintegration.SAPCpiOutboundQuoteModelgetSapCpiOutboundQuote()Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.SAPCpiOutboundQuoteItemModelgetSapCpiOutboundQuoteItem()Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.java.lang.StringgetText()Generated method - Getter of theSAPCpiOutboundQuoteComment.textattribute defined at extensionsapquoteintegration.java.lang.StringgetUserName()Generated method - Getter of theSAPCpiOutboundQuoteComment.userNameattribute defined at extensionsapquoteintegration.voidsetB2bUnitName(java.lang.String value)Generated method - Setter ofSAPCpiOutboundQuoteComment.b2bUnitNameattribute defined at extensionsapquoteintegration.voidsetCommentId(java.lang.String value)Generated method - Setter ofSAPCpiOutboundQuoteComment.commentIdattribute defined at extensionsapquoteintegration.voidsetEmail(java.lang.String value)Generated method - Setter ofSAPCpiOutboundQuoteComment.emailattribute defined at extensionsapquoteintegration.voidsetEntryNumber(java.lang.String value)Generated method - Setter ofSAPCpiOutboundQuoteComment.entryNumberattribute defined at extensionsapquoteintegration.voidsetQuoteId(java.lang.String value)Generated method - Setter ofSAPCpiOutboundQuoteComment.quoteIdattribute defined at extensionsapquoteintegration.voidsetSapCpiOutboundQuote(SAPCpiOutboundQuoteModel value)Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.voidsetSapCpiOutboundQuoteItem(SAPCpiOutboundQuoteItemModel value)Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.voidsetText(java.lang.String value)Generated method - Setter ofSAPCpiOutboundQuoteComment.textattribute defined at extensionsapquoteintegration.voidsetUserName(java.lang.String value)Generated method - Setter ofSAPCpiOutboundQuoteComment.userNameattribute 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 relationSAPCpiOutboundQuote2SAPCpiOutboundQuoteCommentdefining source attributesapCpiOutboundQuotein extensionsapquoteintegration.- See Also:
- Constant Field Values
-
_SAPCPIOUTBOUNDQUOTEITEM2SAPCPIOUTBOUNDQUOTECOMMENT
public static final java.lang.String _SAPCPIOUTBOUNDQUOTEITEM2SAPCPIOUTBOUNDQUOTECOMMENT
Generated relation code constant for relationSAPCpiOutboundQuoteItem2SAPCpiOutboundQuoteCommentdefining source attributesapCpiOutboundQuoteItemin extensionsapquoteintegration.- See Also:
- Constant Field Values
-
QUOTEID
public static final java.lang.String QUOTEID
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.quoteIdattribute defined at extensionsapquoteintegration.- See Also:
- Constant Field Values
-
COMMENTID
public static final java.lang.String COMMENTID
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.commentIdattribute defined at extensionsapquoteintegration.- See Also:
- Constant Field Values
-
ENTRYNUMBER
public static final java.lang.String ENTRYNUMBER
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.entryNumberattribute defined at extensionsapquoteintegration.- See Also:
- Constant Field Values
-
TEXT
public static final java.lang.String TEXT
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.textattribute defined at extensionsapquoteintegration.- See Also:
- Constant Field Values
-
USERNAME
public static final java.lang.String USERNAME
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.userNameattribute defined at extensionsapquoteintegration.- See Also:
- Constant Field Values
-
EMAIL
public static final java.lang.String EMAIL
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.emailattribute defined at extensionsapquoteintegration.- See Also:
- Constant Field Values
-
B2BUNITNAME
public static final java.lang.String B2BUNITNAME
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.b2bUnitNameattribute defined at extensionsapquoteintegration.- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDQUOTE
public static final java.lang.String SAPCPIOUTBOUNDQUOTE
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.- See Also:
- Constant Field Values
-
SAPCPIOUTBOUNDQUOTEITEM
public static final java.lang.String SAPCPIOUTBOUNDQUOTEITEM
Generated constant - Attribute key ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute 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 typeItemat extensioncore
-
-
Method Detail
-
getB2bUnitName
@Accessor(qualifier="b2bUnitName", type=GETTER) public java.lang.String getB2bUnitName()
Generated method - Getter of theSAPCpiOutboundQuoteComment.b2bUnitNameattribute defined at extensionsapquoteintegration.- Returns:
- the b2bUnitName
-
getCommentId
@Accessor(qualifier="commentId", type=GETTER) public java.lang.String getCommentId()
Generated method - Getter of theSAPCpiOutboundQuoteComment.commentIdattribute defined at extensionsapquoteintegration.- Returns:
- the commentId
-
getEmail
@Accessor(qualifier="email", type=GETTER) public java.lang.String getEmail()
Generated method - Getter of theSAPCpiOutboundQuoteComment.emailattribute defined at extensionsapquoteintegration.- Returns:
- the email
-
getEntryNumber
@Accessor(qualifier="entryNumber", type=GETTER) public java.lang.String getEntryNumber()
Generated method - Getter of theSAPCpiOutboundQuoteComment.entryNumberattribute defined at extensionsapquoteintegration.- Returns:
- the entryNumber
-
getQuoteId
@Accessor(qualifier="quoteId", type=GETTER) public java.lang.String getQuoteId()
Generated method - Getter of theSAPCpiOutboundQuoteComment.quoteIdattribute defined at extensionsapquoteintegration.- Returns:
- the quoteId
-
getSapCpiOutboundQuote
@Accessor(qualifier="sapCpiOutboundQuote", type=GETTER) public SAPCpiOutboundQuoteModel getSapCpiOutboundQuote()
Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.- Returns:
- the sapCpiOutboundQuote
-
getSapCpiOutboundQuoteItem
@Accessor(qualifier="sapCpiOutboundQuoteItem", type=GETTER) public SAPCpiOutboundQuoteItemModel getSapCpiOutboundQuoteItem()
Generated method - Getter of theSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.- Returns:
- the sapCpiOutboundQuoteItem
-
getText
@Accessor(qualifier="text", type=GETTER) public java.lang.String getText()
Generated method - Getter of theSAPCpiOutboundQuoteComment.textattribute defined at extensionsapquoteintegration.- Returns:
- the text
-
getUserName
@Accessor(qualifier="userName", type=GETTER) public java.lang.String getUserName()
Generated method - Getter of theSAPCpiOutboundQuoteComment.userNameattribute defined at extensionsapquoteintegration.- Returns:
- the userName
-
setB2bUnitName
@Accessor(qualifier="b2bUnitName", type=SETTER) public void setB2bUnitName(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.b2bUnitNameattribute defined at extensionsapquoteintegration.- Parameters:
value- the b2bUnitName
-
setCommentId
@Accessor(qualifier="commentId", type=SETTER) public void setCommentId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.commentIdattribute defined at extensionsapquoteintegration.- Parameters:
value- the commentId
-
setEmail
@Accessor(qualifier="email", type=SETTER) public void setEmail(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.emailattribute defined at extensionsapquoteintegration.- Parameters:
value- the email
-
setEntryNumber
@Accessor(qualifier="entryNumber", type=SETTER) public void setEntryNumber(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.entryNumberattribute defined at extensionsapquoteintegration.- Parameters:
value- the entryNumber
-
setQuoteId
@Accessor(qualifier="quoteId", type=SETTER) public void setQuoteId(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.quoteIdattribute defined at extensionsapquoteintegration.- Parameters:
value- the quoteId
-
setSapCpiOutboundQuote
@Accessor(qualifier="sapCpiOutboundQuote", type=SETTER) public void setSapCpiOutboundQuote(SAPCpiOutboundQuoteModel value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteattribute defined at extensionsapquoteintegration.- Parameters:
value- the sapCpiOutboundQuote
-
setSapCpiOutboundQuoteItem
@Accessor(qualifier="sapCpiOutboundQuoteItem", type=SETTER) public void setSapCpiOutboundQuoteItem(SAPCpiOutboundQuoteItemModel value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItemattribute defined at extensionsapquoteintegration.- Parameters:
value- the sapCpiOutboundQuoteItem
-
setText
@Accessor(qualifier="text", type=SETTER) public void setText(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundQuoteComment.textattribute defined at extensionsapquoteintegration.- Parameters:
value- the text
-
-