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
|
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
|
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.
|
String |
getRegion()
Constraints: Not nullable, Maximum length: 3
|
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
|
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
|
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.
|
void |
setRegion(String region)
Constraints: Not nullable, Maximum length: 3
|
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
@Generated(value="lombok") public BuPaIdentification()
@ConstructorProperties(value={"businessPartner","bPIdentificationType","bPIdentificationNumber","bPIdnNmbrIssuingInstitute","bPIdentificationEntryDate","country","region","validityStartDate","validityEndDate","authorizationGroup","erpConfigContext"}) @Generated(value="lombok") 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.@Generated(value="lombok") public static BuPaIdentification.BuPaIdentificationBuilder builder()
@Nullable @Generated(value="lombok") public String getBusinessPartner()
@Nullable @Generated(value="lombok") 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 @Generated(value="lombok") public String getBPIdentificationNumber()
@Nullable @Generated(value="lombok") public String getBPIdnNmbrIssuingInstitute()
@Nullable @Generated(value="lombok") public Calendar getBPIdentificationEntryDate()
@Nullable @Generated(value="lombok") public String getCountry()
@Nullable @Generated(value="lombok") 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 -> Province Brazil -> State Canada -> Province Germany -> State Great Britain -> County Italy -> Province Japan -> Prefecture Switzerland -> Canton USA -> State
@Nullable @Generated(value="lombok") public Calendar getValidityStartDate()
@Nullable @Generated(value="lombok") public Calendar getValidityEndDate()
@Nullable @Generated(value="lombok") 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 @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setBusinessPartner(@Nullable String businessPartner)
businessPartner
- @Generated(value="lombok") 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
- @Generated(value="lombok") public void setBPIdentificationNumber(@Nullable String bPIdentificationNumber)
bPIdentificationNumber
- @Generated(value="lombok") public void setBPIdnNmbrIssuingInstitute(@Nullable String bPIdnNmbrIssuingInstitute)
bPIdnNmbrIssuingInstitute
- @Generated(value="lombok") public void setBPIdentificationEntryDate(@Nullable Calendar bPIdentificationEntryDate)
bPIdentificationEntryDate
- @Generated(value="lombok") public void setCountry(@Nullable String country)
country
- @Generated(value="lombok") 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 -> Province Brazil -> State Canada -> Province Germany -> State Great Britain -> County Italy -> Province Japan -> Prefecture Switzerland -> Canton USA -> State
region
- @Generated(value="lombok") public void setValidityStartDate(@Nullable Calendar validityStartDate)
validityStartDate
- @Generated(value="lombok") public void setValidityEndDate(@Nullable Calendar validityEndDate)
validityEndDate
- @Generated(value="lombok") 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
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<BuPaIdentification>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<BuPaIdentification>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<BuPaIdentification>
Copyright © 2018 SAP SE. All rights reserved.