Modifier and Type | Class and Description |
---|---|
static class |
Demand.DemandBuilder |
Modifier and Type | Field and Description |
---|---|
static DemandSelectable |
ALL_FIELDS
Selector for all available fields of Demand.
|
static DemandField<String> |
BILLING_CONTROL_CATEGORY
Use with available fluent helpers to apply the BillingControlCategory field to query operations.
|
static DemandField<String> |
DELVRY_SERV_ORG
Use with available fluent helpers to apply the DelvryServOrg field to query operations.
|
static DemandField<BigDecimal> |
EFFORT
Use with available fluent helpers to apply the Effort field to query operations.
|
static DemandField<BigDecimal> |
EXPENSE_COST
Use with available fluent helpers to apply the ExpenseCost field to query operations.
|
static DemandField<BigDecimal> |
EXPENSE_REVENUE
Use with available fluent helpers to apply the ExpenseRevenue field to query operations.
|
static DemandField<String> |
PROJECT_ID
Use with available fluent helpers to apply the ProjectID field to query operations.
|
static DemandField<String> |
RES_TYPE
Use with available fluent helpers to apply the ResType field to query operations.
|
static DemandField<String> |
RESOURCE_ID
Use with available fluent helpers to apply the ResourceId field to query operations.
|
static DemandField<String> |
SKILLS
Use with available fluent helpers to apply the Skills field to query operations.
|
static DemandField<String> |
UOM
Use with available fluent helpers to apply the Uom field to query operations.
|
static DemandField<String> |
WORK_PACKAGE_ID
Use with available fluent helpers to apply the WorkPackageID field to query operations.
|
static DemandField<String> |
WORK_PACKAGE_NAME
Use with available fluent helpers to apply the WorkPackageName field to query operations.
|
static DemandField<String> |
WORKITEM
Use with available fluent helpers to apply the Workitem field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
Demand() |
Demand(String billingControlCategory,
String projectID,
String uom,
String skills,
String workPackageID,
BigDecimal expenseCost,
String workPackageName,
BigDecimal expenseRevenue,
String resType,
String resourceId,
String workitem,
BigDecimal effort,
String delvryServOrg) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination) |
static Demand.DemandBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> DemandField<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: 8
|
protected String |
getDefaultServicePath() |
String |
getDelvryServOrg()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
BigDecimal |
getEffort()
Constraints: Not nullable, Precision: 18, Scale: 3
|
protected String |
getEntityCollection() |
BigDecimal |
getExpenseCost()
Constraints: Not nullable, Precision: 18, Scale: 2
|
BigDecimal |
getExpenseRevenue()
Constraints: Not nullable, Precision: 18, Scale: 2
|
protected Map<String,Object> |
getKey() |
String |
getProjectID()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getResourceId()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getResType()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getSkills()
Constraints: none
|
Class<Demand> |
getType() |
String |
getUom()
Constraints: Not nullable, Maximum length: 3
|
String |
getWorkitem()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getWorkPackageID()
(Key Field) Constraints: Not nullable, Maximum length: 50
|
String |
getWorkPackageName()
(Key Field) Constraints: Not nullable, Maximum length: 60
|
int |
hashCode() |
void |
setBillingControlCategory(String billingControlCategory)
Constraints: Not nullable, Maximum length: 8
|
void |
setDelvryServOrg(String delvryServOrg)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setEffort(BigDecimal effort)
Constraints: Not nullable, Precision: 18, Scale: 3
|
void |
setExpenseCost(BigDecimal expenseCost)
Constraints: Not nullable, Precision: 18, Scale: 2
|
void |
setExpenseRevenue(BigDecimal expenseRevenue)
Constraints: Not nullable, Precision: 18, Scale: 2
|
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 |
setResType(String resType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSkills(String skills)
Constraints: none
|
void |
setUom(String uom)
Constraints: Not nullable, Maximum length: 3
|
void |
setWorkitem(String workitem)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setWorkPackageID(String workPackageID)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
void |
setWorkPackageName(String workPackageName)
(Key Field) 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 DemandSelectable ALL_FIELDS
public static final DemandField<String> BILLING_CONTROL_CATEGORY
public static final DemandField<String> PROJECT_ID
public static final DemandField<String> UOM
public static final DemandField<String> SKILLS
public static final DemandField<String> WORK_PACKAGE_ID
public static final DemandField<BigDecimal> EXPENSE_COST
public static final DemandField<String> WORK_PACKAGE_NAME
public static final DemandField<BigDecimal> EXPENSE_REVENUE
public static final DemandField<String> RES_TYPE
public static final DemandField<String> RESOURCE_ID
public static final DemandField<String> WORKITEM
public static final DemandField<BigDecimal> EFFORT
public static final DemandField<String> DELVRY_SERV_ORG
public Demand()
public Demand(@Nullable String billingControlCategory, @Nullable String projectID, @Nullable String uom, @Nullable String skills, @Nullable String workPackageID, @Nullable BigDecimal expenseCost, @Nullable String workPackageName, @Nullable BigDecimal expenseRevenue, @Nullable String resType, @Nullable String resourceId, @Nullable String workitem, @Nullable BigDecimal effort, @Nullable String delvryServOrg)
public void setBillingControlCategory(@Nullable String billingControlCategory)
Original property name from the Odata EDM: BillingControlCategory
billingControlCategory
- Billing Control Categorypublic void setProjectID(@Nullable String projectID)
Original property name from the Odata EDM: ProjectID
projectID
- Identifies a master project.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 setSkills(@Nullable String skills)
Original property name from the Odata EDM: Skills
skills
- Skills (Comma Separated)public void setWorkPackageID(@Nullable String workPackageID)
Original property name from the Odata EDM: WorkPackageID
workPackageID
- Plan Itempublic void setExpenseCost(@Nullable BigDecimal expenseCost)
Original property name from the Odata EDM: ExpenseCost
expenseCost
- Amountpublic void setWorkPackageName(@Nullable String workPackageName)
Original property name from the Odata EDM: WorkPackageName
workPackageName
- Plan Item Descriptionpublic void setExpenseRevenue(@Nullable BigDecimal expenseRevenue)
Original property name from the Odata EDM: ExpenseRevenue
expenseRevenue
- Amountpublic 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 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 setWorkitem(@Nullable String workitem)
Original property name from the Odata EDM: Workitem
workitem
- Work Item IDpublic void setEffort(@Nullable BigDecimal effort)
Original property name from the Odata EDM: Effort
effort
- Total quantity per period.public void setDelvryServOrg(@Nullable String delvryServOrg)
Original property name from the Odata EDM: DelvryServOrg
This field links master project data with the company code and plant.
delvryServOrg
- This field links master project data with the company code and plant.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<Demand>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<Demand>
@Nonnull public static <T> DemandField<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> DemandField<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<Demand>
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<Demand>
public void attachToService(@Nullable String servicePath, @Nullable HttpDestinationProperties destination)
attachToService
in class VdmEntity<Demand>
protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<Demand>
public static Demand.DemandBuilder builder()
@Nullable public String getBillingControlCategory()
Original property name from the Odata EDM: BillingControlCategory
@Nullable public String getProjectID()
Original property name from the Odata EDM: ProjectID
@Nullable public String getUom()
Original property name from the Odata EDM: Uom
@Nullable public String getSkills()
Original property name from the Odata EDM: Skills
@Nullable public String getWorkPackageID()
Original property name from the Odata EDM: WorkPackageID
@Nullable public BigDecimal getExpenseCost()
Original property name from the Odata EDM: ExpenseCost
@Nullable public String getWorkPackageName()
Original property name from the Odata EDM: WorkPackageName
@Nullable public BigDecimal getExpenseRevenue()
Original property name from the Odata EDM: ExpenseRevenue
@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 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 getWorkitem()
Original property name from the Odata EDM: Workitem
@Nullable public BigDecimal getEffort()
Original property name from the Odata EDM: Effort
@Nullable public String getDelvryServOrg()
Original property name from the Odata EDM: DelvryServOrg
This field links master project data with the company code and plant.
Copyright © 2019 SAP SE. All rights reserved.