Class GeneratedB2BCustomerPunchOutCredentialMapping

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
B2BCustomerPunchOutCredentialMapping

public abstract class GeneratedB2BCustomerPunchOutCredentialMapping extends GenericItem
Generated class for type B2BCustomerPunchOutCredentialMapping.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedB2BCustomerPunchOutCredentialMapping

      public GeneratedB2BCustomerPunchOutCredentialMapping()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 Set<PunchOutCredential> getCredentials(SessionContext ctx)
      Generated method - Getter of the B2BCustomerPunchOutCredentialMapping.credentials attribute.
      Returns:
      the credentials
    • getCredentials

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

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

      public void setCredentials(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