public class ProfitCenterText extends VdmEntity<ProfitCenterText>
Original entity name from the Odata EDM: A_ProfitCenterTextType
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<LocalDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static ProfitCenterTextField<LocalDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProfitCenterText() |
ProfitCenterText(String language,
String controllingArea,
String profitCenter,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String profitCenterName,
String profitCenterLongName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProfitCenterText.ProfitCenterTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
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 |
getControllingArea()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
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() |
LocalDateTime |
getValidityEndDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
LocalDateTime |
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(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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<LocalDateTime> VALIDITY_END_DATE
public static final ProfitCenterTextField<LocalDateTime> VALIDITY_START_DATE
public static final ProfitCenterTextField<String> PROFIT_CENTER_NAME
public static final ProfitCenterTextField<String> PROFIT_CENTER_LONG_NAME
public ProfitCenterText()
public ProfitCenterText(@Nullable String language, @Nullable String controllingArea, @Nullable String profitCenter, @Nullable LocalDateTime validityEndDate, @Nullable LocalDateTime validityStartDate, @Nullable String profitCenterName, @Nullable String profitCenterLongName, @Nullable ErpConfigContext erpConfigContext)
public Class<ProfitCenterText> getType()
getType
in class VdmObject<ProfitCenterText>
public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- The language key indicatespublic void setControllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: 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
- Uniquely identifies a controlling area.public void setProfitCenter(@Nullable String profitCenter)
Original property name from the Odata EDM: ProfitCenter
profitCenter
- Key which together with the controlling area uniquely identifies a profit center.public void setValidityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Date indicating up to when an entry is valid.public void setValidityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Date indicating as of when an entry is valid.public void setProfitCenterName(@Nullable String profitCenterName)
Original property name from the Odata EDM: ProfitCenterName
profitCenterName
- Profit Center Namepublic void setProfitCenterLongName(@Nullable String profitCenterLongName)
Original property name from the Odata EDM: ProfitCenterLongName
profitCenterLongName
- A text that describes the object to which it refers in greater detail.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProfitCenterText>
protected Map<String,Object> getKey()
getKey
in class VdmObject<ProfitCenterText>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProfitCenterText>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProfitCenterText>
@Nonnull public static <T> ProfitCenterTextField<T> field(@Nonnull String fieldName, @Nonnull 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.@Nonnull public static <T,DomainT> ProfitCenterTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static ProfitCenterText.ProfitCenterTextBuilder builder()
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
@Nullable public String getControllingArea()
Original property name from the Odata EDM: 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.
@Nullable public String getProfitCenter()
Original property name from the Odata EDM: ProfitCenter
@Nullable public LocalDateTime getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public LocalDateTime getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public String getProfitCenterName()
Original property name from the Odata EDM: ProfitCenterName
@Nullable public String getProfitCenterLongName()
Original property name from the Odata EDM: ProfitCenterLongName
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<ProfitCenterText>
erpConfigContext
- public String toString()
toString
in class VdmObject<ProfitCenterText>
public boolean equals(Object o)
equals
in class VdmObject<ProfitCenterText>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProfitCenterText>
public int hashCode()
hashCode
in class VdmObject<ProfitCenterText>
Copyright © 2018 SAP SE. All rights reserved.