Modifier and Type | Class and Description |
---|---|
static class |
PlanData.PlanDataBuilder |
Modifier and Type | Field and Description |
---|---|
static PlanDataSelectable |
ALL_FIELDS
Selector for all available fields of PlanData.
|
static PlanDataField<String> |
BILLING_CONTROL_CATEGORY
Use with available fluent helpers to apply the BillingControlCategory field to query operations.
|
static PlanDataField<String> |
CONFIRMED
Use with available fluent helpers to apply the Confirmed field to query operations.
|
static PlanDataField<String> |
DELVRY_SERV_ORG
Use with available fluent helpers to apply the DelvryServOrg field to query operations.
|
static PlanDataField<String> |
DELVRY_SERV_ORG_T
Use with available fluent helpers to apply the DelvryServOrgT field to query operations.
|
static PlanDataField<BigDecimal> |
EFFORT
Use with available fluent helpers to apply the Effort field to query operations.
|
static PlanDataField<String> |
EMPLOYEE
Use with available fluent helpers to apply the Employee field to query operations.
|
static PlanDataField<String> |
EMPLOYEE_NAME
Use with available fluent helpers to apply the EmployeeName field to query operations.
|
static PlanDataField<String> |
FC_YEAR
Use with available fluent helpers to apply the FcYear field to query operations.
|
static PlanDataField<String> |
PERIOD
Use with available fluent helpers to apply the Period field to query operations.
|
static PlanDataField<String> |
PROJECT_ID
Use with available fluent helpers to apply the ProjectID field to query operations.
|
static PlanDataField<String> |
RES_TYPE
Use with available fluent helpers to apply the ResType field to query operations.
|
static PlanDataField<String> |
RES_TYPE_TEXT
Use with available fluent helpers to apply the ResTypeText field to query operations.
|
static PlanDataField<String> |
RESOURCE_ID
Use with available fluent helpers to apply the ResourceId field to query operations.
|
static PlanDataField<String> |
RESOURCE_TEXT
Use with available fluent helpers to apply the ResourceText field to query operations.
|
static PlanDataField<String> |
UOM
Use with available fluent helpers to apply the Uom field to query operations.
|
static PlanDataField<String> |
VERSION
Use with available fluent helpers to apply the Version field to query operations.
|
static PlanDataField<String> |
WORK_PACKAGE_ID
Use with available fluent helpers to apply the WorkPackageID field to query operations.
|
static PlanDataField<String> |
WORKITEM_ID
Use with available fluent helpers to apply the WorkitemId field to query operations.
|
static PlanDataField<String> |
WORKITEM_NAME
Use with available fluent helpers to apply the WorkitemName field to query operations.
|
static PlanDataField<String> |
WPNAME
Use with available fluent helpers to apply the Wpname field to query operations.
|
Constructor and Description |
---|
PlanData() |
PlanData(String billingControlCategory,
String employeeName,
String wpname,
String projectID,
String resType,
String workPackageID,
String resTypeText,
String resourceId,
String resourceText,
String uom,
String version,
String period,
String fcYear,
String employee,
String confirmed,
String workitemId,
String workitemName,
BigDecimal effort,
String delvryServOrg,
String delvryServOrgT,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PlanData.PlanDataBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PlanDataField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getBillingControlCategory()
Constraints: Not nullable, Maximum length: 8
|
String |
getConfirmed()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
String |
getDelvryServOrg()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
String |
getDelvryServOrgT()
Constraints: none
|
BigDecimal |
getEffort()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getEmployee()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getEmployeeName()
Constraints: none
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFcYear()
Constraints: Not nullable, Maximum length: 4
|
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: none
|
String |
getResType()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getResTypeText()
Constraints: none
|
Class<PlanData> |
getType() |
String |
getUom()
Constraints: Not nullable, Maximum length: 3
|
String |
getVersion()
(Key Field) Constraints: Not nullable, Maximum length: 28
|
String |
getWorkitemId()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getWorkitemName()
Constraints: none
|
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: 8
|
void |
setConfirmed(String confirmed)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
void |
setDelvryServOrg(String delvryServOrg)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setDelvryServOrgT(String delvryServOrgT)
Constraints: none
|
void |
setEffort(BigDecimal effort)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setEmployee(String employee)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setEmployeeName(String employeeName)
Constraints: none
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
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: none
|
void |
setResType(String resType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setResTypeText(String resTypeText)
Constraints: none
|
void |
setUom(String uom)
Constraints: Not nullable, Maximum length: 3
|
void |
setVersion(String version)
(Key Field) Constraints: Not nullable, Maximum length: 28
|
void |
setWorkitemId(String workitemId)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setWorkitemName(String workitemName)
Constraints: none
|
void |
setWorkPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
void |
setWpname(String wpname)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PlanDataSelectable ALL_FIELDS
public static final PlanDataField<String> BILLING_CONTROL_CATEGORY
public static final PlanDataField<String> EMPLOYEE_NAME
public static final PlanDataField<String> WPNAME
public static final PlanDataField<String> PROJECT_ID
public static final PlanDataField<String> RES_TYPE
public static final PlanDataField<String> WORK_PACKAGE_ID
public static final PlanDataField<String> RES_TYPE_TEXT
public static final PlanDataField<String> RESOURCE_ID
public static final PlanDataField<String> RESOURCE_TEXT
public static final PlanDataField<String> UOM
public static final PlanDataField<String> VERSION
public static final PlanDataField<String> PERIOD
public static final PlanDataField<String> FC_YEAR
public static final PlanDataField<String> EMPLOYEE
public static final PlanDataField<String> CONFIRMED
public static final PlanDataField<String> WORKITEM_ID
public static final PlanDataField<String> WORKITEM_NAME
public static final PlanDataField<BigDecimal> EFFORT
public static final PlanDataField<String> DELVRY_SERV_ORG
public static final PlanDataField<String> DELVRY_SERV_ORG_T
@Generated(value="lombok") public PlanData()
@ConstructorProperties(value={"billingControlCategory","employeeName","wpname","projectID","resType","workPackageID","resTypeText","resourceId","resourceText","uom","version","period","fcYear","employee","confirmed","workitemId","workitemName","effort","delvryServOrg","delvryServOrgT","erpConfigContext"}) @Generated(value="lombok") public PlanData(@Nullable String billingControlCategory, @Nullable String employeeName, @Nullable String wpname, @Nullable String projectID, @Nullable String resType, @Nullable String workPackageID, @Nullable String resTypeText, @Nullable String resourceId, @Nullable String resourceText, @Nullable String uom, @Nullable String version, @Nullable String period, @Nullable String fcYear, @Nullable String employee, @Nullable String confirmed, @Nullable String workitemId, @Nullable String workitemName, @Nullable BigDecimal effort, @Nullable String delvryServOrg, @Nullable String delvryServOrgT, @Nullable ErpConfigContext erpConfigContext)
public static <T> PlanDataField<T> field(String fieldName, Class<T> fieldType)
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.@Generated(value="lombok") public static PlanData.PlanDataBuilder builder()
@Nullable @Generated(value="lombok") public String getBillingControlCategory()
@Nullable @Generated(value="lombok") public String getEmployeeName()
@Nullable @Generated(value="lombok") public String getWpname()
@Nullable @Generated(value="lombok") public String getProjectID()
@Nullable @Generated(value="lombok") public String getResType()
Resource types are used to categorize resources while carrying out financial planning activities.
@Nullable @Generated(value="lombok") public String getWorkPackageID()
@Nullable @Generated(value="lombok") public String getResTypeText()
@Nullable @Generated(value="lombok") public String getResourceId()
Resources correspond to individual entities in a project. You can assign multiple cost elements and activity types to each resource.
@Nullable @Generated(value="lombok") public String getResourceText()
@Nullable @Generated(value="lombok") public String getUom()
@Nullable @Generated(value="lombok") public String getVersion()
@Nullable @Generated(value="lombok") public String getPeriod()
@Nullable @Generated(value="lombok") public String getFcYear()
@Nullable @Generated(value="lombok") public String getEmployee()
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 @Generated(value="lombok") public String getConfirmed()
@Nullable @Generated(value="lombok") public String getWorkitemId()
@Nullable @Generated(value="lombok") public String getWorkitemName()
@Nullable @Generated(value="lombok") public BigDecimal getEffort()
@Nullable @Generated(value="lombok") public String getDelvryServOrg()
This field links master project data with the company code and plant.
@Nullable @Generated(value="lombok") public String getDelvryServOrgT()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setBillingControlCategory(@Nullable String billingControlCategory)
billingControlCategory
- @Generated(value="lombok") public void setEmployeeName(@Nullable String employeeName)
employeeName
- @Generated(value="lombok") public void setWpname(@Nullable String wpname)
wpname
- @Generated(value="lombok") public void setProjectID(@Nullable String projectID)
projectID
- @Generated(value="lombok") public void setResType(@Nullable String resType)
Resource types are used to categorize resources while carrying out financial planning activities.
resType
- @Generated(value="lombok") public void setWorkPackageID(@Nullable String workPackageID)
workPackageID
- @Generated(value="lombok") public void setResTypeText(@Nullable String resTypeText)
resTypeText
- @Generated(value="lombok") public void setResourceId(@Nullable String resourceId)
Resources correspond to individual entities in a project. You can assign multiple cost elements and activity types to each resource.
resourceId
- @Generated(value="lombok") public void setResourceText(@Nullable String resourceText)
resourceText
- @Generated(value="lombok") public void setUom(@Nullable String uom)
uom
- @Generated(value="lombok") public void setVersion(@Nullable String version)
version
- @Generated(value="lombok") public void setPeriod(@Nullable String period)
period
- @Generated(value="lombok") public void setFcYear(@Nullable String fcYear)
fcYear
- @Generated(value="lombok") public void setEmployee(@Nullable String employee)
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).
employee
- @Generated(value="lombok") public void setConfirmed(@Nullable String confirmed)
confirmed
- @Generated(value="lombok") public void setWorkitemId(@Nullable String workitemId)
workitemId
- @Generated(value="lombok") public void setWorkitemName(@Nullable String workitemName)
workitemName
- @Generated(value="lombok") public void setEffort(@Nullable BigDecimal effort)
effort
- @Generated(value="lombok") public void setDelvryServOrg(@Nullable String delvryServOrg)
This field links master project data with the company code and plant.
delvryServOrg
- @Generated(value="lombok") public void setDelvryServOrgT(@Nullable String delvryServOrgT)
delvryServOrgT
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2018 SAP SE. All rights reserved.