public class CostCenterText extends VdmEntity<CostCenterText>
Modifier and Type | Class and Description |
---|---|
static class |
CostCenterText.CostCenterTextBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<CostCenterText> |
ALL_FIELDS
Selector for all available fields of CostCenterText.
|
static CostCenterTextField<String> |
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static CostCenterTextField<String> |
COST_CENTER
Use with available fluent helpers to apply the CostCenter field to query operations.
|
static CostCenterTextField<String> |
COST_CENTER_DESCRIPTION
Use with available fluent helpers to apply the CostCenterDescription field to query operations.
|
static CostCenterTextField<String> |
COST_CENTER_NAME
Use with available fluent helpers to apply the CostCenterName field to query operations.
|
static CostCenterTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static CostCenterTextField<Calendar> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static CostCenterTextField<Calendar> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Constructor and Description |
---|
CostCenterText() |
CostCenterText(String costCenter,
String controllingArea,
String language,
Calendar validityEndDate,
Calendar validityStartDate,
String costCenterName,
String costCenterDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static CostCenterText.CostCenterTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> CostCenterTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getControllingArea()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getCostCenter()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCostCenterDescription()
Constraints: Not nullable, Maximum length: 40
|
String |
getCostCenterName()
Constraints: Not nullable, Maximum length: 20
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Class<CostCenterText> |
getType() |
Calendar |
getValidityEndDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
Calendar |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setControllingArea(String controllingArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setCostCenter(String costCenter)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCostCenterDescription(String costCenterDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setCostCenterName(String costCenterName)
Constraints: Not nullable, Maximum length: 20
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setValidityEndDate(Calendar validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(Calendar validityStartDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<CostCenterText> ALL_FIELDS
public static final CostCenterTextField<String> COST_CENTER
public static final CostCenterTextField<String> CONTROLLING_AREA
public static final CostCenterTextField<String> LANGUAGE
public static final CostCenterTextField<Calendar> VALIDITY_END_DATE
public static final CostCenterTextField<Calendar> VALIDITY_START_DATE
public static final CostCenterTextField<String> COST_CENTER_NAME
public static final CostCenterTextField<String> COST_CENTER_DESCRIPTION
@Generated(value="lombok") public CostCenterText()
@ConstructorProperties(value={"costCenter","controllingArea","language","validityEndDate","validityStartDate","costCenterName","costCenterDescription","erpConfigContext"}) @Generated(value="lombok") public CostCenterText(@Nullable String costCenter, @Nullable String controllingArea, @Nullable String language, @Nullable Calendar validityEndDate, @Nullable Calendar validityStartDate, @Nullable String costCenterName, @Nullable String costCenterDescription, @Nullable ErpConfigContext erpConfigContext)
public Class<CostCenterText> getType()
getType
in class VdmObject<CostCenterText>
public static <T> CostCenterTextField<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 CostCenterText.CostCenterTextBuilder builder()
@Nullable @Generated(value="lombok") public String getCostCenter()
@Nullable @Generated(value="lombok") public String getControllingArea()
The controlling area is the highest organizational unit in Controlling. Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
@Nullable @Generated(value="lombok") public String getLanguage()
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
@Nullable @Generated(value="lombok") public Calendar getValidityEndDate()
@Nullable @Generated(value="lombok") public Calendar getValidityStartDate()
@Nullable @Generated(value="lombok") public String getCostCenterName()
@Nullable @Generated(value="lombok") public String getCostCenterDescription()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setCostCenter(@Nullable String costCenter)
costCenter
- @Generated(value="lombok") public void setControllingArea(@Nullable String controllingArea)
The controlling area is the highest organizational unit in Controlling. Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
controllingArea
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- @Generated(value="lombok") public void setValidityEndDate(@Nullable Calendar validityEndDate)
validityEndDate
- @Generated(value="lombok") public void setValidityStartDate(@Nullable Calendar validityStartDate)
validityStartDate
- @Generated(value="lombok") public void setCostCenterName(@Nullable String costCenterName)
costCenterName
- @Generated(value="lombok") public void setCostCenterDescription(@Nullable String costCenterDescription)
costCenterDescription
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<CostCenterText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<CostCenterText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<CostCenterText>
Copyright © 2017 SAP SE. All rights reserved.