Class CntrlPurContractItemNotes
Original entity name from the Odata EDM: A_CntrlPurContractItemNotesType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CntrlPurContractItemNotesSelectableSelector for all available fields of CntrlPurContractItemNotes.static final CntrlPurContractItemNotesField<String>Use with available fluent helpers to apply the CentralPurchaseContract field to query operations.static final CntrlPurContractItemNotesField<String>Use with available fluent helpers to apply the PurchasingDocumentNoteLanguage field to query operations.static final CntrlPurContractItemNotesField<String>Use with available fluent helpers to apply the PurchasingDocumentNoteObjectID field to query operations.static final CntrlPurContractItemNotesField<String>Use with available fluent helpers to apply the PurchasingDocumentNoteTitle field to query operations.static final CntrlPurContractItemNotesField<String>Use with available fluent helpers to apply the PurchasingDocumentNoteType field to query operations.static final CntrlPurContractItemNotesField<String>Use with available fluent helpers to apply the PurgDocNoteText 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>
CntrlPurContractItemNotesField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CntrlPurContractItemNotesField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10protected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 90Constraints: Not nullable, Maximum length: 255(Key Field) Constraints: Not nullable, Maximum length: 20Constraints: nonegetType()inthashCode()voidsetCentralPurchaseContract(String centralPurchaseContract) Constraints: Not nullable, Maximum length: 10voidsetPurchasingDocumentNoteLanguage(String purchasingDocumentNoteLanguage) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetPurchasingDocumentNoteObjectID(String purchasingDocumentNoteObjectID) (Key Field) Constraints: Not nullable, Maximum length: 90voidsetPurchasingDocumentNoteTitle(String purchasingDocumentNoteTitle) Constraints: Not nullable, Maximum length: 255voidsetPurchasingDocumentNoteType(String purchasingDocumentNoteType) (Key Field) Constraints: Not nullable, Maximum length: 20voidsetPurgDocNoteText(String purgDocNoteText) 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 CntrlPurContractItemNotes. -
PURCHASING_DOCUMENT_NOTE_OBJECT_ID
Use with available fluent helpers to apply the PurchasingDocumentNoteObjectID field to query operations. -
PURCHASING_DOCUMENT_NOTE_TYPE
Use with available fluent helpers to apply the PurchasingDocumentNoteType field to query operations. -
PURCHASING_DOCUMENT_NOTE_LANGUAGE
Use with available fluent helpers to apply the PurchasingDocumentNoteLanguage field to query operations. -
CENTRAL_PURCHASE_CONTRACT
Use with available fluent helpers to apply the CentralPurchaseContract field to query operations. -
PURG_DOC_NOTE_TEXT
Use with available fluent helpers to apply the PurgDocNoteText field to query operations. -
PURCHASING_DOCUMENT_NOTE_TITLE
Use with available fluent helpers to apply the PurchasingDocumentNoteTitle field to query operations.
-
-
Constructor Details
-
CntrlPurContractItemNotes
public CntrlPurContractItemNotes() -
CntrlPurContractItemNotes
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CntrlPurContractItemNotes>
-
setPurchasingDocumentNoteObjectID
(Key Field) Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: PurchasingDocumentNoteObjectID
- Parameters:
purchasingDocumentNoteObjectID- Application Object ID
-
setPurchasingDocumentNoteType
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PurchasingDocumentNoteType
- Parameters:
purchasingDocumentNoteType- Name of Note Type
-
setPurchasingDocumentNoteLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PurchasingDocumentNoteLanguage
- Parameters:
purchasingDocumentNoteLanguage- Language
-
setCentralPurchaseContract
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CentralPurchaseContract
- Parameters:
centralPurchaseContract- The centralPurchaseContract to set.
-
setPurgDocNoteText
Constraints: noneOriginal property name from the Odata EDM: PurgDocNoteText
- Parameters:
purgDocNoteText- Content of note
-
setPurchasingDocumentNoteTitle
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: PurchasingDocumentNoteTitle
- Parameters:
purchasingDocumentNoteTitle- Description of Note Type
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CntrlPurContractItemNotes>
-
getKey
- Overrides:
getKeyin classVdmObject<CntrlPurContractItemNotes>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CntrlPurContractItemNotes>
-
fromMap
- Overrides:
fromMapin classVdmObject<CntrlPurContractItemNotes>
-
field
@Nonnull public static <T> CntrlPurContractItemNotesField<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> CntrlPurContractItemNotesField<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<CntrlPurContractItemNotes>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CntrlPurContractItemNotes>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CntrlPurContractItemNotes>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CntrlPurContractItemNotes>
-
builder
-
getPurchasingDocumentNoteObjectID
(Key Field) Constraints: Not nullable, Maximum length: 90Original property name from the Odata EDM: PurchasingDocumentNoteObjectID
- Returns:
- Application Object ID
-
getPurchasingDocumentNoteType
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PurchasingDocumentNoteType
- Returns:
- Name of Note Type
-
getPurchasingDocumentNoteLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PurchasingDocumentNoteLanguage
- Returns:
- Language
-
getCentralPurchaseContract
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CentralPurchaseContract
- Returns:
- The centralPurchaseContract contained in this entity.
-
getPurgDocNoteText
Constraints: noneOriginal property name from the Odata EDM: PurgDocNoteText
- Returns:
- Content of note
-
getPurchasingDocumentNoteTitle
Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: PurchasingDocumentNoteTitle
- Returns:
- Description of Note Type
-
toString
- Overrides:
toStringin classVdmObject<CntrlPurContractItemNotes>
-
equals
- Overrides:
equalsin classVdmEntity<CntrlPurContractItemNotes>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CntrlPurContractItemNotes>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CntrlPurContractItemNotes>
-