Class PurchaseContractItemNotes
Original entity name from the Odata EDM: A_PurchaseContractItemNotesType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PurchaseContractItemNotesSelectableSelector for all available fields of PurchaseContractItemNotes.static final PurchaseContractItemNotesField<String>Use with available fluent helpers to apply the ArchitecturalObjectNumber field to query operations.static final PurchaseContractItemNotesField<String>Use with available fluent helpers to apply the FixedIndicator field to query operations.static final PurchaseContractItemNotesField<String>Use with available fluent helpers to apply the Language field to query operations.static final PurchaseContractItemNotesField<String>Use with available fluent helpers to apply the NoteDescription field to query operations.static final PurchaseContractItemNotesField<String>Use with available fluent helpers to apply the PurchaseContract field to query operations.static final PurchaseContractItemNotesField<String>Use with available fluent helpers to apply the PurchaseContractItem field to query operations.static final PurchaseContractItemNotesField<String>Use with available fluent helpers to apply the TechnicalObjectType field to query operations.static final PurchaseContractItemNotesField<String>Use with available fluent helpers to apply the TextObjectType field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
PurchaseContractItemNotesField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PurchaseContractItemNotesField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 70protected Stringprotected StringConstraints: Not nullable, Maximum length: 1getKey()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 5(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 4getType()inthashCode()voidsetArchitecturalObjectNumber(String architecturalObjectNumber) (Key Field) Constraints: Not nullable, Maximum length: 70voidsetFixedIndicator(String fixedIndicator) Constraints: Not nullable, Maximum length: 1voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetNoteDescription(String noteDescription) Constraints: nonevoidsetPurchaseContract(String purchaseContract) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetPurchaseContractItem(String purchaseContractItem) (Key Field) Constraints: Not nullable, Maximum length: 5protected voidsetServicePathForFetch(String servicePathForFetch) voidsetTechnicalObjectType(String technicalObjectType) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetTextObjectType(String textObjectType) (Key Field) Constraints: Not nullable, Maximum length: 4toString()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 PurchaseContractItemNotes. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
TEXT_OBJECT_TYPE
Use with available fluent helpers to apply the TextObjectType field to query operations. -
ARCHITECTURAL_OBJECT_NUMBER
Use with available fluent helpers to apply the ArchitecturalObjectNumber field to query operations. -
TECHNICAL_OBJECT_TYPE
Use with available fluent helpers to apply the TechnicalObjectType field to query operations. -
PURCHASE_CONTRACT_ITEM
Use with available fluent helpers to apply the PurchaseContractItem field to query operations. -
PURCHASE_CONTRACT
Use with available fluent helpers to apply the PurchaseContract field to query operations. -
NOTE_DESCRIPTION
Use with available fluent helpers to apply the NoteDescription field to query operations. -
FIXED_INDICATOR
Use with available fluent helpers to apply the FixedIndicator field to query operations.
-
-
Constructor Details
-
PurchaseContractItemNotes
public PurchaseContractItemNotes() -
PurchaseContractItemNotes
public PurchaseContractItemNotes(@Nullable String language, @Nullable String textObjectType, @Nullable String architecturalObjectNumber, @Nullable String technicalObjectType, @Nullable String purchaseContractItem, @Nullable String purchaseContract, @Nullable String noteDescription, @Nullable String fixedIndicator)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<PurchaseContractItemNotes>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setTextObjectType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TextObjectType
- Parameters:
textObjectType- Text ID
-
setArchitecturalObjectNumber
(Key Field) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ArchitecturalObjectNumber
- Parameters:
architecturalObjectNumber- Name
-
setTechnicalObjectType
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TechnicalObjectType
- Parameters:
technicalObjectType- Texts: application object
-
setPurchaseContractItem
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurchaseContractItem
- Parameters:
purchaseContractItem- Item Number of Purchasing Document
-
setPurchaseContract
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseContract
- Parameters:
purchaseContract- The purchaseContract to set.
-
setNoteDescription
Constraints: noneOriginal property name from the Odata EDM: NoteDescription
- Parameters:
noteDescription- Long Text
-
setFixedIndicator
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FixedIndicator
- Parameters:
fixedIndicator- "Fixed" Indicator for Texts
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<PurchaseContractItemNotes>
-
getKey
- Overrides:
getKeyin classVdmObject<PurchaseContractItemNotes>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<PurchaseContractItemNotes>
-
fromMap
- Overrides:
fromMapin classVdmObject<PurchaseContractItemNotes>
-
field
@Nonnull public static <T> PurchaseContractItemNotesField<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> PurchaseContractItemNotesField<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<PurchaseContractItemNotes>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<PurchaseContractItemNotes>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<PurchaseContractItemNotes>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<PurchaseContractItemNotes>
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getTextObjectType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TextObjectType
- Returns:
- Text ID
-
getArchitecturalObjectNumber
(Key Field) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: ArchitecturalObjectNumber
- Returns:
- Name
-
getTechnicalObjectType
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: TechnicalObjectType
- Returns:
- Texts: application object
-
getPurchaseContractItem
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PurchaseContractItem
- Returns:
- Item Number of Purchasing Document
-
getPurchaseContract
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchaseContract
- Returns:
- The purchaseContract contained in this entity.
-
getNoteDescription
Constraints: noneOriginal property name from the Odata EDM: NoteDescription
- Returns:
- Long Text
-
getFixedIndicator
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FixedIndicator
- Returns:
- "Fixed" Indicator for Texts
-
toString
- Overrides:
toStringin classVdmObject<PurchaseContractItemNotes>
-
equals
- Overrides:
equalsin classVdmEntity<PurchaseContractItemNotes>
-
canEqual
- Overrides:
canEqualin classVdmEntity<PurchaseContractItemNotes>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<PurchaseContractItemNotes>
-