Class CustProjSlsOrdItemWorkPckg
Original entity name from the Odata EDM: A_CustProjSlsOrdItemWorkPckgType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustProjSlsOrdItemWorkPckgSelectableSelector for all available fields of CustProjSlsOrdItemWorkPckg.static final CustProjSlsOrdItemWorkPckgField<String>Use with available fluent helpers to apply the CustomerProject field to query operations.static final CustProjSlsOrdItemWorkPckgField<String>Use with available fluent helpers to apply the SalesOrder field to query operations.static final CustProjSlsOrdItemWorkPckgField<String>Use with available fluent helpers to apply the SalesOrderItem field to query operations.static final CustProjSlsOrdItemWorkPckgField<String>Use with available fluent helpers to apply the WorkPackage field to query operations.static final CustProjSlsOrdItemWorkPckgField<LocalDateTime>Use with available fluent helpers to apply the WorkPackageEndDate field to query operations.static final CustProjSlsOrdItemWorkPckgField<String>Use with available fluent helpers to apply the WorkPackageName field to query operations.static final CustProjSlsOrdItemWorkPckgField<LocalDateTime>Use with available fluent helpers to apply the WorkPackageStartDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionCustProjSlsOrdItemWorkPckg(String customerProject, String salesOrderItem, String workPackage, String workPackageName, String salesOrder, LocalDateTime workPackageStartDate, LocalDateTime workPackageEndDate) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
CustProjSlsOrdItemWorkPckgField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CustProjSlsOrdItemWorkPckgField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 40protected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6getType()(Key Field) Constraints: Not nullable, Maximum length: 50Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 60Constraints: Not nullable, Precision: 0inthashCode()voidsetCustomerProject(String customerProject) (Key Field) Constraints: Not nullable, Maximum length: 40voidsetSalesOrder(String salesOrder) Constraints: Not nullable, Maximum length: 10voidsetSalesOrderItem(String salesOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6protected voidsetServicePathForFetch(String servicePathForFetch) voidsetWorkPackage(String workPackage) (Key Field) Constraints: Not nullable, Maximum length: 50voidsetWorkPackageEndDate(LocalDateTime workPackageEndDate) Constraints: Not nullable, Precision: 0voidsetWorkPackageName(String workPackageName) Constraints: Not nullable, Maximum length: 60voidsetWorkPackageStartDate(LocalDateTime workPackageStartDate) Constraints: Not nullable, Precision: 0toString()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 CustProjSlsOrdItemWorkPckg. -
CUSTOMER_PROJECT
Use with available fluent helpers to apply the CustomerProject field to query operations. -
SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations. -
WORK_PACKAGE
Use with available fluent helpers to apply the WorkPackage field to query operations. -
WORK_PACKAGE_NAME
Use with available fluent helpers to apply the WorkPackageName field to query operations. -
SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations. -
WORK_PACKAGE_START_DATE
Use with available fluent helpers to apply the WorkPackageStartDate field to query operations. -
WORK_PACKAGE_END_DATE
Use with available fluent helpers to apply the WorkPackageEndDate field to query operations.
-
-
Constructor Details
-
CustProjSlsOrdItemWorkPckg
public CustProjSlsOrdItemWorkPckg() -
CustProjSlsOrdItemWorkPckg
public CustProjSlsOrdItemWorkPckg(@Nullable String customerProject, @Nullable String salesOrderItem, @Nullable String workPackage, @Nullable String workPackageName, @Nullable String salesOrder, @Nullable LocalDateTime workPackageStartDate, @Nullable LocalDateTime workPackageEndDate)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CustProjSlsOrdItemWorkPckg>
-
setCustomerProject
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CustomerProject
- Parameters:
customerProject- Commercial Project ID
-
setSalesOrderItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderItem
- Parameters:
salesOrderItem- Sales Order Item
-
setWorkPackage
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackage
- Parameters:
workPackage- Plan Item
-
setWorkPackageName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: WorkPackageName
- Parameters:
workPackageName- Plan Item Description
-
setSalesOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Parameters:
salesOrder- Sales Order
-
setWorkPackageStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: WorkPackageStartDate
- Parameters:
workPackageStartDate- Start Date
-
setWorkPackageEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: WorkPackageEndDate
- Parameters:
workPackageEndDate- End Date
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CustProjSlsOrdItemWorkPckg>
-
getKey
- Overrides:
getKeyin classVdmObject<CustProjSlsOrdItemWorkPckg>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CustProjSlsOrdItemWorkPckg>
-
fromMap
- Overrides:
fromMapin classVdmObject<CustProjSlsOrdItemWorkPckg>
-
field
@Nonnull public static <T> CustProjSlsOrdItemWorkPckgField<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> CustProjSlsOrdItemWorkPckgField<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<CustProjSlsOrdItemWorkPckg>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CustProjSlsOrdItemWorkPckg>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CustProjSlsOrdItemWorkPckg>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CustProjSlsOrdItemWorkPckg>
-
builder
-
getCustomerProject
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CustomerProject
- Returns:
- Commercial Project ID
-
getSalesOrderItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderItem
- Returns:
- Sales Order Item
-
getWorkPackage
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackage
- Returns:
- Plan Item
-
getWorkPackageName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: WorkPackageName
- Returns:
- Plan Item Description
-
getSalesOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Returns:
- Sales Order
-
getWorkPackageStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: WorkPackageStartDate
- Returns:
- Start Date
-
getWorkPackageEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: WorkPackageEndDate
- Returns:
- End Date
-
toString
- Overrides:
toStringin classVdmObject<CustProjSlsOrdItemWorkPckg>
-
equals
- Overrides:
equalsin classVdmEntity<CustProjSlsOrdItemWorkPckg>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CustProjSlsOrdItemWorkPckg>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CustProjSlsOrdItemWorkPckg>
-