Class OffsettingAccount
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<OffsettingAccount>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.OffsettingAccount
Offsetting Account (Master Data)
Original entity name from the Odata EDM: OffsettingAccount
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OffsettingAccountSelectableSelector for all available fields of OffsettingAccount.static final OffsettingAccountField<String>Use with available fluent helpers to apply the OffsettingAccount_ID field to query operations.static final OffsettingAccountField<String>Use with available fluent helpers to apply the OffsettingAccountText field to query operations.static final OffsettingAccountField<String>Use with available fluent helpers to apply the OffsettingAccountType field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionOffsettingAccount(String offsettingAccount_ID, String offsettingAccountText, String offsettingAccountType) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
OffsettingAccountField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> OffsettingAccountField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 1getType()inthashCode()voidsetOffsettingAccount_ID(String offsettingAccount_ID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetOffsettingAccountText(String offsettingAccountText) Constraints: nonevoidsetOffsettingAccountType(String offsettingAccountType) (Key Field) Constraints: Not nullable, Maximum length: 1protected 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 OffsettingAccount. -
OFFSETTING_ACCOUNT_ID
Use with available fluent helpers to apply the OffsettingAccount_ID field to query operations. -
OFFSETTING_ACCOUNT_TEXT
Use with available fluent helpers to apply the OffsettingAccountText field to query operations. -
OFFSETTING_ACCOUNT_TYPE
Use with available fluent helpers to apply the OffsettingAccountType field to query operations.
-
-
Constructor Details
-
OffsettingAccount
public OffsettingAccount() -
OffsettingAccount
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<OffsettingAccount>
-
setOffsettingAccount_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: OffsettingAccount_ID
- Parameters:
offsettingAccount_ID- Offsetting Account
-
setOffsettingAccountText
Constraints: noneOriginal property name from the Odata EDM: OffsettingAccountText
- Parameters:
offsettingAccountText- Offsetting Account (Description)
-
setOffsettingAccountType
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: OffsettingAccountType
- Parameters:
offsettingAccountType- Offsetting Account (Offsetting Account Type)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<OffsettingAccount>
-
getKey
- Overrides:
getKeyin classVdmObject<OffsettingAccount>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<OffsettingAccount>
-
fromMap
- Overrides:
fromMapin classVdmObject<OffsettingAccount>
-
field
@Nonnull public static <T> OffsettingAccountField<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> OffsettingAccountField<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<OffsettingAccount>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<OffsettingAccount>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<OffsettingAccount>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<OffsettingAccount>
-
builder
-
getOffsettingAccount_ID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: OffsettingAccount_ID
- Returns:
- Offsetting Account
-
getOffsettingAccountText
Constraints: noneOriginal property name from the Odata EDM: OffsettingAccountText
- Returns:
- Offsetting Account (Description)
-
getOffsettingAccountType
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: OffsettingAccountType
- Returns:
- Offsetting Account (Offsetting Account Type)
-
toString
- Overrides:
toStringin classVdmObject<OffsettingAccount>
-
equals
- Overrides:
equalsin classVdmEntity<OffsettingAccount>
-
canEqual
- Overrides:
canEqualin classVdmEntity<OffsettingAccount>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<OffsettingAccount>
-