Class GeneratedB2BCustomerPunchOutCredentialMapping

    • Field Detail

      • B2BCUSTOMER

        public static final java.lang.String B2BCUSTOMER
        Qualifier of the B2BCustomerPunchOutCredentialMapping.b2bCustomer attribute
        See Also:
        Constant Field Values
      • CREDENTIALS

        public static final java.lang.String CREDENTIALS
        Qualifier of the B2BCustomerPunchOutCredentialMapping.credentials 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

      • GeneratedB2BCustomerPunchOutCredentialMapping

        public GeneratedB2BCustomerPunchOutCredentialMapping()
    • Method Detail

      • getB2bCustomer

        public B2BCustomer getB2bCustomer​(SessionContext ctx)
        Generated method - Getter of the B2BCustomerPunchOutCredentialMapping.b2bCustomer attribute.
        Returns:
        the b2bCustomer
      • getB2bCustomer

        public B2BCustomer getB2bCustomer()
        Generated method - Getter of the B2BCustomerPunchOutCredentialMapping.b2bCustomer attribute.
        Returns:
        the b2bCustomer
      • setB2bCustomer

        public void setB2bCustomer​(SessionContext ctx,
                                   B2BCustomer value)
        Generated method - Setter of the B2BCustomerPunchOutCredentialMapping.b2bCustomer attribute.
        Parameters:
        value - the b2bCustomer
      • setB2bCustomer

        public void setB2bCustomer​(B2BCustomer value)
        Generated method - Setter of the B2BCustomerPunchOutCredentialMapping.b2bCustomer attribute.
        Parameters:
        value - the b2bCustomer
      • getCredentials

        public java.util.Set<PunchOutCredential> getCredentials​(SessionContext ctx)
        Generated method - Getter of the B2BCustomerPunchOutCredentialMapping.credentials attribute.
        Returns:
        the credentials
      • getCredentials

        public java.util.Set<PunchOutCredential> getCredentials()
        Generated method - Getter of the B2BCustomerPunchOutCredentialMapping.credentials attribute.
        Returns:
        the credentials
      • setCredentials

        public void setCredentials​(SessionContext ctx,
                                   java.util.Set<PunchOutCredential> value)
        Generated method - Setter of the B2BCustomerPunchOutCredentialMapping.credentials attribute.
        Parameters:
        value - the credentials
      • setCredentials

        public void setCredentials​(java.util.Set<PunchOutCredential> value)
        Generated method - Setter of the B2BCustomerPunchOutCredentialMapping.credentials attribute.
        Parameters:
        value - the credentials
      • addToCredentials

        public void addToCredentials​(SessionContext ctx,
                                     PunchOutCredential value)
        Generated method - Adds value to credentials.
        Parameters:
        value - the item to add to credentials
      • addToCredentials

        public void addToCredentials​(PunchOutCredential value)
        Generated method - Adds value to credentials.
        Parameters:
        value - the item to add to credentials
      • removeFromCredentials

        public void removeFromCredentials​(SessionContext ctx,
                                          PunchOutCredential value)
        Generated method - Removes value from credentials.
        Parameters:
        value - the item to remove from credentials
      • removeFromCredentials

        public void removeFromCredentials​(PunchOutCredential value)
        Generated method - Removes value from credentials.
        Parameters:
        value - the item to remove from credentials