public class BuPaIdentification extends VdmEntity<BuPaIdentification>
Modifier and Type | Class and Description |
---|---|
static class |
BuPaIdentification.BuPaIdentificationBuilder |
Modifier and Type | Field and Description |
---|---|
static BuPaIdentificationSelectable |
ALL_FIELDS
Selector for all available fields of BuPaIdentification.
|
static BuPaIdentificationField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static BuPaIdentificationField<Calendar> |
BP_IDENTIFICATION_ENTRY_DATE
Use with available fluent helpers to apply the BPIdentificationEntryDate field to query operations.
|
static BuPaIdentificationField<String> |
BP_IDENTIFICATION_NUMBER
Use with available fluent helpers to apply the BPIdentificationNumber field to query operations.
|
static BuPaIdentificationField<String> |
BP_IDENTIFICATION_TYPE
Use with available fluent helpers to apply the BPIdentificationType field to query operations.
|
static BuPaIdentificationField<String> |
BP_IDN_NMBR_ISSUING_INSTITUTE
Use with available fluent helpers to apply the BPIdnNmbrIssuingInstitute field to query operations.
|
static BuPaIdentificationField<String> |
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
|
static BuPaIdentificationField<String> |
COUNTRY
Use with available fluent helpers to apply the Country field to query operations.
|
static BuPaIdentificationField<String> |
REGION
Use with available fluent helpers to apply the Region field to query operations.
|
static BuPaIdentificationField<Calendar> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static BuPaIdentificationField<Calendar> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Constructor and Description |
---|
BuPaIdentification() |
BuPaIdentification(String businessPartner,
String bPIdentificationType,
String bPIdentificationNumber,
String bPIdnNmbrIssuingInstitute,
Calendar bPIdentificationEntryDate,
String country,
String region,
Calendar validityStartDate,
Calendar validityEndDate,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static BuPaIdentification.BuPaIdentificationBuilder |
builder() |
boolean |
equals(Object o) |
static <T> BuPaIdentificationField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4 Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner.
|
Calendar |
getBPIdentificationEntryDate()
Constraints: Not nullable, Precision: 0
|
String |
getBPIdentificationNumber()
(Key Field) Constraints: Not nullable, Maximum length: 60
|
String |
getBPIdentificationType()
(Key Field) Constraints: Not nullable, Maximum length: 6 The identification type is for classifying identification numbers.You can define the identification types and their descriptions in Customizing.You can also specify for which business partner category an ID type should be valid.If necessary, assign the identification type to an Identification Category.You can only assign one identification type to an identification category.
|
String |
getBPIdnNmbrIssuingInstitute()
Constraints: Not nullable, Maximum length: 40
|
String |
getBusinessPartner()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCountry()
Constraints: Not nullable, Maximum length: 3
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getRegion()
Constraints: Not nullable, Maximum length: 3 The automatic address formatting function prints the region in addresses in the USA, Canada, Italy, Brazil or Australia, and the county in Great Britain.For more information, see the examples in the documentation on the Address Layout Key.Meaning of the regional code in ...Australia -> ProvinceBrazil -> StateCanada -> ProvinceGermany -> StateGreat Britain -> CountyItaly -> ProvinceJapan -> PrefectureSwitzerland -> CantonUSA -> State
|
Class<BuPaIdentification> |
getType() |
Calendar |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4 Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner.
|
void |
setBPIdentificationEntryDate(Calendar bPIdentificationEntryDate)
Constraints: Not nullable, Precision: 0
|
void |
setBPIdentificationNumber(String bPIdentificationNumber)
(Key Field) Constraints: Not nullable, Maximum length: 60
|
void |
setBPIdentificationType(String bPIdentificationType)
(Key Field) Constraints: Not nullable, Maximum length: 6 The identification type is for classifying identification numbers.You can define the identification types and their descriptions in Customizing.You can also specify for which business partner category an ID type should be valid.If necessary, assign the identification type to an Identification Category.You can only assign one identification type to an identification category.
|
void |
setBPIdnNmbrIssuingInstitute(String bPIdnNmbrIssuingInstitute)
Constraints: Not nullable, Maximum length: 40
|
void |
setBusinessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCountry(String country)
Constraints: Not nullable, Maximum length: 3
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setRegion(String region)
Constraints: Not nullable, Maximum length: 3 The automatic address formatting function prints the region in addresses in the USA, Canada, Italy, Brazil or Australia, and the county in Great Britain.For more information, see the examples in the documentation on the Address Layout Key.Meaning of the regional code in ...Australia -> ProvinceBrazil -> StateCanada -> ProvinceGermany -> StateGreat Britain -> CountyItaly -> ProvinceJapan -> PrefectureSwitzerland -> CantonUSA -> State
|
void |
setValidityEndDate(Calendar validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(Calendar validityStartDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final BuPaIdentificationSelectable ALL_FIELDS
public static final BuPaIdentificationField<String> BUSINESS_PARTNER
public static final BuPaIdentificationField<String> BP_IDENTIFICATION_TYPE
public static final BuPaIdentificationField<String> BP_IDENTIFICATION_NUMBER
public static final BuPaIdentificationField<String> BP_IDN_NMBR_ISSUING_INSTITUTE
public static final BuPaIdentificationField<Calendar> BP_IDENTIFICATION_ENTRY_DATE
public static final BuPaIdentificationField<String> COUNTRY
public static final BuPaIdentificationField<String> REGION
public static final BuPaIdentificationField<Calendar> VALIDITY_START_DATE
public static final BuPaIdentificationField<Calendar> VALIDITY_END_DATE
public static final BuPaIdentificationField<String> AUTHORIZATION_GROUP
public BuPaIdentification()
public BuPaIdentification(@Nullable String businessPartner, @Nullable String bPIdentificationType, @Nullable String bPIdentificationNumber, @Nullable String bPIdnNmbrIssuingInstitute, @Nullable Calendar bPIdentificationEntryDate, @Nullable String country, @Nullable String region, @Nullable Calendar validityStartDate, @Nullable Calendar validityEndDate, @Nullable String authorizationGroup, @Nullable ErpConfigContext erpConfigContext)
public Class<BuPaIdentification> getType()
getType
in class VdmObject<BuPaIdentification>
public static <T> BuPaIdentificationField<T> field(String fieldName, Class<T> fieldType)
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.public static BuPaIdentification.BuPaIdentificationBuilder builder()
@Nullable public String getBusinessPartner()
@Nullable public String getBPIdentificationType()
The identification type is for classifying identification numbers.You can define the identification types and their descriptions in Customizing.You can also specify for which business partner category an ID type should be valid.If necessary, assign the identification type to an Identification Category.You can only assign one identification type to an identification category.
@Nullable public String getBPIdentificationNumber()
@Nullable public String getBPIdnNmbrIssuingInstitute()
@Nullable public Calendar getBPIdentificationEntryDate()
@Nullable public String getCountry()
@Nullable public String getRegion()
The automatic address formatting function prints the region in addresses in the USA, Canada, Italy, Brazil or Australia, and the county in Great Britain.For more information, see the examples in the documentation on the Address Layout Key.Meaning of the regional code in ...Australia -> ProvinceBrazil -> StateCanada -> ProvinceGermany -> StateGreat Britain -> CountyItaly -> ProvinceJapan -> PrefectureSwitzerland -> CantonUSA -> State
@Nullable public Calendar getValidityStartDate()
@Nullable public Calendar getValidityEndDate()
@Nullable public String getAuthorizationGroup()
Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner. Otherwise, any user may process the business partner.
@Nullable public ErpConfigContext getErpConfigContext()
public void setBusinessPartner(@Nullable String businessPartner)
businessPartner
- public void setBPIdentificationType(@Nullable String bPIdentificationType)
The identification type is for classifying identification numbers.You can define the identification types and their descriptions in Customizing.You can also specify for which business partner category an ID type should be valid.If necessary, assign the identification type to an Identification Category.You can only assign one identification type to an identification category.
bPIdentificationType
- public void setBPIdentificationNumber(@Nullable String bPIdentificationNumber)
bPIdentificationNumber
- public void setBPIdnNmbrIssuingInstitute(@Nullable String bPIdnNmbrIssuingInstitute)
bPIdnNmbrIssuingInstitute
- public void setBPIdentificationEntryDate(@Nullable Calendar bPIdentificationEntryDate)
bPIdentificationEntryDate
- public void setCountry(@Nullable String country)
country
- public void setRegion(@Nullable String region)
The automatic address formatting function prints the region in addresses in the USA, Canada, Italy, Brazil or Australia, and the county in Great Britain.For more information, see the examples in the documentation on the Address Layout Key.Meaning of the regional code in ...Australia -> ProvinceBrazil -> StateCanada -> ProvinceGermany -> StateGreat Britain -> CountyItaly -> ProvinceJapan -> PrefectureSwitzerland -> CantonUSA -> State
region
- public void setValidityStartDate(@Nullable Calendar validityStartDate)
validityStartDate
- public void setValidityEndDate(@Nullable Calendar validityEndDate)
validityEndDate
- public void setAuthorizationGroup(@Nullable String authorizationGroup)
Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner. Otherwise, any user may process the business partner.
authorizationGroup
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<BuPaIdentification>
public boolean equals(Object o)
equals
in class VdmObject<BuPaIdentification>
public int hashCode()
hashCode
in class VdmObject<BuPaIdentification>
Copyright © 2018 SAP SE. All rights reserved.