Class PartnerAddressModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class PartnerAddressModel
    extends ItemModel
    Generated model class for type PartnerAddress first defined at extension sapinvoiceaddon.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _SAPB2BDOCUMENT2PARTNERINFORMATIONRELATION
      Generated relation code constant for relation SapB2BDocument2PartnerInformationRelation defining source attribute sapB2BDocument in extension sapinvoiceaddon.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CITY
      Generated constant - Attribute key of PartnerAddress.city attribute defined at extension sapinvoiceaddon.
      static java.lang.String COUNTRYCODE
      Generated constant - Attribute key of PartnerAddress.countryCode attribute defined at extension sapinvoiceaddon.
      static java.lang.String COUNTRYKEY
      Generated constant - Attribute key of PartnerAddress.countryKey attribute defined at extension sapinvoiceaddon.
      static java.lang.String PARTNER
      Generated constant - Attribute key of PartnerAddress.partner attribute defined at extension sapinvoiceaddon.
      static java.lang.String PARTNERCODE
      Generated constant - Attribute key of PartnerAddress.partnerCode attribute defined at extension sapinvoiceaddon.
      static java.lang.String PARTNERFUNCTION
      Generated constant - Attribute key of PartnerAddress.partnerFunction attribute defined at extension sapinvoiceaddon.
      static java.lang.String POBOX
      Generated constant - Attribute key of PartnerAddress.poBox attribute defined at extension sapinvoiceaddon.
      static java.lang.String POBOXPOSTALCODE
      Generated constant - Attribute key of PartnerAddress.poBoxPostalCode attribute defined at extension sapinvoiceaddon.
      static java.lang.String POSTALCODE
      Generated constant - Attribute key of PartnerAddress.postalCode attribute defined at extension sapinvoiceaddon.
      static java.lang.String SAPB2BDOCUMENT
      Generated constant - Attribute key of PartnerAddress.sapB2BDocument attribute defined at extension sapinvoiceaddon.
      static java.lang.String STREETHOUSENUMBER1
      Generated constant - Attribute key of PartnerAddress.streetHouseNumber1 attribute defined at extension sapinvoiceaddon.
      static java.lang.String STREETHOUSENUMBER2
      Generated constant - Attribute key of PartnerAddress.streetHouseNumber2 attribute defined at extension sapinvoiceaddon.
    • Constructor Summary

      Constructors 
      Constructor Description
      PartnerAddressModel()
      Generated constructor - Default constructor for generic creation.
      PartnerAddressModel​(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
      PartnerAddressModel​(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCity()
      Generated method - Getter of the PartnerAddress.city attribute defined at extension sapinvoiceaddon.
      java.lang.String getCountryCode()
      Generated method - Getter of the PartnerAddress.countryCode attribute defined at extension sapinvoiceaddon.
      java.lang.String getCountryKey()
      Generated method - Getter of the PartnerAddress.countryKey attribute defined at extension sapinvoiceaddon.
      java.lang.String getPartner()
      Generated method - Getter of the PartnerAddress.partner attribute defined at extension sapinvoiceaddon.
      java.lang.String getPartnerCode()
      Generated method - Getter of the PartnerAddress.partnerCode attribute defined at extension sapinvoiceaddon.
      java.lang.String getPartnerFunction()
      Generated method - Getter of the PartnerAddress.partnerFunction attribute defined at extension sapinvoiceaddon.
      java.lang.String getPoBox()
      Generated method - Getter of the PartnerAddress.poBox attribute defined at extension sapinvoiceaddon.
      java.lang.String getPoBoxPostalCode()
      Generated method - Getter of the PartnerAddress.poBoxPostalCode attribute defined at extension sapinvoiceaddon.
      java.lang.String getPostalCode()
      Generated method - Getter of the PartnerAddress.postalCode attribute defined at extension sapinvoiceaddon.
      SapB2BDocumentModel getSapB2BDocument()
      Generated method - Getter of the PartnerAddress.sapB2BDocument attribute defined at extension sapinvoiceaddon.
      java.lang.String getStreetHouseNumber1()
      Generated method - Getter of the PartnerAddress.streetHouseNumber1 attribute defined at extension sapinvoiceaddon.
      java.lang.String getStreetHouseNumber2()
      Generated method - Getter of the PartnerAddress.streetHouseNumber2 attribute defined at extension sapinvoiceaddon.
      void setCity​(java.lang.String value)
      Generated method - Setter of PartnerAddress.city attribute defined at extension sapinvoiceaddon.
      void setCountryCode​(java.lang.String value)
      Generated method - Setter of PartnerAddress.countryCode attribute defined at extension sapinvoiceaddon.
      void setCountryKey​(java.lang.String value)
      Generated method - Setter of PartnerAddress.countryKey attribute defined at extension sapinvoiceaddon.
      void setPartner​(java.lang.String value)
      Generated method - Setter of PartnerAddress.partner attribute defined at extension sapinvoiceaddon.
      void setPartnerCode​(java.lang.String value)
      Generated method - Setter of PartnerAddress.partnerCode attribute defined at extension sapinvoiceaddon.
      void setPartnerFunction​(java.lang.String value)
      Generated method - Setter of PartnerAddress.partnerFunction attribute defined at extension sapinvoiceaddon.
      void setPoBox​(java.lang.String value)
      Generated method - Setter of PartnerAddress.poBox attribute defined at extension sapinvoiceaddon.
      void setPoBoxPostalCode​(java.lang.String value)
      Generated method - Setter of PartnerAddress.poBoxPostalCode attribute defined at extension sapinvoiceaddon.
      void setPostalCode​(java.lang.String value)
      Generated method - Setter of PartnerAddress.postalCode attribute defined at extension sapinvoiceaddon.
      void setSapB2BDocument​(SapB2BDocumentModel value)
      Generated method - Setter of PartnerAddress.sapB2BDocument attribute defined at extension sapinvoiceaddon.
      void setStreetHouseNumber1​(java.lang.String value)
      Generated method - Setter of PartnerAddress.streetHouseNumber1 attribute defined at extension sapinvoiceaddon.
      void setStreetHouseNumber2​(java.lang.String value)
      Generated method - Setter of PartnerAddress.streetHouseNumber2 attribute defined at extension sapinvoiceaddon.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _SAPB2BDOCUMENT2PARTNERINFORMATIONRELATION
        Generated relation code constant for relation SapB2BDocument2PartnerInformationRelation defining source attribute sapB2BDocument in extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • PARTNERCODE

        public static final java.lang.String PARTNERCODE
        Generated constant - Attribute key of PartnerAddress.partnerCode attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • PARTNERFUNCTION

        public static final java.lang.String PARTNERFUNCTION
        Generated constant - Attribute key of PartnerAddress.partnerFunction attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • PARTNER

        public static final java.lang.String PARTNER
        Generated constant - Attribute key of PartnerAddress.partner attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • STREETHOUSENUMBER1

        public static final java.lang.String STREETHOUSENUMBER1
        Generated constant - Attribute key of PartnerAddress.streetHouseNumber1 attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • STREETHOUSENUMBER2

        public static final java.lang.String STREETHOUSENUMBER2
        Generated constant - Attribute key of PartnerAddress.streetHouseNumber2 attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • POBOX

        public static final java.lang.String POBOX
        Generated constant - Attribute key of PartnerAddress.poBox attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • CITY

        public static final java.lang.String CITY
        Generated constant - Attribute key of PartnerAddress.city attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • COUNTRYCODE

        public static final java.lang.String COUNTRYCODE
        Generated constant - Attribute key of PartnerAddress.countryCode attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • POSTALCODE

        public static final java.lang.String POSTALCODE
        Generated constant - Attribute key of PartnerAddress.postalCode attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • POBOXPOSTALCODE

        public static final java.lang.String POBOXPOSTALCODE
        Generated constant - Attribute key of PartnerAddress.poBoxPostalCode attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • COUNTRYKEY

        public static final java.lang.String COUNTRYKEY
        Generated constant - Attribute key of PartnerAddress.countryKey attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
      • SAPB2BDOCUMENT

        public static final java.lang.String SAPB2BDOCUMENT
        Generated constant - Attribute key of PartnerAddress.sapB2BDocument attribute defined at extension sapinvoiceaddon.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PartnerAddressModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public PartnerAddressModel​(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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCity

        @Accessor(qualifier="city",
                  type=GETTER)
        public java.lang.String getCity()
        Generated method - Getter of the PartnerAddress.city attribute defined at extension sapinvoiceaddon.
        Returns:
        the city - Partner City
      • getCountryCode

        @Accessor(qualifier="countryCode",
                  type=GETTER)
        public java.lang.String getCountryCode()
        Generated method - Getter of the PartnerAddress.countryCode attribute defined at extension sapinvoiceaddon.
        Returns:
        the countryCode - Partner Country Code
      • getCountryKey

        @Accessor(qualifier="countryKey",
                  type=GETTER)
        public java.lang.String getCountryKey()
        Generated method - Getter of the PartnerAddress.countryKey attribute defined at extension sapinvoiceaddon.
        Returns:
        the countryKey - Partner Country Key
      • getPartner

        @Accessor(qualifier="partner",
                  type=GETTER)
        public java.lang.String getPartner()
        Generated method - Getter of the PartnerAddress.partner attribute defined at extension sapinvoiceaddon.
        Returns:
        the partner - Partner Number
      • getPartnerCode

        @Accessor(qualifier="partnerCode",
                  type=GETTER)
        public java.lang.String getPartnerCode()
        Generated method - Getter of the PartnerAddress.partnerCode attribute defined at extension sapinvoiceaddon.
        Returns:
        the partnerCode - Partner Function
      • getPartnerFunction

        @Accessor(qualifier="partnerFunction",
                  type=GETTER)
        public java.lang.String getPartnerFunction()
        Generated method - Getter of the PartnerAddress.partnerFunction attribute defined at extension sapinvoiceaddon.
        Returns:
        the partnerFunction - Partner Function
      • getPoBox

        @Accessor(qualifier="poBox",
                  type=GETTER)
        public java.lang.String getPoBox()
        Generated method - Getter of the PartnerAddress.poBox attribute defined at extension sapinvoiceaddon.
        Returns:
        the poBox - Partner PO BOX
      • getPoBoxPostalCode

        @Accessor(qualifier="poBoxPostalCode",
                  type=GETTER)
        public java.lang.String getPoBoxPostalCode()
        Generated method - Getter of the PartnerAddress.poBoxPostalCode attribute defined at extension sapinvoiceaddon.
        Returns:
        the poBoxPostalCode - Partner poBoxPostalCode
      • getPostalCode

        @Accessor(qualifier="postalCode",
                  type=GETTER)
        public java.lang.String getPostalCode()
        Generated method - Getter of the PartnerAddress.postalCode attribute defined at extension sapinvoiceaddon.
        Returns:
        the postalCode - Partner Postal Code
      • getSapB2BDocument

        @Accessor(qualifier="sapB2BDocument",
                  type=GETTER)
        public SapB2BDocumentModel getSapB2BDocument()
        Generated method - Getter of the PartnerAddress.sapB2BDocument attribute defined at extension sapinvoiceaddon.
        Returns:
        the sapB2BDocument
      • getStreetHouseNumber1

        @Accessor(qualifier="streetHouseNumber1",
                  type=GETTER)
        public java.lang.String getStreetHouseNumber1()
        Generated method - Getter of the PartnerAddress.streetHouseNumber1 attribute defined at extension sapinvoiceaddon.
        Returns:
        the streetHouseNumber1 - Partner Street House Number 1
      • getStreetHouseNumber2

        @Accessor(qualifier="streetHouseNumber2",
                  type=GETTER)
        public java.lang.String getStreetHouseNumber2()
        Generated method - Getter of the PartnerAddress.streetHouseNumber2 attribute defined at extension sapinvoiceaddon.
        Returns:
        the streetHouseNumber2 - Partner Street House Number 2
      • setCity

        @Accessor(qualifier="city",
                  type=SETTER)
        public void setCity​(java.lang.String value)
        Generated method - Setter of PartnerAddress.city attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the city - Partner City
      • setCountryCode

        @Accessor(qualifier="countryCode",
                  type=SETTER)
        public void setCountryCode​(java.lang.String value)
        Generated method - Setter of PartnerAddress.countryCode attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the countryCode - Partner Country Code
      • setCountryKey

        @Accessor(qualifier="countryKey",
                  type=SETTER)
        public void setCountryKey​(java.lang.String value)
        Generated method - Setter of PartnerAddress.countryKey attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the countryKey - Partner Country Key
      • setPartner

        @Accessor(qualifier="partner",
                  type=SETTER)
        public void setPartner​(java.lang.String value)
        Generated method - Setter of PartnerAddress.partner attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the partner - Partner Number
      • setPartnerCode

        @Accessor(qualifier="partnerCode",
                  type=SETTER)
        public void setPartnerCode​(java.lang.String value)
        Generated method - Setter of PartnerAddress.partnerCode attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the partnerCode - Partner Function
      • setPartnerFunction

        @Accessor(qualifier="partnerFunction",
                  type=SETTER)
        public void setPartnerFunction​(java.lang.String value)
        Generated method - Setter of PartnerAddress.partnerFunction attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the partnerFunction - Partner Function
      • setPoBox

        @Accessor(qualifier="poBox",
                  type=SETTER)
        public void setPoBox​(java.lang.String value)
        Generated method - Setter of PartnerAddress.poBox attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the poBox - Partner PO BOX
      • setPoBoxPostalCode

        @Accessor(qualifier="poBoxPostalCode",
                  type=SETTER)
        public void setPoBoxPostalCode​(java.lang.String value)
        Generated method - Setter of PartnerAddress.poBoxPostalCode attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the poBoxPostalCode - Partner poBoxPostalCode
      • setPostalCode

        @Accessor(qualifier="postalCode",
                  type=SETTER)
        public void setPostalCode​(java.lang.String value)
        Generated method - Setter of PartnerAddress.postalCode attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the postalCode - Partner Postal Code
      • setSapB2BDocument

        @Accessor(qualifier="sapB2BDocument",
                  type=SETTER)
        public void setSapB2BDocument​(SapB2BDocumentModel value)
        Generated method - Setter of PartnerAddress.sapB2BDocument attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the sapB2BDocument
      • setStreetHouseNumber1

        @Accessor(qualifier="streetHouseNumber1",
                  type=SETTER)
        public void setStreetHouseNumber1​(java.lang.String value)
        Generated method - Setter of PartnerAddress.streetHouseNumber1 attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the streetHouseNumber1 - Partner Street House Number 1
      • setStreetHouseNumber2

        @Accessor(qualifier="streetHouseNumber2",
                  type=SETTER)
        public void setStreetHouseNumber2​(java.lang.String value)
        Generated method - Setter of PartnerAddress.streetHouseNumber2 attribute defined at extension sapinvoiceaddon.
        Parameters:
        value - the streetHouseNumber2 - Partner Street House Number 2