Class PartnerProfitCenter
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<PartnerProfitCenter>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.PartnerProfitCenter
Partner Profit Center (Master Data)
Original entity name from the Odata EDM: PartnerProfitCenter
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PartnerProfitCenterSelectableSelector for all available fields of PartnerProfitCenter.static final PartnerProfitCenterField<String>Use with available fluent helpers to apply the ControllingArea field to query operations.static final PartnerProfitCenterField<String>Use with available fluent helpers to apply the ControllingAreaName field to query operations.static final PartnerProfitCenterField<String>Use with available fluent helpers to apply the PartnerProfitCenter_ID field to query operations.static final PartnerProfitCenterField<String>Use with available fluent helpers to apply the PartnerProfitCenterText field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionPartnerProfitCenter(String partnerProfitCenter_ID, String partnerProfitCenterText, String controllingArea, String controllingAreaName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PartnerProfitCenterField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PartnerProfitCenterField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: noneprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: nonegetType()inthashCode()voidsetControllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetControllingAreaName(String controllingAreaName) Constraints: nonevoidsetPartnerProfitCenter_ID(String partnerProfitCenter_ID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetPartnerProfitCenterText(String partnerProfitCenterText) Constraints: noneprotected 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 PartnerProfitCenter. -
PARTNER_PROFIT_CENTER_ID
Use with available fluent helpers to apply the PartnerProfitCenter_ID field to query operations. -
PARTNER_PROFIT_CENTER_TEXT
Use with available fluent helpers to apply the PartnerProfitCenterText field to query operations. -
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations. -
CONTROLLING_AREA_NAME
Use with available fluent helpers to apply the ControllingAreaName field to query operations.
-
-
Constructor Details
-
PartnerProfitCenter
public PartnerProfitCenter() -
PartnerProfitCenter
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PartnerProfitCenter>
-
setPartnerProfitCenter_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PartnerProfitCenter_ID
- Parameters:
partnerProfitCenter_ID- Partner Profit Center
-
setPartnerProfitCenterText
Constraints: noneOriginal property name from the Odata EDM: PartnerProfitCenterText
- Parameters:
partnerProfitCenterText- Partner Profit Center (Description)
-
setControllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Parameters:
controllingArea- Partner Profit Center (Controlling Area)
-
setControllingAreaName
Constraints: noneOriginal property name from the Odata EDM: ControllingAreaName
- Parameters:
controllingAreaName- Controlling Area (Description) (Parent Description)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PartnerProfitCenter>
-
getKey
- Overrides:
getKeyin classVdmObject<PartnerProfitCenter>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PartnerProfitCenter>
-
fromMap
- Overrides:
fromMapin classVdmObject<PartnerProfitCenter>
-
field
@Nonnull public static <T> PartnerProfitCenterField<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> PartnerProfitCenterField<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<PartnerProfitCenter>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PartnerProfitCenter>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PartnerProfitCenter>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PartnerProfitCenter>
-
builder
-
getPartnerProfitCenter_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PartnerProfitCenter_ID
- Returns:
- Partner Profit Center
-
getPartnerProfitCenterText
Constraints: noneOriginal property name from the Odata EDM: PartnerProfitCenterText
- Returns:
- Partner Profit Center (Description)
-
getControllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
- Partner Profit Center (Controlling Area)
-
getControllingAreaName
Constraints: noneOriginal property name from the Odata EDM: ControllingAreaName
- Returns:
- Controlling Area (Description) (Parent Description)
-
toString
- Overrides:
toStringin classVdmObject<PartnerProfitCenter>
-
equals
- Overrides:
equalsin classVdmEntity<PartnerProfitCenter>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PartnerProfitCenter>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PartnerProfitCenter>
-