Class GeneratedSAPCpiOutboundQuoteComment

    • Field Detail

      • QUOTEID

        public static final java.lang.String QUOTEID
        Qualifier of the SAPCpiOutboundQuoteComment.quoteId attribute
        See Also:
        Constant Field Values
      • COMMENTID

        public static final java.lang.String COMMENTID
        Qualifier of the SAPCpiOutboundQuoteComment.commentId attribute
        See Also:
        Constant Field Values
      • ENTRYNUMBER

        public static final java.lang.String ENTRYNUMBER
        Qualifier of the SAPCpiOutboundQuoteComment.entryNumber attribute
        See Also:
        Constant Field Values
      • TEXT

        public static final java.lang.String TEXT
        Qualifier of the SAPCpiOutboundQuoteComment.text attribute
        See Also:
        Constant Field Values
      • USERNAME

        public static final java.lang.String USERNAME
        Qualifier of the SAPCpiOutboundQuoteComment.userName attribute
        See Also:
        Constant Field Values
      • EMAIL

        public static final java.lang.String EMAIL
        Qualifier of the SAPCpiOutboundQuoteComment.email attribute
        See Also:
        Constant Field Values
      • B2BUNITNAME

        public static final java.lang.String B2BUNITNAME
        Qualifier of the SAPCpiOutboundQuoteComment.b2bUnitName attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDQUOTE

        public static final java.lang.String SAPCPIOUTBOUNDQUOTE
        Qualifier of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuote attribute
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDQUOTEITEM

        public static final java.lang.String SAPCPIOUTBOUNDQUOTEITEM
        Qualifier of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSAPCpiOutboundQuoteComment

        public GeneratedSAPCpiOutboundQuoteComment()
    • Method Detail

      • getB2bUnitName

        public java.lang.String getB2bUnitName​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.b2bUnitName attribute.
        Returns:
        the b2bUnitName
      • getB2bUnitName

        public java.lang.String getB2bUnitName()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.b2bUnitName attribute.
        Returns:
        the b2bUnitName
      • setB2bUnitName

        public void setB2bUnitName​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.b2bUnitName attribute.
        Parameters:
        value - the b2bUnitName
      • setB2bUnitName

        public void setB2bUnitName​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.b2bUnitName attribute.
        Parameters:
        value - the b2bUnitName
      • getCommentId

        public java.lang.String getCommentId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.commentId attribute.
        Returns:
        the commentId
      • getCommentId

        public java.lang.String getCommentId()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.commentId attribute.
        Returns:
        the commentId
      • setCommentId

        public void setCommentId​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.commentId attribute.
        Parameters:
        value - the commentId
      • setCommentId

        public void setCommentId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.commentId attribute.
        Parameters:
        value - the commentId
      • createItem

        protected Item createItem​(SessionContext ctx,
                                  ComposedType type,
                                  Item.ItemAttributeMap allAttributes)
                           throws JaloBusinessException
        Description copied from class: Item
        Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

        In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
        Sn example:

        
         public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
         ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
         man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
         // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
         SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
         super.getNonInitialAttributes( ctx, allAttributes );
         // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
        
         
        Overrides:
        createItem in class GenericItem
        Parameters:
        ctx - the current session context which this item is created within
        type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
        Returns:
        the new item instance
        Throws:
        JaloBusinessException - indicates an error during creation - any changes will be rollbacked
      • getEmail

        public java.lang.String getEmail​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.email attribute.
        Returns:
        the email
      • getEmail

        public java.lang.String getEmail()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.email attribute.
        Returns:
        the email
      • setEmail

        public void setEmail​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.email attribute.
        Parameters:
        value - the email
      • setEmail

        public void setEmail​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.email attribute.
        Parameters:
        value - the email
      • getEntryNumber

        public java.lang.String getEntryNumber​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.entryNumber attribute.
        Returns:
        the entryNumber
      • getEntryNumber

        public java.lang.String getEntryNumber()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.entryNumber attribute.
        Returns:
        the entryNumber
      • setEntryNumber

        public void setEntryNumber​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.entryNumber attribute.
        Parameters:
        value - the entryNumber
      • setEntryNumber

        public void setEntryNumber​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.entryNumber attribute.
        Parameters:
        value - the entryNumber
      • getQuoteId

        public java.lang.String getQuoteId​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.quoteId attribute.
        Returns:
        the quoteId
      • getQuoteId

        public java.lang.String getQuoteId()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.quoteId attribute.
        Returns:
        the quoteId
      • setQuoteId

        public void setQuoteId​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.quoteId attribute.
        Parameters:
        value - the quoteId
      • setQuoteId

        public void setQuoteId​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.quoteId attribute.
        Parameters:
        value - the quoteId
      • getSapCpiOutboundQuote

        public SAPCpiOutboundQuote getSapCpiOutboundQuote​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuote attribute.
        Returns:
        the sapCpiOutboundQuote
      • getSapCpiOutboundQuote

        public SAPCpiOutboundQuote getSapCpiOutboundQuote()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuote attribute.
        Returns:
        the sapCpiOutboundQuote
      • setSapCpiOutboundQuote

        public void setSapCpiOutboundQuote​(SessionContext ctx,
                                           SAPCpiOutboundQuote value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuote attribute.
        Parameters:
        value - the sapCpiOutboundQuote
      • setSapCpiOutboundQuote

        public void setSapCpiOutboundQuote​(SAPCpiOutboundQuote value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuote attribute.
        Parameters:
        value - the sapCpiOutboundQuote
      • getSapCpiOutboundQuoteItem

        public SAPCpiOutboundQuoteItem getSapCpiOutboundQuoteItem​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem attribute.
        Returns:
        the sapCpiOutboundQuoteItem
      • getSapCpiOutboundQuoteItem

        public SAPCpiOutboundQuoteItem getSapCpiOutboundQuoteItem()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem attribute.
        Returns:
        the sapCpiOutboundQuoteItem
      • setSapCpiOutboundQuoteItem

        public void setSapCpiOutboundQuoteItem​(SessionContext ctx,
                                               SAPCpiOutboundQuoteItem value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem attribute.
        Parameters:
        value - the sapCpiOutboundQuoteItem
      • setSapCpiOutboundQuoteItem

        public void setSapCpiOutboundQuoteItem​(SAPCpiOutboundQuoteItem value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.sapCpiOutboundQuoteItem attribute.
        Parameters:
        value - the sapCpiOutboundQuoteItem
      • getText

        public java.lang.String getText​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.text attribute.
        Returns:
        the text
      • getText

        public java.lang.String getText()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.text attribute.
        Returns:
        the text
      • setText

        public void setText​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.text attribute.
        Parameters:
        value - the text
      • setText

        public void setText​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.text attribute.
        Parameters:
        value - the text
      • getUserName

        public java.lang.String getUserName​(SessionContext ctx)
        Generated method - Getter of the SAPCpiOutboundQuoteComment.userName attribute.
        Returns:
        the userName
      • getUserName

        public java.lang.String getUserName()
        Generated method - Getter of the SAPCpiOutboundQuoteComment.userName attribute.
        Returns:
        the userName
      • setUserName

        public void setUserName​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.userName attribute.
        Parameters:
        value - the userName
      • setUserName

        public void setUserName​(java.lang.String value)
        Generated method - Setter of the SAPCpiOutboundQuoteComment.userName attribute.
        Parameters:
        value - the userName