java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<StaffingData>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.StaffingData

public class StaffingData extends VdmEntity<StaffingData>
Staffing Data

Original entity name from the Odata EDM: StaffingData

  • Field Details

    • ALL_FIELDS

      public static final StaffingDataSelectable ALL_FIELDS
      Selector for all available fields of StaffingData.
    • PROJECT_ID

      public static final StaffingDataField<String> PROJECT_ID
      Use with available fluent helpers to apply the ProjectID field to query operations.
    • BILLING_CONTROL_CATEGORY

      public static final StaffingDataField<String> BILLING_CONTROL_CATEGORY
      Use with available fluent helpers to apply the BillingControlCategory field to query operations.
    • WORK_PACKAGE_ID

      public static final StaffingDataField<String> WORK_PACKAGE_ID
      Use with available fluent helpers to apply the WorkPackageID field to query operations.
    • W_PNAME

      public static final StaffingDataField<String> W_PNAME
      Use with available fluent helpers to apply the WPname field to query operations.
    • RES_TYPE

      public static final StaffingDataField<String> RES_TYPE
      Use with available fluent helpers to apply the ResType field to query operations.
    • RES_TYPE_TEXT

      public static final StaffingDataField<String> RES_TYPE_TEXT
      Use with available fluent helpers to apply the ResTypeText field to query operations.
    • RESOURCE_ID

      public static final StaffingDataField<String> RESOURCE_ID
      Use with available fluent helpers to apply the ResourceId field to query operations.
    • RESOURCE_TEXT

      public static final StaffingDataField<String> RESOURCE_TEXT
      Use with available fluent helpers to apply the ResourceText field to query operations.
    • UOM

      public static final StaffingDataField<String> UOM
      Use with available fluent helpers to apply the Uom field to query operations.
    • VERSION

      public static final StaffingDataField<String> VERSION
      Use with available fluent helpers to apply the Version field to query operations.
    • PERIOD

      public static final StaffingDataField<String> PERIOD
      Use with available fluent helpers to apply the Period field to query operations.
    • FC_YEAR

      public static final StaffingDataField<String> FC_YEAR
      Use with available fluent helpers to apply the FcYear field to query operations.
    • STAFFED_EMPLOYEE

      public static final StaffingDataField<String> STAFFED_EMPLOYEE
      Use with available fluent helpers to apply the StaffedEmployee field to query operations.
    • CONFIRMED

      public static final StaffingDataField<String> CONFIRMED
      Use with available fluent helpers to apply the Confirmed field to query operations.
    • WORKITEM_ID

      public static final StaffingDataField<String> WORKITEM_ID
      Use with available fluent helpers to apply the WorkitemId field to query operations.
    • WORKITEM_NAME

      public static final StaffingDataField<String> WORKITEM_NAME
      Use with available fluent helpers to apply the WorkitemName field to query operations.
    • STAFFED_EFFORT

      public static final StaffingDataField<BigDecimal> STAFFED_EFFORT
      Use with available fluent helpers to apply the StaffedEffort field to query operations.
    • STAFFED_EMP_DELVRY_SERV_ORG

      public static final StaffingDataField<String> STAFFED_EMP_DELVRY_SERV_ORG
      Use with available fluent helpers to apply the StaffedEmpDelvryServOrg field to query operations.
    • STAFFED_EMP_DELVRY_SERV_ORG_T

      public static final StaffingDataField<String> STAFFED_EMP_DELVRY_SERV_ORG_T
      Use with available fluent helpers to apply the StaffedEmpDelvryServOrgT field to query operations.
    • STAFFED_EMPLOYEE_NAME

      public static final StaffingDataField<String> STAFFED_EMPLOYEE_NAME
      Use with available fluent helpers to apply the StaffedEmployeeName field to query operations.
  • Constructor Details

    • StaffingData

      public StaffingData()
    • StaffingData

      public StaffingData(@Nullable String projectID, @Nullable String billingControlCategory, @Nullable String workPackageID, @Nullable String wPname, @Nullable String resType, @Nullable String resTypeText, @Nullable String resourceId, @Nullable String resourceText, @Nullable String uom, @Nullable String version, @Nullable String period, @Nullable String fcYear, @Nullable String staffedEmployee, @Nullable String confirmed, @Nullable String workitemId, @Nullable String workitemName, @Nullable BigDecimal staffedEffort, @Nullable String staffedEmpDelvryServOrg, @Nullable String staffedEmpDelvryServOrgT, @Nullable String staffedEmployeeName)
  • Method Details

    • getType

      @Nonnull public Class<StaffingData> getType()
      Specified by:
      getType in class VdmObject<StaffingData>
    • setProjectID

      public void setProjectID(@Nullable String projectID)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProjectID

      Parameters:
      projectID - Project ID
    • setBillingControlCategory

      public void setBillingControlCategory(@Nullable String billingControlCategory)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BillingControlCategory

      Parameters:
      billingControlCategory - Billing Control Category Desc.
    • setWorkPackageID

      public void setWorkPackageID(@Nullable String workPackageID)
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: WorkPackageID

      Parameters:
      workPackageID - Work Package ID
    • setWPname

      public void setWPname(@Nullable String wPname)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: WPname

      Parameters:
      wPname - Work Package Name
    • setResType

      public void setResType(@Nullable String resType)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ResType

      Parameters:
      resType - ResourceTypeID
    • setResTypeText

      public void setResTypeText(@Nullable String resTypeText)
      Constraints: Not nullable

      Original property name from the Odata EDM: ResTypeText

      Parameters:
      resTypeText - Resource Type Desc.
    • setResourceId

      public void setResourceId(@Nullable String resourceId)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ResourceId

      Parameters:
      resourceId - Resource ID
    • setResourceText

      public void setResourceText(@Nullable String resourceText)
      Constraints: Not nullable

      Original property name from the Odata EDM: ResourceText

      Parameters:
      resourceText - Resource Desc.
    • setUom

      public void setUom(@Nullable String uom)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Uom

      Parameters:
      uom - Unit of Measure
    • setVersion

      public void setVersion(@Nullable String version)
      Constraints: Not nullable, Maximum length: 28

      Original property name from the Odata EDM: Version

      Parameters:
      version - Plan Version ID
    • setPeriod

      public void setPeriod(@Nullable String period)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Period

      Parameters:
      period - Month
    • setFcYear

      public void setFcYear(@Nullable String fcYear)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FcYear

      Parameters:
      fcYear - Fiscal Year
    • setStaffedEmployee

      public void setStaffedEmployee(@Nullable String staffedEmployee)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: StaffedEmployee

      Parameters:
      staffedEmployee - Staffed Employee ID
    • setConfirmed

      public void setConfirmed(@Nullable String confirmed)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Confirmed

      Parameters:
      confirmed - Resource is Confirmed
    • setWorkitemId

      public void setWorkitemId(@Nullable String workitemId)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: WorkitemId

      Parameters:
      workitemId - Work Item ID
    • setWorkitemName

      public void setWorkitemName(@Nullable String workitemName)
      Constraints: Not nullable

      Original property name from the Odata EDM: WorkitemName

      Parameters:
      workitemName - Work Item Desc.
    • setStaffedEffort

      public void setStaffedEffort(@Nullable BigDecimal staffedEffort)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: StaffedEffort

      Parameters:
      staffedEffort - Staffed Efforts
    • setStaffedEmpDelvryServOrg

      public void setStaffedEmpDelvryServOrg(@Nullable String staffedEmpDelvryServOrg)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: StaffedEmpDelvryServOrg

      Parameters:
      staffedEmpDelvryServOrg - Service Org.
    • setStaffedEmpDelvryServOrgT

      public void setStaffedEmpDelvryServOrgT(@Nullable String staffedEmpDelvryServOrgT)
      Constraints: Not nullable

      Original property name from the Odata EDM: StaffedEmpDelvryServOrgT

      Parameters:
      staffedEmpDelvryServOrgT - Delivery Org. Desc.
    • setStaffedEmployeeName

      public void setStaffedEmployeeName(@Nullable String staffedEmployeeName)
      Constraints: Not nullable

      Original property name from the Odata EDM: StaffedEmployeeName

      Parameters:
      staffedEmployeeName - Staffed Employee Name
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<StaffingData>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<StaffingData>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<StaffingData>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<StaffingData>
    • field

      @Nonnull public static <T> StaffingDataField<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> StaffingDataField<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<StaffingData>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<StaffingData>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<StaffingData>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<StaffingData>
    • builder

      @Nonnull public static StaffingData.StaffingDataBuilder builder()
    • getProjectID

      @Nullable public String getProjectID()
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ProjectID

      Returns:
      Project ID
    • getBillingControlCategory

      @Nullable public String getBillingControlCategory()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BillingControlCategory

      Returns:
      Billing Control Category Desc.
    • getWorkPackageID

      @Nullable public String getWorkPackageID()
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: WorkPackageID

      Returns:
      Work Package ID
    • getWPname

      @Nullable public String getWPname()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: WPname

      Returns:
      Work Package Name
    • getResType

      @Nullable public String getResType()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ResType

      Returns:
      ResourceTypeID
    • getResTypeText

      @Nullable public String getResTypeText()
      Constraints: Not nullable

      Original property name from the Odata EDM: ResTypeText

      Returns:
      Resource Type Desc.
    • getResourceId

      @Nullable public String getResourceId()
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ResourceId

      Returns:
      Resource ID
    • getResourceText

      @Nullable public String getResourceText()
      Constraints: Not nullable

      Original property name from the Odata EDM: ResourceText

      Returns:
      Resource Desc.
    • getUom

      @Nullable public String getUom()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Uom

      Returns:
      Unit of Measure
    • getVersion

      @Nullable public String getVersion()
      Constraints: Not nullable, Maximum length: 28

      Original property name from the Odata EDM: Version

      Returns:
      Plan Version ID
    • getPeriod

      @Nullable public String getPeriod()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Period

      Returns:
      Month
    • getFcYear

      @Nullable public String getFcYear()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FcYear

      Returns:
      Fiscal Year
    • getStaffedEmployee

      @Nullable public String getStaffedEmployee()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: StaffedEmployee

      Returns:
      Staffed Employee ID
    • getConfirmed

      @Nullable public String getConfirmed()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Confirmed

      Returns:
      Resource is Confirmed
    • getWorkitemId

      @Nullable public String getWorkitemId()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: WorkitemId

      Returns:
      Work Item ID
    • getWorkitemName

      @Nullable public String getWorkitemName()
      Constraints: Not nullable

      Original property name from the Odata EDM: WorkitemName

      Returns:
      Work Item Desc.
    • getStaffedEffort

      @Nullable public BigDecimal getStaffedEffort()
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: StaffedEffort

      Returns:
      Staffed Efforts
    • getStaffedEmpDelvryServOrg

      @Nullable public String getStaffedEmpDelvryServOrg()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: StaffedEmpDelvryServOrg

      Returns:
      Service Org.
    • getStaffedEmpDelvryServOrgT

      @Nullable public String getStaffedEmpDelvryServOrgT()
      Constraints: Not nullable

      Original property name from the Odata EDM: StaffedEmpDelvryServOrgT

      Returns:
      Delivery Org. Desc.
    • getStaffedEmployeeName

      @Nullable public String getStaffedEmployeeName()
      Constraints: Not nullable

      Original property name from the Odata EDM: StaffedEmployeeName

      Returns:
      Staffed Employee Name
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<StaffingData>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<StaffingData>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<StaffingData>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<StaffingData>