public class BuPaAddressUsage extends VdmEntity<BuPaAddressUsage>
Modifier and Type | Class and Description |
---|---|
static class |
BuPaAddressUsage.BuPaAddressUsageBuilder |
Modifier and Type | Field and Description |
---|---|
static BuPaAddressUsageField<String> |
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static BuPaAddressUsageField<String> |
ADDRESS_USAGE
Use with available fluent helpers to apply the AddressUsage field to query operations.
|
static BuPaAddressUsageSelectable |
ALL_FIELDS
Selector for all available fields of BuPaAddressUsage.
|
static BuPaAddressUsageField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static BuPaAddressUsageField<String> |
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
|
static BuPaAddressUsageField<Boolean> |
STANDARD_USAGE
Use with available fluent helpers to apply the StandardUsage field to query operations.
|
static BuPaAddressUsageField<Calendar> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static BuPaAddressUsageField<Calendar> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Constructor and Description |
---|
BuPaAddressUsage() |
BuPaAddressUsage(String businessPartner,
Calendar validityEndDate,
String addressUsage,
String addressID,
Calendar validityStartDate,
Boolean standardUsage,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static BuPaAddressUsage.BuPaAddressUsageBuilder |
builder() |
boolean |
equals(Object o) |
static <T> BuPaAddressUsageField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10 For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
|
String |
getAddressUsage()
(Key Field) Constraints: Not nullable, Maximum length: 10 Maintain the usage types for addresses (address types) in Customizing.You can create a short description and a name for the address type.When maintaining business partners you can use the function address usage to assign business partner addresses to address types.If necessary, you can set the indicator for multiple use in Customizing.Correspondence addressDelivery address
|
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.
|
String |
getBusinessPartner()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Boolean |
getStandardUsage()
Constraints: noneSeveral addresses per period can be assigned to an address usage.If this is the case, then this indicator controls which of the assigned addresses should be the standard address of the relevant usage.
|
Class<BuPaAddressUsage> |
getType() |
Calendar |
getValidityEndDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
Calendar |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setAddressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10 For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
|
void |
setAddressUsage(String addressUsage)
(Key Field) Constraints: Not nullable, Maximum length: 10 Maintain the usage types for addresses (address types) in Customizing.You can create a short description and a name for the address type.When maintaining business partners you can use the function address usage to assign business partner addresses to address types.If necessary, you can set the indicator for multiple use in Customizing.Correspondence addressDelivery address
|
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 |
setBusinessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setStandardUsage(Boolean standardUsage)
Constraints: noneSeveral addresses per period can be assigned to an address usage.If this is the case, then this indicator controls which of the assigned addresses should be the standard address of the relevant usage.
|
void |
setValidityEndDate(Calendar validityEndDate)
(Key Field) 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 BuPaAddressUsageSelectable ALL_FIELDS
public static final BuPaAddressUsageField<String> BUSINESS_PARTNER
public static final BuPaAddressUsageField<Calendar> VALIDITY_END_DATE
public static final BuPaAddressUsageField<String> ADDRESS_USAGE
public static final BuPaAddressUsageField<String> ADDRESS_ID
public static final BuPaAddressUsageField<Calendar> VALIDITY_START_DATE
public static final BuPaAddressUsageField<Boolean> STANDARD_USAGE
public static final BuPaAddressUsageField<String> AUTHORIZATION_GROUP
public BuPaAddressUsage()
public BuPaAddressUsage(@Nullable String businessPartner, @Nullable Calendar validityEndDate, @Nullable String addressUsage, @Nullable String addressID, @Nullable Calendar validityStartDate, @Nullable Boolean standardUsage, @Nullable String authorizationGroup, @Nullable ErpConfigContext erpConfigContext)
public Class<BuPaAddressUsage> getType()
getType
in class VdmObject<BuPaAddressUsage>
public static <T> BuPaAddressUsageField<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 BuPaAddressUsage.BuPaAddressUsageBuilder builder()
@Nullable public String getBusinessPartner()
@Nullable public Calendar getValidityEndDate()
@Nullable public String getAddressUsage()
Maintain the usage types for addresses (address types) in Customizing.You can create a short description and a name for the address type.When maintaining business partners you can use the function address usage to assign business partner addresses to address types.If necessary, you can set the indicator for multiple use in Customizing.Correspondence addressDelivery address
@Nullable public String getAddressID()
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
@Nullable public Calendar getValidityStartDate()
@Nullable public Boolean getStandardUsage()
Several addresses per period can be assigned to an address usage.If this is the case, then this indicator controls which of the assigned addresses should be the standard address of the relevant usage. This is determined automatically when the address usage is accessed.
@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 setValidityEndDate(@Nullable Calendar validityEndDate)
validityEndDate
- public void setAddressUsage(@Nullable String addressUsage)
Maintain the usage types for addresses (address types) in Customizing.You can create a short description and a name for the address type.When maintaining business partners you can use the function address usage to assign business partner addresses to address types.If necessary, you can set the indicator for multiple use in Customizing.Correspondence addressDelivery address
addressUsage
- public void setAddressID(@Nullable String addressID)
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
addressID
- public void setValidityStartDate(@Nullable Calendar validityStartDate)
validityStartDate
- public void setStandardUsage(@Nullable Boolean standardUsage)
Several addresses per period can be assigned to an address usage.If this is the case, then this indicator controls which of the assigned addresses should be the standard address of the relevant usage. This is determined automatically when the address usage is accessed.
standardUsage
- 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<BuPaAddressUsage>
public boolean equals(Object o)
equals
in class VdmObject<BuPaAddressUsage>
public int hashCode()
hashCode
in class VdmObject<BuPaAddressUsage>
Copyright © 2018 SAP SE. All rights reserved.