public class StaffingData extends VdmEntity<StaffingData>
Original entity name from the Odata EDM: StaffingData
Modifier and Type | Class and Description |
---|---|
static class |
StaffingData.StaffingDataBuilder |
Modifier and Type | Field and Description |
---|---|
static StaffingDataSelectable |
ALL_FIELDS
Selector for all available fields of StaffingData.
|
static StaffingDataField<String> |
BILLING_CONTROL_CATEGORY
Use with available fluent helpers to apply the BillingControlCategory field to query operations.
|
static StaffingDataField<String> |
CONFIRMED
Use with available fluent helpers to apply the Confirmed field to query operations.
|
static StaffingDataField<String> |
FC_YEAR
Use with available fluent helpers to apply the FcYear field to query operations.
|
static StaffingDataField<String> |
PERIOD
Use with available fluent helpers to apply the Period field to query operations.
|
static StaffingDataField<String> |
PROJECT_ID
Use with available fluent helpers to apply the ProjectID field to query operations.
|
static StaffingDataField<String> |
RES_TYPE
Use with available fluent helpers to apply the ResType field to query operations.
|
static StaffingDataField<String> |
RES_TYPE_TEXT
Use with available fluent helpers to apply the ResTypeText field to query operations.
|
static StaffingDataField<String> |
RESOURCE_ID
Use with available fluent helpers to apply the ResourceId field to query operations.
|
static StaffingDataField<String> |
RESOURCE_TEXT
Use with available fluent helpers to apply the ResourceText field to query operations.
|
static StaffingDataField<BigDecimal> |
STAFFED_EFFORT
Use with available fluent helpers to apply the StaffedEffort field to query operations.
|
static StaffingDataField<String> |
STAFFED_EMP_DELVRY_SERV_ORG
Use with available fluent helpers to apply the StaffedEmpDelvryServOrg field to query operations.
|
static StaffingDataField<String> |
STAFFED_EMP_DELVRY_SERV_ORG_T
Use with available fluent helpers to apply the StaffedEmpDelvryServOrgT field to query operations.
|
static StaffingDataField<String> |
STAFFED_EMPLOYEE
Use with available fluent helpers to apply the StaffedEmployee field to query operations.
|
static StaffingDataField<String> |
STAFFED_EMPLOYEE_NAME
Use with available fluent helpers to apply the StaffedEmployeeName field to query operations.
|
static StaffingDataField<String> |
UOM
Use with available fluent helpers to apply the Uom field to query operations.
|
static StaffingDataField<String> |
VERSION
Use with available fluent helpers to apply the Version field to query operations.
|
static StaffingDataField<String> |
W_PNAME
Use with available fluent helpers to apply the WPname field to query operations.
|
static StaffingDataField<String> |
WORK_PACKAGE_ID
Use with available fluent helpers to apply the WorkPackageID field to query operations.
|
static StaffingDataField<String> |
WORKITEM_ID
Use with available fluent helpers to apply the WorkitemId field to query operations.
|
static StaffingDataField<String> |
WORKITEM_NAME
Use with available fluent helpers to apply the WorkitemName field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
StaffingData() |
StaffingData(String projectID,
String billingControlCategory,
String workPackageID,
String wPname,
String resType,
String resTypeText,
String resourceId,
String resourceText,
String uom,
String version,
String period,
String fcYear,
String staffedEmployee,
String confirmed,
String workitemId,
String workitemName,
BigDecimal staffedEffort,
String staffedEmpDelvryServOrg,
String staffedEmpDelvryServOrgT,
String staffedEmployeeName) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static StaffingData.StaffingDataBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> StaffingDataField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBillingControlCategory()
Constraints: Not nullable, Maximum length: 60
|
String |
getConfirmed()
Constraints: Not nullable, Maximum length: 1
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
String |
getFcYear()
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
getKey() |
String |
getPeriod()
Constraints: Not nullable, Maximum length: 3
|
String |
getProjectID()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getResourceId()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getResourceText()
Constraints: Not nullable
|
String |
getResType()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getResTypeText()
Constraints: Not nullable
|
BigDecimal |
getStaffedEffort()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getStaffedEmpDelvryServOrg()
Constraints: Not nullable, Maximum length: 5
|
String |
getStaffedEmpDelvryServOrgT()
Constraints: Not nullable
|
String |
getStaffedEmployee()
Constraints: Not nullable, Maximum length: 8
|
String |
getStaffedEmployeeName()
Constraints: Not nullable
|
Class<StaffingData> |
getType() |
String |
getUom()
Constraints: Not nullable, Maximum length: 3
|
String |
getVersion()
Constraints: Not nullable, Maximum length: 28
|
String |
getWorkitemId()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getWorkitemName()
Constraints: Not nullable
|
String |
getWorkPackageID()
(Key Field) Constraints: Not nullable, Maximum length: 50
|
String |
getWPname()
Constraints: Not nullable, Maximum length: 60
|
int |
hashCode() |
void |
setBillingControlCategory(String billingControlCategory)
Constraints: Not nullable, Maximum length: 60
|
void |
setConfirmed(String confirmed)
Constraints: Not nullable, Maximum length: 1
|
void |
setFcYear(String fcYear)
Constraints: Not nullable, Maximum length: 4
|
void |
setPeriod(String period)
Constraints: Not nullable, Maximum length: 3
|
void |
setProjectID(String projectID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setResourceId(String resourceId)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setResourceText(String resourceText)
Constraints: Not nullable
|
void |
setResType(String resType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setResTypeText(String resTypeText)
Constraints: Not nullable
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setStaffedEffort(BigDecimal staffedEffort)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setStaffedEmpDelvryServOrg(String staffedEmpDelvryServOrg)
Constraints: Not nullable, Maximum length: 5
|
void |
setStaffedEmpDelvryServOrgT(String staffedEmpDelvryServOrgT)
Constraints: Not nullable
|
void |
setStaffedEmployee(String staffedEmployee)
Constraints: Not nullable, Maximum length: 8
|
void |
setStaffedEmployeeName(String staffedEmployeeName)
Constraints: Not nullable
|
void |
setUom(String uom)
Constraints: Not nullable, Maximum length: 3
|
void |
setVersion(String version)
Constraints: Not nullable, Maximum length: 28
|
void |
setWorkitemId(String workitemId)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setWorkitemName(String workitemName)
Constraints: Not nullable
|
void |
setWorkPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
void |
setWPname(String wPname)
Constraints: Not nullable, Maximum length: 60
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final StaffingDataSelectable ALL_FIELDS
public static final StaffingDataField<String> PROJECT_ID
public static final StaffingDataField<String> BILLING_CONTROL_CATEGORY
public static final StaffingDataField<String> WORK_PACKAGE_ID
public static final StaffingDataField<String> W_PNAME
public static final StaffingDataField<String> RES_TYPE
public static final StaffingDataField<String> RES_TYPE_TEXT
public static final StaffingDataField<String> RESOURCE_ID
public static final StaffingDataField<String> RESOURCE_TEXT
public static final StaffingDataField<String> UOM
public static final StaffingDataField<String> VERSION
public static final StaffingDataField<String> PERIOD
public static final StaffingDataField<String> FC_YEAR
public static final StaffingDataField<String> STAFFED_EMPLOYEE
public static final StaffingDataField<String> CONFIRMED
public static final StaffingDataField<String> WORKITEM_ID
public static final StaffingDataField<String> WORKITEM_NAME
public static final StaffingDataField<BigDecimal> STAFFED_EFFORT
public static final StaffingDataField<String> STAFFED_EMP_DELVRY_SERV_ORG
public static final StaffingDataField<String> STAFFED_EMP_DELVRY_SERV_ORG_T
public static final StaffingDataField<String> STAFFED_EMPLOYEE_NAME
public 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)
@Nonnull public Class<StaffingData> getType()
getType
in class VdmObject<StaffingData>
public void setProjectID(@Nullable String projectID)
Original property name from the Odata EDM: ProjectID
projectID
- Identifies a master project.public void setBillingControlCategory(@Nullable String billingControlCategory)
Original property name from the Odata EDM: BillingControlCategory
SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains
billingControlCategory
- This text appears when fixed values are displayed in the F4 help. It explains the possible input
values.public void setWorkPackageID(@Nullable String workPackageID)
Original property name from the Odata EDM: WorkPackageID
workPackageID
- Plan Itempublic void setWPname(@Nullable String wPname)
Original property name from the Odata EDM: WPname
wPname
- Plan Item Descriptionpublic void setResType(@Nullable String resType)
Original property name from the Odata EDM: ResType
Resource types are used to categorize resources while carrying out financial planning activities.
resType
- Used to uniquely identify the resource type.public void setResTypeText(@Nullable String resTypeText)
Original property name from the Odata EDM: ResTypeText
resTypeText
- Resource Type Desc.public void setResourceId(@Nullable String resourceId)
Original property name from the Odata EDM: ResourceId
Resources correspond to individual entities in a project. You can assign multiple cost elements and activity types to each resource.
resourceId
- Used to uniquely identify a resource.public void setResourceText(@Nullable String resourceText)
Original property name from the Odata EDM: ResourceText
resourceText
- Resource Desc.public void setUom(@Nullable String uom)
Original property name from the Odata EDM: Uom
uom
- Unit, in which the corresponding quantity is measured.public void setVersion(@Nullable String version)
Original property name from the Odata EDM: Version
version
- A plan version is used to create different types of project estimates. Each version is associated with
different version types that categorize versions into quote, baseline, current, and forecast.public void setPeriod(@Nullable String period)
Original property name from the Odata EDM: Period
period
- Settlement periodpublic void setFcYear(@Nullable String fcYear)
Original property name from the Odata EDM: FcYear
fcYear
- Period, 12 months as a rule, for which the company is to create its inventory and balance sheet. The
fiscal year can be the same as the calendar year, but does not have to be.public void setStaffedEmployee(@Nullable String staffedEmployee)
Original property name from the Odata EDM: StaffedEmployee
Use this field to apply an object ID to the new object(s) you create. To do so, either enter:An exclamation mark (!). The system automatically applies a unique number to the object(s).A unique 8-digit number. You do this if you are working with a single object AND your enterprise uses its own numbering scheme ("external" numbers).
staffedEmployee
- Contains a unique eight-digit numerical code that represents a specific object (for example, an
organizational unit, qualification or business event).public void setConfirmed(@Nullable String confirmed)
Original property name from the Odata EDM: Confirmed
confirmed
- Confirmation of staffed Employeepublic void setWorkitemId(@Nullable String workitemId)
Original property name from the Odata EDM: WorkitemId
workitemId
- Work Item IDpublic void setWorkitemName(@Nullable String workitemName)
Original property name from the Odata EDM: WorkitemName
workitemName
- Work Item Desc.public void setStaffedEffort(@Nullable BigDecimal staffedEffort)
Original property name from the Odata EDM: StaffedEffort
staffedEffort
- Total quantity per period.public void setStaffedEmpDelvryServOrg(@Nullable String staffedEmpDelvryServOrg)
Original property name from the Odata EDM: StaffedEmpDelvryServOrg
This field links master project data with the company code and plant.
staffedEmpDelvryServOrg
- This field links master project data with the company code and plant.public void setStaffedEmpDelvryServOrgT(@Nullable String staffedEmpDelvryServOrgT)
Original property name from the Odata EDM: StaffedEmpDelvryServOrgT
staffedEmpDelvryServOrgT
- Delivery Org. Desc.public void setStaffedEmployeeName(@Nullable String staffedEmployeeName)
Original property name from the Odata EDM: StaffedEmployeeName
staffedEmployeeName
- Staffed Employee Nameprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<StaffingData>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<StaffingData>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<StaffingData>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<StaffingData>
@Nonnull public static <T> StaffingDataField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> StaffingDataField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<StaffingData>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<StaffingData>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<StaffingData>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<StaffingData>
public static StaffingData.StaffingDataBuilder builder()
@Nullable public String getProjectID()
Original property name from the Odata EDM: ProjectID
@Nullable public String getBillingControlCategory()
Original property name from the Odata EDM: BillingControlCategory
SeeTask-Oriented InstructionsReference Documentation for Semantic Properties of Domains
@Nullable public String getWorkPackageID()
Original property name from the Odata EDM: WorkPackageID
@Nullable public String getWPname()
Original property name from the Odata EDM: WPname
@Nullable public String getResType()
Original property name from the Odata EDM: ResType
Resource types are used to categorize resources while carrying out financial planning activities.
@Nullable public String getResTypeText()
Original property name from the Odata EDM: ResTypeText
@Nullable public String getResourceId()
Original property name from the Odata EDM: ResourceId
Resources correspond to individual entities in a project. You can assign multiple cost elements and activity types to each resource.
@Nullable public String getResourceText()
Original property name from the Odata EDM: ResourceText
@Nullable public String getUom()
Original property name from the Odata EDM: Uom
@Nullable public String getVersion()
Original property name from the Odata EDM: Version
@Nullable public String getPeriod()
Original property name from the Odata EDM: Period
@Nullable public String getFcYear()
Original property name from the Odata EDM: FcYear
@Nullable public String getStaffedEmployee()
Original property name from the Odata EDM: StaffedEmployee
Use this field to apply an object ID to the new object(s) you create. To do so, either enter:An exclamation mark (!). The system automatically applies a unique number to the object(s).A unique 8-digit number. You do this if you are working with a single object AND your enterprise uses its own numbering scheme ("external" numbers).
@Nullable public String getConfirmed()
Original property name from the Odata EDM: Confirmed
@Nullable public String getWorkitemId()
Original property name from the Odata EDM: WorkitemId
@Nullable public String getWorkitemName()
Original property name from the Odata EDM: WorkitemName
@Nullable public BigDecimal getStaffedEffort()
Original property name from the Odata EDM: StaffedEffort
@Nullable public String getStaffedEmpDelvryServOrg()
Original property name from the Odata EDM: StaffedEmpDelvryServOrg
This field links master project data with the company code and plant.
@Nullable public String getStaffedEmpDelvryServOrgT()
Original property name from the Odata EDM: StaffedEmpDelvryServOrgT
@Nullable public String getStaffedEmployeeName()
Original property name from the Odata EDM: StaffedEmployeeName
public String toString()
toString
in class VdmObject<StaffingData>
public boolean equals(Object o)
equals
in class VdmObject<StaffingData>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<StaffingData>
public int hashCode()
hashCode
in class VdmObject<StaffingData>
Copyright © 2019 SAP SE. All rights reserved.