Class BusinessPartnerRating
Original entity name from the Odata EDM: A_BusinessPartnerRatingType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusinessPartnerRatingSelectableSelector for all available fields of BusinessPartnerRating.static final BusinessPartnerRatingField<LocalDateTime>Use with available fluent helpers to apply the BPRatingCreationDate field to query operations.static final BusinessPartnerRatingField<Boolean>Use with available fluent helpers to apply the BPRatingIsValidOnKeyDate field to query operations.static final BusinessPartnerRatingField<LocalDateTime>Use with available fluent helpers to apply the BPRatingValidityEndDate field to query operations.static final BusinessPartnerRatingField<LocalDateTime>Use with available fluent helpers to apply the BPRatingValidityStartDate field to query operations.static final BusinessPartnerRatingField<String>Use with available fluent helpers to apply the BusinessPartner field to query operations.static final BusinessPartnerRatingField<String>Use with available fluent helpers to apply the BusinessPartnerRatingComment field to query operations.static final BusinessPartnerRatingField<String>Use with available fluent helpers to apply the BusinessPartnerRatingGrade field to query operations.static final BusinessPartnerRatingField<Boolean>Use with available fluent helpers to apply the BusinessPartnerRatingIsAllowed field to query operations.static final BusinessPartnerRatingField<Boolean>Use with available fluent helpers to apply the BusinessPartnerRatingIsExpired field to query operations.static final BusinessPartnerRatingField<LocalDateTime>Use with available fluent helpers to apply the BusinessPartnerRatingKeyDate field to query operations.static final BusinessPartnerRatingField<String>Use with available fluent helpers to apply the BusinessPartnerRatingProcedure field to query operations.static final BusinessPartnerRatingField<String>Use with available fluent helpers to apply the BusinessPartnerRatingTrend field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBusinessPartnerRating(String businessPartner, String businessPartnerRatingProcedure, LocalDateTime bPRatingValidityEndDate, String businessPartnerRatingGrade, String businessPartnerRatingTrend, LocalDateTime bPRatingValidityStartDate, LocalDateTime bPRatingCreationDate, String businessPartnerRatingComment, Boolean businessPartnerRatingIsAllowed, Boolean bPRatingIsValidOnKeyDate, LocalDateTime businessPartnerRatingKeyDate, Boolean businessPartnerRatingIsExpired) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BusinessPartnerRatingField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusinessPartnerRatingField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Precision: 0Constraints: none(Key Field) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Maximum length: 10Constraints: noneConstraints: noneConstraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 2protected Stringprotected StringgetKey()getType()inthashCode()voidsetBPRatingCreationDate(LocalDateTime bPRatingCreationDate) Constraints: Not nullable, Precision: 0voidsetBPRatingIsValidOnKeyDate(Boolean bPRatingIsValidOnKeyDate) Constraints: nonevoidsetBPRatingValidityEndDate(LocalDateTime bPRatingValidityEndDate) (Key Field) Constraints: Not nullable, Precision: 0voidsetBPRatingValidityStartDate(LocalDateTime bPRatingValidityStartDate) Constraints: Not nullable, Precision: 0voidsetBusinessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetBusinessPartnerRatingComment(String businessPartnerRatingComment) Constraints: Not nullable, Maximum length: 60voidsetBusinessPartnerRatingGrade(String businessPartnerRatingGrade) Constraints: Not nullable, Maximum length: 10voidsetBusinessPartnerRatingIsAllowed(Boolean businessPartnerRatingIsAllowed) Constraints: nonevoidsetBusinessPartnerRatingIsExpired(Boolean businessPartnerRatingIsExpired) Constraints: nonevoidsetBusinessPartnerRatingKeyDate(LocalDateTime businessPartnerRatingKeyDate) Constraints: Not nullable, Precision: 0voidsetBusinessPartnerRatingProcedure(String businessPartnerRatingProcedure) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetBusinessPartnerRatingTrend(String businessPartnerRatingTrend) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of BusinessPartnerRating. -
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations. -
BUSINESS_PARTNER_RATING_PROCEDURE
Use with available fluent helpers to apply the BusinessPartnerRatingProcedure field to query operations. -
BP_RATING_VALIDITY_END_DATE
Use with available fluent helpers to apply the BPRatingValidityEndDate field to query operations. -
BUSINESS_PARTNER_RATING_GRADE
Use with available fluent helpers to apply the BusinessPartnerRatingGrade field to query operations. -
BUSINESS_PARTNER_RATING_TREND
Use with available fluent helpers to apply the BusinessPartnerRatingTrend field to query operations. -
BP_RATING_VALIDITY_START_DATE
Use with available fluent helpers to apply the BPRatingValidityStartDate field to query operations. -
BP_RATING_CREATION_DATE
Use with available fluent helpers to apply the BPRatingCreationDate field to query operations. -
BUSINESS_PARTNER_RATING_COMMENT
Use with available fluent helpers to apply the BusinessPartnerRatingComment field to query operations. -
BUSINESS_PARTNER_RATING_IS_ALLOWED
Use with available fluent helpers to apply the BusinessPartnerRatingIsAllowed field to query operations. -
BP_RATING_IS_VALID_ON_KEY_DATE
Use with available fluent helpers to apply the BPRatingIsValidOnKeyDate field to query operations. -
BUSINESS_PARTNER_RATING_KEY_DATE
Use with available fluent helpers to apply the BusinessPartnerRatingKeyDate field to query operations. -
BUSINESS_PARTNER_RATING_IS_EXPIRED
Use with available fluent helpers to apply the BusinessPartnerRatingIsExpired field to query operations.
-
-
Constructor Details
-
BusinessPartnerRating
public BusinessPartnerRating() -
BusinessPartnerRating
public BusinessPartnerRating(@Nullable String businessPartner, @Nullable String businessPartnerRatingProcedure, @Nullable LocalDateTime bPRatingValidityEndDate, @Nullable String businessPartnerRatingGrade, @Nullable String businessPartnerRatingTrend, @Nullable LocalDateTime bPRatingValidityStartDate, @Nullable LocalDateTime bPRatingCreationDate, @Nullable String businessPartnerRatingComment, @Nullable Boolean businessPartnerRatingIsAllowed, @Nullable Boolean bPRatingIsValidOnKeyDate, @Nullable LocalDateTime businessPartnerRatingKeyDate, @Nullable Boolean businessPartnerRatingIsExpired)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusinessPartnerRating>
-
setBusinessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Parameters:
businessPartner- Business Partner Number
-
setBusinessPartnerRatingProcedure
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerRatingProcedure
- Parameters:
businessPartnerRatingProcedure- Rating Procedure
-
setBPRatingValidityEndDate
(Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingValidityEndDate
- Parameters:
bPRatingValidityEndDate- Valid-to Date for Rating
-
setBusinessPartnerRatingGrade
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerRatingGrade
- Parameters:
businessPartnerRatingGrade- Rating
-
setBusinessPartnerRatingTrend
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BusinessPartnerRatingTrend
- Parameters:
businessPartnerRatingTrend- Trend
-
setBPRatingValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingValidityStartDate
- Parameters:
bPRatingValidityStartDate- Valid-from Date for Rating
-
setBPRatingCreationDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingCreationDate
- Parameters:
bPRatingCreationDate- Entered-on Date for Rating
-
setBusinessPartnerRatingComment
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BusinessPartnerRatingComment
- Parameters:
businessPartnerRatingComment- Text for Ratings
-
setBusinessPartnerRatingIsAllowed
Constraints: noneOriginal property name from the Odata EDM: BusinessPartnerRatingIsAllowed
- Parameters:
businessPartnerRatingIsAllowed- Rating Allowed
-
setBPRatingIsValidOnKeyDate
Constraints: noneOriginal property name from the Odata EDM: BPRatingIsValidOnKeyDate
- Parameters:
bPRatingIsValidOnKeyDate- Business Partner Rating is valid on Key Date
-
setBusinessPartnerRatingKeyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BusinessPartnerRatingKeyDate
- Parameters:
businessPartnerRatingKeyDate- Key Date of Accessing Business Partner Rating Data
-
setBusinessPartnerRatingIsExpired
Constraints: noneOriginal property name from the Odata EDM: BusinessPartnerRatingIsExpired
- Parameters:
businessPartnerRatingIsExpired- Rating Validity is Expired according to Permitted Period
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusinessPartnerRating>
-
getKey
- Overrides:
getKeyin classVdmObject<BusinessPartnerRating>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusinessPartnerRating>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusinessPartnerRating>
-
field
@Nonnull public static <T> BusinessPartnerRatingField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> BusinessPartnerRatingField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<BusinessPartnerRating>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusinessPartnerRating>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusinessPartnerRating>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusinessPartnerRating>
-
builder
-
getBusinessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
- Business Partner Number
-
getBusinessPartnerRatingProcedure
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerRatingProcedure
- Returns:
- Rating Procedure
-
getBPRatingValidityEndDate
(Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingValidityEndDate
- Returns:
- Valid-to Date for Rating
-
getBusinessPartnerRatingGrade
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerRatingGrade
- Returns:
- Rating
-
getBusinessPartnerRatingTrend
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BusinessPartnerRatingTrend
- Returns:
- Trend
-
getBPRatingValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingValidityStartDate
- Returns:
- Valid-from Date for Rating
-
getBPRatingCreationDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingCreationDate
- Returns:
- Entered-on Date for Rating
-
getBusinessPartnerRatingComment
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BusinessPartnerRatingComment
- Returns:
- Text for Ratings
-
getBusinessPartnerRatingIsAllowed
Constraints: noneOriginal property name from the Odata EDM: BusinessPartnerRatingIsAllowed
- Returns:
- Rating Allowed
-
getBPRatingIsValidOnKeyDate
Constraints: noneOriginal property name from the Odata EDM: BPRatingIsValidOnKeyDate
- Returns:
- Business Partner Rating is valid on Key Date
-
getBusinessPartnerRatingKeyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BusinessPartnerRatingKeyDate
- Returns:
- Key Date of Accessing Business Partner Rating Data
-
getBusinessPartnerRatingIsExpired
Constraints: noneOriginal property name from the Odata EDM: BusinessPartnerRatingIsExpired
- Returns:
- Rating Validity is Expired according to Permitted Period
-
toString
- Overrides:
toStringin classVdmObject<BusinessPartnerRating>
-
equals
- Overrides:
equalsin classVdmEntity<BusinessPartnerRating>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusinessPartnerRating>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusinessPartnerRating>
-