public class BR_NFPartner extends VdmEntity<BR_NFPartner>
Original entity name from the Odata EDM: A_BR_NFPartnerType
Modifier and Type | Class and Description |
---|---|
static class |
BR_NFPartner.BR_NFPartnerBuilder
Helper class to allow for fluent creation of BR_NFPartner instances.
|
Modifier and Type | Field and Description |
---|---|
static BR_NFPartnerSelectable |
ALL_FIELDS
Selector for all available fields of BR_NFPartner.
|
static BR_NFPartnerField<String> |
BR_NOTA_FISCAL
Use with available fluent helpers to apply the BR_NotaFiscal field to query operations.
|
static BR_NFPartnerField<String> |
BRC_TE_FISCAL_DOCUMENT_PARTNER
Use with available fluent helpers to apply the BR_CTeFiscalDocumentPartner field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER
Use with available fluent helpers to apply the BR_NFPartner field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_CFOP_CATEGORY
Use with available fluent helpers to apply the BR_NFPartnerCFOPCategory field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_CITY_NAME
Use with available fluent helpers to apply the BR_NFPartnerCityName field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_CNPJ
Use with available fluent helpers to apply the BR_NFPartnerCNPJ field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_COUNTRY_CODE
Use with available fluent helpers to apply the BR_NFPartnerCountryCode field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_CPF
Use with available fluent helpers to apply the BR_NFPartnerCPF field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_DISTRICT_NAME
Use with available fluent helpers to apply the BR_NFPartnerDistrictName field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_FUNCTION
Use with available fluent helpers to apply the BR_NFPartnerFunction field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_IS_NATURAL_PERSON
Use with available fluent helpers to apply the BR_NFPartnerIsNaturalPerson field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_MUNICIPAL_TAX_NUMBER
Use with available fluent helpers to apply the BR_NFPartnerMunicipalTaxNumber field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_NAME1
Use with available fluent helpers to apply the BR_NFPartnerName1 field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_NAME2
Use with available fluent helpers to apply the BR_NFPartnerName2 field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_NAME3
Use with available fluent helpers to apply the BR_NFPartnerName3 field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_NAME4
Use with available fluent helpers to apply the BR_NFPartnerName4 field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_PLACE_TYPE
Use with available fluent helpers to apply the BR_NFPartnerPlaceType field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_POSTAL_CODE
Use with available fluent helpers to apply the BR_NFPartnerPostalCode field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_REGION_CODE
Use with available fluent helpers to apply the BR_NFPartnerRegionCode field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_STATE_TAX_NUMBER
Use with available fluent helpers to apply the BR_NFPartnerStateTaxNumber field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_STREET_NAME
Use with available fluent helpers to apply the BR_NFPartnerStreetName field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_TITLE
Use with available fluent helpers to apply the BR_NFPartnerTitle field to query operations.
|
static BR_NFPartnerField<String> |
BRNF_PARTNER_TYPE
Use with available fluent helpers to apply the BR_NFPartnerType field to query operations.
|
static BR_NFPartnerField<String> |
IS_BUSINESS_PURPOSE_COMPLETED
Use with available fluent helpers to apply the IsBusinessPurposeCompleted field to query operations.
|
static BR_NFPartnerField<String> |
PHONE_NUMBER
Use with available fluent helpers to apply the PhoneNumber field to query operations.
|
static BR_NFPartnerField<String> |
TAX_JURISDICTION
Use with available fluent helpers to apply the TaxJurisdiction field to query operations.
|
static BR_NFPartnerOneToOneLink<BR_NFDocument> |
TO_BRNF_DOC
Use with available fluent helpers to apply the to_BR_NFDoc navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
BR_NFPartner() |
BR_NFPartner(String bR_NotaFiscal,
String bR_NFPartnerFunction,
String bR_NFPartner,
String bR_NFPartnerTitle,
String bR_NFPartnerName1,
String bR_NFPartnerName2,
String bR_NFPartnerName3,
String bR_NFPartnerName4,
String bR_NFPartnerType,
String bR_NFPartnerStreetName,
String bR_NFPartnerCityName,
String bR_NFPartnerRegionCode,
String bR_NFPartnerDistrictName,
String bR_NFPartnerCountryCode,
String bR_NFPartnerPostalCode,
String bR_NFPartnerCFOPCategory,
String bR_NFPartnerIsNaturalPerson,
String bR_NFPartnerCNPJ,
String bR_NFPartnerCPF,
String phoneNumber,
String bR_NFPartnerStateTaxNumber,
String bR_NFPartnerMunicipalTaxNumber,
String taxJurisdiction,
String bR_CTeFiscalDocumentPartner,
String bR_NFPartnerPlaceType,
String isBusinessPurposeCompleted,
BR_NFDocument toBR_NFDoc) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static BR_NFPartner.BR_NFPartnerBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
BR_NFDocument |
fetchBR_NFDoc()
Fetches the BR_NFDocument entity (one to one) associated with this entity.
|
static <T> BR_NFPartnerField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBR_CTeFiscalDocumentPartner()
Constraints: Not nullable, Maximum length: 1
|
io.vavr.control.Option<BR_NFDocument> |
getBR_NFDocIfPresent()
Retrieval of associated BR_NFDocument entity (one to one).
|
BR_NFDocument |
getBR_NFDocOrFetch()
Retrieval of associated BR_NFDocument entity (one to one).
|
String |
getBR_NFPartner()
Constraints: Not nullable, Maximum length: 10
|
String |
getBR_NFPartnerCFOPCategory()
Constraints: Not nullable, Maximum length: 2
|
String |
getBR_NFPartnerCityName()
Constraints: Not nullable, Maximum length: 35
|
String |
getBR_NFPartnerCNPJ()
Constraints: Not nullable, Maximum length: 14
|
String |
getBR_NFPartnerCountryCode()
Constraints: Not nullable, Maximum length: 3
|
String |
getBR_NFPartnerCPF()
Constraints: Not nullable, Maximum length: 11
|
String |
getBR_NFPartnerDistrictName()
Constraints: Not nullable, Maximum length: 35
|
String |
getBR_NFPartnerFunction()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getBR_NFPartnerIsNaturalPerson()
Constraints: Not nullable, Maximum length: 1
|
String |
getBR_NFPartnerMunicipalTaxNumber()
Constraints: Not nullable, Maximum length: 20
|
String |
getBR_NFPartnerName1()
Constraints: Not nullable, Maximum length: 35
|
String |
getBR_NFPartnerName2()
Constraints: Not nullable, Maximum length: 35
|
String |
getBR_NFPartnerName3()
Constraints: Not nullable, Maximum length: 35
|
String |
getBR_NFPartnerName4()
Constraints: Not nullable, Maximum length: 35
|
String |
getBR_NFPartnerPlaceType()
Constraints: Not nullable, Maximum length: 1
|
String |
getBR_NFPartnerPostalCode()
Constraints: Not nullable, Maximum length: 10
|
String |
getBR_NFPartnerRegionCode()
Constraints: Not nullable, Maximum length: 3
|
String |
getBR_NFPartnerStateTaxNumber()
Constraints: Not nullable, Maximum length: 18
|
String |
getBR_NFPartnerStreetName()
Constraints: Not nullable, Maximum length: 35
|
String |
getBR_NFPartnerTitle()
Constraints: Not nullable, Maximum length: 15
|
String |
getBR_NFPartnerType()
Constraints: Not nullable, Maximum length: 1
|
String |
getBR_NotaFiscal()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getIsBusinessPurposeCompleted()
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
getKey() |
String |
getPhoneNumber()
Constraints: Not nullable, Maximum length: 30
|
String |
getTaxJurisdiction()
Constraints: Not nullable, Maximum length: 15
|
Class<BR_NFPartner> |
getType() |
int |
hashCode() |
void |
setBR_CTeFiscalDocumentPartner(String bR_CTeFiscalDocumentPartner)
Constraints: Not nullable, Maximum length: 1
|
void |
setBR_NFDoc(BR_NFDocument value)
Overwrites the associated BR_NFDocument entity for the loaded navigation property to_BR_NFDoc.
|
void |
setBR_NFPartner(String bR_NFPartner)
Constraints: Not nullable, Maximum length: 10
|
void |
setBR_NFPartnerCFOPCategory(String bR_NFPartnerCFOPCategory)
Constraints: Not nullable, Maximum length: 2
|
void |
setBR_NFPartnerCityName(String bR_NFPartnerCityName)
Constraints: Not nullable, Maximum length: 35
|
void |
setBR_NFPartnerCNPJ(String bR_NFPartnerCNPJ)
Constraints: Not nullable, Maximum length: 14
|
void |
setBR_NFPartnerCountryCode(String bR_NFPartnerCountryCode)
Constraints: Not nullable, Maximum length: 3
|
void |
setBR_NFPartnerCPF(String bR_NFPartnerCPF)
Constraints: Not nullable, Maximum length: 11
|
void |
setBR_NFPartnerDistrictName(String bR_NFPartnerDistrictName)
Constraints: Not nullable, Maximum length: 35
|
void |
setBR_NFPartnerFunction(String bR_NFPartnerFunction)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setBR_NFPartnerIsNaturalPerson(String bR_NFPartnerIsNaturalPerson)
Constraints: Not nullable, Maximum length: 1
|
void |
setBR_NFPartnerMunicipalTaxNumber(String bR_NFPartnerMunicipalTaxNumber)
Constraints: Not nullable, Maximum length: 20
|
void |
setBR_NFPartnerName1(String bR_NFPartnerName1)
Constraints: Not nullable, Maximum length: 35
|
void |
setBR_NFPartnerName2(String bR_NFPartnerName2)
Constraints: Not nullable, Maximum length: 35
|
void |
setBR_NFPartnerName3(String bR_NFPartnerName3)
Constraints: Not nullable, Maximum length: 35
|
void |
setBR_NFPartnerName4(String bR_NFPartnerName4)
Constraints: Not nullable, Maximum length: 35
|
void |
setBR_NFPartnerPlaceType(String bR_NFPartnerPlaceType)
Constraints: Not nullable, Maximum length: 1
|
void |
setBR_NFPartnerPostalCode(String bR_NFPartnerPostalCode)
Constraints: Not nullable, Maximum length: 10
|
void |
setBR_NFPartnerRegionCode(String bR_NFPartnerRegionCode)
Constraints: Not nullable, Maximum length: 3
|
void |
setBR_NFPartnerStateTaxNumber(String bR_NFPartnerStateTaxNumber)
Constraints: Not nullable, Maximum length: 18
|
void |
setBR_NFPartnerStreetName(String bR_NFPartnerStreetName)
Constraints: Not nullable, Maximum length: 35
|
void |
setBR_NFPartnerTitle(String bR_NFPartnerTitle)
Constraints: Not nullable, Maximum length: 15
|
void |
setBR_NFPartnerType(String bR_NFPartnerType)
Constraints: Not nullable, Maximum length: 1
|
void |
setBR_NotaFiscal(String bR_NotaFiscal)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setIsBusinessPurposeCompleted(String isBusinessPurposeCompleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setPhoneNumber(String phoneNumber)
Constraints: Not nullable, Maximum length: 30
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setTaxJurisdiction(String taxJurisdiction)
Constraints: Not nullable, Maximum length: 15
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final BR_NFPartnerSelectable ALL_FIELDS
public static final BR_NFPartnerField<String> BR_NOTA_FISCAL
public static final BR_NFPartnerField<String> BRNF_PARTNER_FUNCTION
public static final BR_NFPartnerField<String> BRNF_PARTNER
public static final BR_NFPartnerField<String> BRNF_PARTNER_TITLE
public static final BR_NFPartnerField<String> BRNF_PARTNER_NAME1
public static final BR_NFPartnerField<String> BRNF_PARTNER_NAME2
public static final BR_NFPartnerField<String> BRNF_PARTNER_NAME3
public static final BR_NFPartnerField<String> BRNF_PARTNER_NAME4
public static final BR_NFPartnerField<String> BRNF_PARTNER_TYPE
public static final BR_NFPartnerField<String> BRNF_PARTNER_STREET_NAME
public static final BR_NFPartnerField<String> BRNF_PARTNER_CITY_NAME
public static final BR_NFPartnerField<String> BRNF_PARTNER_REGION_CODE
public static final BR_NFPartnerField<String> BRNF_PARTNER_DISTRICT_NAME
public static final BR_NFPartnerField<String> BRNF_PARTNER_COUNTRY_CODE
public static final BR_NFPartnerField<String> BRNF_PARTNER_POSTAL_CODE
public static final BR_NFPartnerField<String> BRNF_PARTNER_CFOP_CATEGORY
public static final BR_NFPartnerField<String> BRNF_PARTNER_IS_NATURAL_PERSON
public static final BR_NFPartnerField<String> BRNF_PARTNER_CNPJ
public static final BR_NFPartnerField<String> BRNF_PARTNER_CPF
public static final BR_NFPartnerField<String> PHONE_NUMBER
public static final BR_NFPartnerField<String> BRNF_PARTNER_STATE_TAX_NUMBER
public static final BR_NFPartnerField<String> BRNF_PARTNER_MUNICIPAL_TAX_NUMBER
public static final BR_NFPartnerField<String> TAX_JURISDICTION
public static final BR_NFPartnerField<String> BRC_TE_FISCAL_DOCUMENT_PARTNER
public static final BR_NFPartnerField<String> BRNF_PARTNER_PLACE_TYPE
public static final BR_NFPartnerField<String> IS_BUSINESS_PURPOSE_COMPLETED
public static final BR_NFPartnerOneToOneLink<BR_NFDocument> TO_BRNF_DOC
public BR_NFPartner()
public BR_NFPartner(@Nullable String bR_NotaFiscal, @Nullable String bR_NFPartnerFunction, @Nullable String bR_NFPartner, @Nullable String bR_NFPartnerTitle, @Nullable String bR_NFPartnerName1, @Nullable String bR_NFPartnerName2, @Nullable String bR_NFPartnerName3, @Nullable String bR_NFPartnerName4, @Nullable String bR_NFPartnerType, @Nullable String bR_NFPartnerStreetName, @Nullable String bR_NFPartnerCityName, @Nullable String bR_NFPartnerRegionCode, @Nullable String bR_NFPartnerDistrictName, @Nullable String bR_NFPartnerCountryCode, @Nullable String bR_NFPartnerPostalCode, @Nullable String bR_NFPartnerCFOPCategory, @Nullable String bR_NFPartnerIsNaturalPerson, @Nullable String bR_NFPartnerCNPJ, @Nullable String bR_NFPartnerCPF, @Nullable String phoneNumber, @Nullable String bR_NFPartnerStateTaxNumber, @Nullable String bR_NFPartnerMunicipalTaxNumber, @Nullable String taxJurisdiction, @Nullable String bR_CTeFiscalDocumentPartner, @Nullable String bR_NFPartnerPlaceType, @Nullable String isBusinessPurposeCompleted, @Nullable BR_NFDocument toBR_NFDoc)
@Nonnull public Class<BR_NFPartner> getType()
getType
in class VdmObject<BR_NFPartner>
public void setBR_NotaFiscal(@Nullable String bR_NotaFiscal)
Original property name from the Odata EDM: BR_NotaFiscal
bR_NotaFiscal
- Document Numberpublic void setBR_NFPartnerFunction(@Nullable String bR_NFPartnerFunction)
Original property name from the Odata EDM: BR_NFPartnerFunction
bR_NFPartnerFunction
- Partner Functionpublic void setBR_NFPartner(@Nullable String bR_NFPartner)
Original property name from the Odata EDM: BR_NFPartner
bR_NFPartner
- Partner ID (Customer, Vendor, Business Place)public void setBR_NFPartnerTitle(@Nullable String bR_NFPartnerTitle)
Original property name from the Odata EDM: BR_NFPartnerTitle
bR_NFPartnerTitle
- Titlepublic void setBR_NFPartnerName1(@Nullable String bR_NFPartnerName1)
Original property name from the Odata EDM: BR_NFPartnerName1
bR_NFPartnerName1
- Name 1public void setBR_NFPartnerName2(@Nullable String bR_NFPartnerName2)
Original property name from the Odata EDM: BR_NFPartnerName2
bR_NFPartnerName2
- Name 2public void setBR_NFPartnerName3(@Nullable String bR_NFPartnerName3)
Original property name from the Odata EDM: BR_NFPartnerName3
bR_NFPartnerName3
- Name 3public void setBR_NFPartnerName4(@Nullable String bR_NFPartnerName4)
Original property name from the Odata EDM: BR_NFPartnerName4
bR_NFPartnerName4
- Name 4public void setBR_NFPartnerType(@Nullable String bR_NFPartnerType)
Original property name from the Odata EDM: BR_NFPartnerType
bR_NFPartnerType
- Typepublic void setBR_NFPartnerStreetName(@Nullable String bR_NFPartnerStreetName)
Original property name from the Odata EDM: BR_NFPartnerStreetName
bR_NFPartnerStreetName
- Street and House Numberpublic void setBR_NFPartnerCityName(@Nullable String bR_NFPartnerCityName)
Original property name from the Odata EDM: BR_NFPartnerCityName
bR_NFPartnerCityName
- Citypublic void setBR_NFPartnerRegionCode(@Nullable String bR_NFPartnerRegionCode)
Original property name from the Odata EDM: BR_NFPartnerRegionCode
bR_NFPartnerRegionCode
- Region (State, Province, County)public void setBR_NFPartnerDistrictName(@Nullable String bR_NFPartnerDistrictName)
Original property name from the Odata EDM: BR_NFPartnerDistrictName
bR_NFPartnerDistrictName
- Districtpublic void setBR_NFPartnerCountryCode(@Nullable String bR_NFPartnerCountryCode)
Original property name from the Odata EDM: BR_NFPartnerCountryCode
bR_NFPartnerCountryCode
- Country Keypublic void setBR_NFPartnerPostalCode(@Nullable String bR_NFPartnerPostalCode)
Original property name from the Odata EDM: BR_NFPartnerPostalCode
bR_NFPartnerPostalCode
- Postal Codepublic void setBR_NFPartnerCFOPCategory(@Nullable String bR_NFPartnerCFOPCategory)
Original property name from the Odata EDM: BR_NFPartnerCFOPCategory
bR_NFPartnerCFOPCategory
- CFOP Categorypublic void setBR_NFPartnerIsNaturalPerson(@Nullable String bR_NFPartnerIsNaturalPerson)
Original property name from the Odata EDM: BR_NFPartnerIsNaturalPerson
bR_NFPartnerIsNaturalPerson
- Natural Personpublic void setBR_NFPartnerCNPJ(@Nullable String bR_NFPartnerCNPJ)
Original property name from the Odata EDM: BR_NFPartnerCNPJ
bR_NFPartnerCNPJ
- CNPJpublic void setBR_NFPartnerCPF(@Nullable String bR_NFPartnerCPF)
Original property name from the Odata EDM: BR_NFPartnerCPF
bR_NFPartnerCPF
- CPFpublic void setPhoneNumber(@Nullable String phoneNumber)
Original property name from the Odata EDM: PhoneNumber
phoneNumber
- Addresses: telephone no.public void setBR_NFPartnerStateTaxNumber(@Nullable String bR_NFPartnerStateTaxNumber)
Original property name from the Odata EDM: BR_NFPartnerStateTaxNumber
bR_NFPartnerStateTaxNumber
- State Tax Numberpublic void setBR_NFPartnerMunicipalTaxNumber(@Nullable String bR_NFPartnerMunicipalTaxNumber)
Original property name from the Odata EDM: BR_NFPartnerMunicipalTaxNumber
bR_NFPartnerMunicipalTaxNumber
- Municipal Tax Numberpublic void setTaxJurisdiction(@Nullable String taxJurisdiction)
Original property name from the Odata EDM: TaxJurisdiction
taxJurisdiction
- Tax Jurisdictionpublic void setBR_CTeFiscalDocumentPartner(@Nullable String bR_CTeFiscalDocumentPartner)
Original property name from the Odata EDM: BR_CTeFiscalDocumentPartner
bR_CTeFiscalDocumentPartner
- CT-e Partner in Fiscal Documentpublic void setBR_NFPartnerPlaceType(@Nullable String bR_NFPartnerPlaceType)
Original property name from the Odata EDM: BR_NFPartnerPlaceType
bR_NFPartnerPlaceType
- Nota Fiscal Partner Place Typepublic void setIsBusinessPurposeCompleted(@Nullable String isBusinessPurposeCompleted)
Original property name from the Odata EDM: IsBusinessPurposeCompleted
isBusinessPurposeCompleted
- The isBusinessPurposeCompleted to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<BR_NFPartner>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BR_NFPartner>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BR_NFPartner>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BR_NFPartner>
@Nonnull public static <T> BR_NFPartnerField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> BR_NFPartnerField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<BR_NFPartner>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<BR_NFPartner>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<BR_NFPartner>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<BR_NFPartner>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<BR_NFPartner>
@Nullable public BR_NFDocument fetchBR_NFDoc() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public BR_NFDocument getBR_NFDocOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_BR_NFDoc of a queried BR_NFPartner is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<BR_NFDocument> getBR_NFDocIfPresent()
If the navigation property for an entity BR_NFPartner has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state empty
is
returned.public void setBR_NFDoc(BR_NFDocument value)
value
- New BR_NFDocument entity.@Nonnull public static BR_NFPartner.BR_NFPartnerBuilder builder()
@Nullable public String getBR_NotaFiscal()
Original property name from the Odata EDM: BR_NotaFiscal
@Nullable public String getBR_NFPartnerFunction()
Original property name from the Odata EDM: BR_NFPartnerFunction
@Nullable public String getBR_NFPartner()
Original property name from the Odata EDM: BR_NFPartner
@Nullable public String getBR_NFPartnerTitle()
Original property name from the Odata EDM: BR_NFPartnerTitle
@Nullable public String getBR_NFPartnerName1()
Original property name from the Odata EDM: BR_NFPartnerName1
@Nullable public String getBR_NFPartnerName2()
Original property name from the Odata EDM: BR_NFPartnerName2
@Nullable public String getBR_NFPartnerName3()
Original property name from the Odata EDM: BR_NFPartnerName3
@Nullable public String getBR_NFPartnerName4()
Original property name from the Odata EDM: BR_NFPartnerName4
@Nullable public String getBR_NFPartnerType()
Original property name from the Odata EDM: BR_NFPartnerType
@Nullable public String getBR_NFPartnerStreetName()
Original property name from the Odata EDM: BR_NFPartnerStreetName
@Nullable public String getBR_NFPartnerCityName()
Original property name from the Odata EDM: BR_NFPartnerCityName
@Nullable public String getBR_NFPartnerRegionCode()
Original property name from the Odata EDM: BR_NFPartnerRegionCode
@Nullable public String getBR_NFPartnerDistrictName()
Original property name from the Odata EDM: BR_NFPartnerDistrictName
@Nullable public String getBR_NFPartnerCountryCode()
Original property name from the Odata EDM: BR_NFPartnerCountryCode
@Nullable public String getBR_NFPartnerPostalCode()
Original property name from the Odata EDM: BR_NFPartnerPostalCode
@Nullable public String getBR_NFPartnerCFOPCategory()
Original property name from the Odata EDM: BR_NFPartnerCFOPCategory
@Nullable public String getBR_NFPartnerIsNaturalPerson()
Original property name from the Odata EDM: BR_NFPartnerIsNaturalPerson
@Nullable public String getBR_NFPartnerCNPJ()
Original property name from the Odata EDM: BR_NFPartnerCNPJ
@Nullable public String getBR_NFPartnerCPF()
Original property name from the Odata EDM: BR_NFPartnerCPF
@Nullable public String getPhoneNumber()
Original property name from the Odata EDM: PhoneNumber
@Nullable public String getBR_NFPartnerStateTaxNumber()
Original property name from the Odata EDM: BR_NFPartnerStateTaxNumber
@Nullable public String getBR_NFPartnerMunicipalTaxNumber()
Original property name from the Odata EDM: BR_NFPartnerMunicipalTaxNumber
@Nullable public String getTaxJurisdiction()
Original property name from the Odata EDM: TaxJurisdiction
@Nullable public String getBR_CTeFiscalDocumentPartner()
Original property name from the Odata EDM: BR_CTeFiscalDocumentPartner
@Nullable public String getBR_NFPartnerPlaceType()
Original property name from the Odata EDM: BR_NFPartnerPlaceType
@Nullable public String getIsBusinessPurposeCompleted()
Original property name from the Odata EDM: IsBusinessPurposeCompleted
@Nonnull public String toString()
toString
in class VdmObject<BR_NFPartner>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<BR_NFPartner>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<BR_NFPartner>
public int hashCode()
hashCode
in class VdmObject<BR_NFPartner>
Copyright © 2021 SAP SE. All rights reserved.