Class PredecessorReferenceDoc
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<PredecessorReferenceDoc>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.PredecessorReferenceDoc
Predecessor Reference Document Type (Master Data)
Original entity name from the Odata EDM: PredecessorReferenceDocType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PredecessorReferenceDocSelectableSelector for all available fields of PredecessorReferenceDoc.static final PredecessorReferenceDocField<String>Use with available fluent helpers to apply the PredecessorReferenceDocType_ID field to query operations.static final PredecessorReferenceDocField<String>Use with available fluent helpers to apply the PredecessorReferenceDocTypeText field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionPredecessorReferenceDoc(String predecessorReferenceDocType_ID, String predecessorReferenceDocTypeText) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PredecessorReferenceDocField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PredecessorReferenceDocField<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: 5Constraints: nonegetType()inthashCode()voidsetPredecessorReferenceDocType_ID(String predecessorReferenceDocType_ID) (Key Field) Constraints: Not nullable, Maximum length: 5voidsetPredecessorReferenceDocTypeText(String predecessorReferenceDocTypeText) 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 PredecessorReferenceDoc. -
PREDECESSOR_REFERENCE_DOC_TYPE_ID
Use with available fluent helpers to apply the PredecessorReferenceDocType_ID field to query operations. -
PREDECESSOR_REFERENCE_DOC_TYPE_TEXT
Use with available fluent helpers to apply the PredecessorReferenceDocTypeText field to query operations.
-
-
Constructor Details
-
PredecessorReferenceDoc
public PredecessorReferenceDoc() -
PredecessorReferenceDoc
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PredecessorReferenceDoc>
-
setPredecessorReferenceDocType_ID
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PredecessorReferenceDocType_ID
- Parameters:
predecessorReferenceDocType_ID- Predecessor Reference Document Type
-
setPredecessorReferenceDocTypeText
Constraints: noneOriginal property name from the Odata EDM: PredecessorReferenceDocTypeText
- Parameters:
predecessorReferenceDocTypeText- Predecessor Reference Document Type (Description)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PredecessorReferenceDoc>
-
getKey
- Overrides:
getKeyin classVdmObject<PredecessorReferenceDoc>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PredecessorReferenceDoc>
-
fromMap
- Overrides:
fromMapin classVdmObject<PredecessorReferenceDoc>
-
field
@Nonnull public static <T> PredecessorReferenceDocField<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> PredecessorReferenceDocField<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<PredecessorReferenceDoc>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PredecessorReferenceDoc>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PredecessorReferenceDoc>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PredecessorReferenceDoc>
-
builder
-
getPredecessorReferenceDocType_ID
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PredecessorReferenceDocType_ID
- Returns:
- Predecessor Reference Document Type
-
getPredecessorReferenceDocTypeText
Constraints: noneOriginal property name from the Odata EDM: PredecessorReferenceDocTypeText
- Returns:
- Predecessor Reference Document Type (Description)
-
toString
- Overrides:
toStringin classVdmObject<PredecessorReferenceDoc>
-
equals
- Overrides:
equalsin classVdmEntity<PredecessorReferenceDoc>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PredecessorReferenceDoc>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PredecessorReferenceDoc>
-