Class PunchOutCredentialModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CODE

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

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

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

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

        public static final java.lang.String B2BCUSTOMERPUNCHOUTCREDENTIALMAPPING
        Generated constant - Attribute key of PunchOutCredential.B2BCustomerPunchOutCredentialMapping attribute defined at extension b2bpunchout.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _code,
                                       java.lang.String _domain,
                                       java.lang.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​(java.lang.String _code,
                                       java.lang.String _domain,
                                       java.lang.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 Detail

      • 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 java.lang.String getCode()
        Generated method - Getter of the PunchOutCredential.code attribute defined at extension b2bpunchout.
        Returns:
        the code
      • getDomain

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

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

        @Accessor(qualifier="sharedsecret",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of PunchOutCredential.sharedsecret attribute defined at extension b2bpunchout.
        Parameters:
        value - the sharedsecret