public class BuPaAddressUsage extends VdmEntity<BuPaAddressUsage>
Original entity name from the Odata EDM: A_BuPaAddressUsageType
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<ZonedDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static BuPaAddressUsageField<ZonedDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
BuPaAddressUsage() |
BuPaAddressUsage(String businessPartner,
ZonedDateTime validityEndDate,
String addressUsage,
String addressID,
ZonedDateTime validityStartDate,
Boolean standardUsage,
String authorizationGroup) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static BuPaAddressUsage.BuPaAddressUsageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
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 |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getAddressUsage()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getBusinessPartner()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
protected String |
getDefaultServicePath() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
Boolean |
getStandardUsage()
Constraints: none
|
Class<BuPaAddressUsage> |
getType() |
ZonedDateTime |
getValidityEndDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setAddressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setAddressUsage(String addressUsage)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setBusinessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setStandardUsage(Boolean standardUsage)
Constraints: none
|
void |
setValidityEndDate(ZonedDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(ZonedDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final BuPaAddressUsageSelectable ALL_FIELDS
public static final BuPaAddressUsageField<String> BUSINESS_PARTNER
public static final BuPaAddressUsageField<ZonedDateTime> VALIDITY_END_DATE
public static final BuPaAddressUsageField<String> ADDRESS_USAGE
public static final BuPaAddressUsageField<String> ADDRESS_ID
public static final BuPaAddressUsageField<ZonedDateTime> VALIDITY_START_DATE
public static final BuPaAddressUsageField<Boolean> STANDARD_USAGE
public static final BuPaAddressUsageField<String> AUTHORIZATION_GROUP
@Nonnull public Class<BuPaAddressUsage> getType()
getType
in class VdmObject<BuPaAddressUsage>
public void setBusinessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.public void setValidityEndDate(@Nullable ZonedDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Validity End of a Business Partner Address Usagepublic void setAddressUsage(@Nullable String addressUsage)
Original property name from the Odata EDM: 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
- Business partner attribute, which you can use to distinguish between various addresses by defining the
address usage for communication with business partners.public void setAddressID(@Nullable String addressID)
Original property name from the Odata EDM: 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
- Internal key for identifying a Business Address Services address.public void setValidityStartDate(@Nullable ZonedDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Validity Start of a Business Partner Address Usagepublic void setStandardUsage(@Nullable Boolean standardUsage)
Original property name from the Odata EDM: 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
- Establishes which is the standard address for an address usage.public void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: 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
- You can use authorization groups to stipulate which business partners a user is allowed to process.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<BuPaAddressUsage>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BuPaAddressUsage>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BuPaAddressUsage>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BuPaAddressUsage>
@Nonnull public static <T> BuPaAddressUsageField<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> BuPaAddressUsageField<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 ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<BuPaAddressUsage>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<BuPaAddressUsage>
erpConfigContext
- New ERP configuration context to apply to this entityprotected 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<BuPaAddressUsage>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
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<BuPaAddressUsage>
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.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<BuPaAddressUsage>
public static BuPaAddressUsage.BuPaAddressUsageBuilder builder()
@Nullable public String getBusinessPartner()
Original property name from the Odata EDM: BusinessPartner
@Nullable public ZonedDateTime getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public String getAddressUsage()
Original property name from the Odata EDM: 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
@Nullable public String getAddressID()
Original property name from the Odata EDM: 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.
@Nullable public ZonedDateTime getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public Boolean getStandardUsage()
Original property name from the Odata EDM: 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.
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: 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.
public String toString()
toString
in class VdmObject<BuPaAddressUsage>
public boolean equals(Object o)
equals
in class VdmObject<BuPaAddressUsage>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<BuPaAddressUsage>
public int hashCode()
hashCode
in class VdmObject<BuPaAddressUsage>
Copyright © 2019 SAP SE. All rights reserved.