Class EliminationProfitCenter
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<EliminationProfitCenter>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.EliminationProfitCenter
Elimination Profit Center (Master Data)
Original entity name from the Odata EDM: EliminationProfitCenter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EliminationProfitCenterSelectableSelector for all available fields of EliminationProfitCenter.static final EliminationProfitCenterField<String>Use with available fluent helpers to apply the ControllingArea field to query operations.static final EliminationProfitCenterField<String>Use with available fluent helpers to apply the ControllingAreaName field to query operations.static final EliminationProfitCenterField<String>Use with available fluent helpers to apply the EliminationProfitCenter_ID field to query operations.static final EliminationProfitCenterField<String>Use with available fluent helpers to apply the EliminationProfitCenterText field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionEliminationProfitCenter(String eliminationProfitCenter_ID, String eliminationProfitCenterText, String controllingArea, String controllingAreaName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
EliminationProfitCenterField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> EliminationProfitCenterField<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 String(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: noneprotected StringgetKey()getType()inthashCode()voidsetControllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetControllingAreaName(String controllingAreaName) Constraints: nonevoidsetEliminationProfitCenter_ID(String eliminationProfitCenter_ID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetEliminationProfitCenterText(String eliminationProfitCenterText) 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 EliminationProfitCenter. -
ELIMINATION_PROFIT_CENTER_ID
Use with available fluent helpers to apply the EliminationProfitCenter_ID field to query operations. -
ELIMINATION_PROFIT_CENTER_TEXT
Use with available fluent helpers to apply the EliminationProfitCenterText 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
-
EliminationProfitCenter
public EliminationProfitCenter() -
EliminationProfitCenter
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<EliminationProfitCenter>
-
setEliminationProfitCenter_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: EliminationProfitCenter_ID
- Parameters:
eliminationProfitCenter_ID- Elimination Profit Center
-
setEliminationProfitCenterText
Constraints: noneOriginal property name from the Odata EDM: EliminationProfitCenterText
- Parameters:
eliminationProfitCenterText- Elimination Profit Center (Description)
-
setControllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Parameters:
controllingArea- Elimination 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<EliminationProfitCenter>
-
getKey
- Overrides:
getKeyin classVdmObject<EliminationProfitCenter>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<EliminationProfitCenter>
-
fromMap
- Overrides:
fromMapin classVdmObject<EliminationProfitCenter>
-
field
@Nonnull public static <T> EliminationProfitCenterField<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> EliminationProfitCenterField<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<EliminationProfitCenter>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<EliminationProfitCenter>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<EliminationProfitCenter>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<EliminationProfitCenter>
-
builder
-
getEliminationProfitCenter_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: EliminationProfitCenter_ID
- Returns:
- Elimination Profit Center
-
getEliminationProfitCenterText
Constraints: noneOriginal property name from the Odata EDM: EliminationProfitCenterText
- Returns:
- Elimination Profit Center (Description)
-
getControllingArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
- Elimination Profit Center (Controlling Area)
-
getControllingAreaName
Constraints: noneOriginal property name from the Odata EDM: ControllingAreaName
- Returns:
- Controlling Area (Description) (Parent Description)
-
toString
- Overrides:
toStringin classVdmObject<EliminationProfitCenter>
-
equals
- Overrides:
equalsin classVdmEntity<EliminationProfitCenter>
-
canEqual
- Overrides:
canEqualin classVdmEntity<EliminationProfitCenter>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<EliminationProfitCenter>
-