Class PunchOutCredentialModel

All Implemented Interfaces:
Serializable

public class PunchOutCredentialModel extends ItemModel
Generated model class for type PunchOutCredential first defined at extension b2bpunchout.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of PunchOutCredential.code attribute defined at extension b2bpunchout.
      See Also:
    • IDENTITY

      public static final String IDENTITY
      Generated constant - Attribute key of PunchOutCredential.identity attribute defined at extension b2bpunchout.
      See Also:
    • DOMAIN

      public static final String DOMAIN
      Generated constant - Attribute key of PunchOutCredential.domain attribute defined at extension b2bpunchout.
      See Also:
    • SHAREDSECRET

      public static final String SHAREDSECRET
      Generated constant - Attribute key of PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout.
      See Also:
    • B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING

      public static final String B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING
      Generated constant - Attribute key of PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout.
      See Also:
  • Constructor Details

    • PunchOutCredentialModel

      public PunchOutCredentialModel()
      Generated constructor - Default constructor for generic creation.
    • PunchOutCredentialModel

      public PunchOutCredentialModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • PunchOutCredentialModel

      @Deprecated(since="4.1.1", forRemoval=true) public PunchOutCredentialModel(String _code, String _domain, String _identity)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type PunchOutCredential at extension b2bpunchout
      _domain - initial attribute declared by type PunchOutCredential at extension b2bpunchout
      _identity - initial attribute declared by type PunchOutCredential at extension b2bpunchout
    • PunchOutCredentialModel

      @Deprecated(since="4.1.1", forRemoval=true) public PunchOutCredentialModel(String _code, String _domain, String _identity, 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type PunchOutCredential at extension b2bpunchout
      _domain - initial attribute declared by type PunchOutCredential at extension b2bpunchout
      _identity - initial attribute declared by type PunchOutCredential at extension b2bpunchout
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getB2BCustomerPunchOutCredentialMapping

      @Accessor(qualifier="B2BCustomerPunchOutCredentialMapping", type=GETTER) public B2BCustomerPunchOutCredentialMappingModel getB2BCustomerPunchOutCredentialMapping()
      Generated method - Getter of the PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout.
      Returns:
      the B2BCustomerPunchOutCredentialMapping
    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the PunchOutCredential.code attribute defined at extension b2bpunchout.
      Returns:
      the code
    • getDomain

      @Accessor(qualifier="domain", type=GETTER) public String getDomain()
      Generated method - Getter of the PunchOutCredential.domain attribute defined at extension b2bpunchout.
      Returns:
      the domain
    • getIdentity

      @Accessor(qualifier="identity", type=GETTER) public String getIdentity()
      Generated method - Getter of the PunchOutCredential.identity attribute defined at extension b2bpunchout.
      Returns:
      the identity
    • getSharedsecret

      @Accessor(qualifier="sharedsecret", type=GETTER) public String getSharedsecret()
      Generated method - Getter of the PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout.
      Returns:
      the sharedsecret
    • setB2BCustomerPunchOutCredentialMapping

      @Accessor(qualifier="B2BCustomerPunchOutCredentialMapping", type=SETTER) public void setB2BCustomerPunchOutCredentialMapping(B2BCustomerPunchOutCredentialMappingModel value)
      Generated method - Setter of PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout.
      Parameters:
      value - the B2BCustomerPunchOutCredentialMapping
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of PunchOutCredential.code attribute defined at extension b2bpunchout.
      Parameters:
      value - the code
    • setDomain

      @Accessor(qualifier="domain", type=SETTER) public void setDomain(String value)
      Generated method - Setter of PunchOutCredential.domain attribute defined at extension b2bpunchout.
      Parameters:
      value - the domain
    • setIdentity

      @Accessor(qualifier="identity", type=SETTER) public void setIdentity(String value)
      Generated method - Setter of PunchOutCredential.identity attribute defined at extension b2bpunchout.
      Parameters:
      value - the identity
    • setSharedsecret

      @Accessor(qualifier="sharedsecret", type=SETTER) public void setSharedsecret(String value)
      Generated method - Setter of PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout.
      Parameters:
      value - the sharedsecret