public class ProfitCenterText extends VdmEntity<ProfitCenterText>
Modifier and Type | Class and Description |
---|---|
static class |
ProfitCenterText.ProfitCenterTextBuilder |
Modifier and Type | Field and Description |
---|---|
static ProfitCenterTextSelectable |
ALL_FIELDS
Selector for all available fields of ProfitCenterText.
|
static ProfitCenterTextField<String> |
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static ProfitCenterTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ProfitCenterTextField<String> |
PROFIT_CENTER
Use with available fluent helpers to apply the ProfitCenter field to query operations.
|
static ProfitCenterTextField<String> |
PROFIT_CENTER_LONG_NAME
Use with available fluent helpers to apply the ProfitCenterLongName field to query operations.
|
static ProfitCenterTextField<String> |
PROFIT_CENTER_NAME
Use with available fluent helpers to apply the ProfitCenterName field to query operations.
|
static ProfitCenterTextField<Calendar> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static ProfitCenterTextField<Calendar> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Constructor and Description |
---|
ProfitCenterText() |
ProfitCenterText(String language,
String controllingArea,
String profitCenter,
Calendar validityEndDate,
Calendar validityStartDate,
String profitCenterName,
String profitCenterLongName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProfitCenterText.ProfitCenterTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProfitCenterTextField<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
|
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
|
String |
getProfitCenter()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getProfitCenterLongName()
Constraints: Not nullable, Maximum length: 40
|
String |
getProfitCenterName()
Constraints: Not nullable, Maximum length: 20
|
Class<ProfitCenterText> |
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 |
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 |
setProfitCenter(String profitCenter)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setProfitCenterLongName(String profitCenterLongName)
Constraints: Not nullable, Maximum length: 40
|
void |
setProfitCenterName(String profitCenterName)
Constraints: Not nullable, Maximum length: 20
|
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 ProfitCenterTextSelectable ALL_FIELDS
public static final ProfitCenterTextField<String> LANGUAGE
public static final ProfitCenterTextField<String> CONTROLLING_AREA
public static final ProfitCenterTextField<String> PROFIT_CENTER
public static final ProfitCenterTextField<Calendar> VALIDITY_END_DATE
public static final ProfitCenterTextField<Calendar> VALIDITY_START_DATE
public static final ProfitCenterTextField<String> PROFIT_CENTER_NAME
public static final ProfitCenterTextField<String> PROFIT_CENTER_LONG_NAME
@Generated(value="lombok") public ProfitCenterText()
@ConstructorProperties(value={"language","controllingArea","profitCenter","validityEndDate","validityStartDate","profitCenterName","profitCenterLongName","erpConfigContext"}) @Generated(value="lombok") public ProfitCenterText(@Nullable String language, @Nullable String controllingArea, @Nullable String profitCenter, @Nullable Calendar validityEndDate, @Nullable Calendar validityStartDate, @Nullable String profitCenterName, @Nullable String profitCenterLongName, @Nullable ErpConfigContext erpConfigContext)
public Class<ProfitCenterText> getType()
getType
in class VdmObject<ProfitCenterText>
public static <T> ProfitCenterTextField<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 ProfitCenterText.ProfitCenterTextBuilder builder()
@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 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 getProfitCenter()
@Nullable @Generated(value="lombok") public Calendar getValidityEndDate()
@Nullable @Generated(value="lombok") public Calendar getValidityStartDate()
@Nullable @Generated(value="lombok") public String getProfitCenterName()
@Nullable @Generated(value="lombok") public String getProfitCenterLongName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@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 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 setProfitCenter(@Nullable String profitCenter)
profitCenter
- @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 setProfitCenterName(@Nullable String profitCenterName)
profitCenterName
- @Generated(value="lombok") public void setProfitCenterLongName(@Nullable String profitCenterLongName)
profitCenterLongName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProfitCenterText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProfitCenterText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProfitCenterText>
Copyright © 2017 SAP SE. All rights reserved.