public class ValuationArea extends VdmEntity<ValuationArea>
Original entity name from the Odata EDM: ValuationArea
Modifier and Type | Class and Description |
---|---|
static class |
ValuationArea.ValuationAreaBuilder |
Modifier and Type | Field and Description |
---|---|
static ValuationAreaSelectable |
ALL_FIELDS
Selector for all available fields of ValuationArea.
|
static ValuationAreaField<String> |
VALUATION_AREA_ID
Use with available fluent helpers to apply the ValuationArea_ID field to query operations.
|
static ValuationAreaField<String> |
VALUATION_AREA_TEXT
Use with available fluent helpers to apply the ValuationAreaText field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ValuationArea() |
ValuationArea(String valuationArea_ID,
String valuationAreaText) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination) |
static ValuationArea.ValuationAreaBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ValuationAreaField<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) |
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch() |
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
Class<ValuationArea> |
getType() |
String |
getValuationArea_ID()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getValuationAreaText()
Constraints: none
|
int |
hashCode() |
protected void |
setServicePathForFetch(String servicePathForFetch) |
void |
setValuationArea_ID(String valuationArea_ID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setValuationAreaText(String valuationAreaText)
Constraints: none
|
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 ValuationAreaSelectable ALL_FIELDS
public static final ValuationAreaField<String> VALUATION_AREA_ID
public static final ValuationAreaField<String> VALUATION_AREA_TEXT
@Nonnull public Class<ValuationArea> getType()
getType
in class VdmObject<ValuationArea>
public void setValuationArea_ID(@Nullable String valuationArea_ID)
Original property name from the Odata EDM: ValuationArea_ID
valuationArea_ID
- Valuation Areapublic void setValuationAreaText(@Nullable String valuationAreaText)
Original property name from the Odata EDM: ValuationAreaText
valuationAreaText
- Valuation Area (Description)protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ValuationArea>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ValuationArea>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ValuationArea>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ValuationArea>
@Nonnull public static <T> ValuationAreaField<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> ValuationAreaField<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()
getDestinationForFetch
in class VdmEntity<ValuationArea>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
setServicePathForFetch
in class VdmEntity<ValuationArea>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
attachToService
in class VdmEntity<ValuationArea>
protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<ValuationArea>
public static ValuationArea.ValuationAreaBuilder builder()
@Nullable public String getValuationArea_ID()
Original property name from the Odata EDM: ValuationArea_ID
@Nullable public String getValuationAreaText()
Original property name from the Odata EDM: ValuationAreaText
public String toString()
toString
in class VdmObject<ValuationArea>
public boolean equals(Object o)
equals
in class VdmObject<ValuationArea>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ValuationArea>
public int hashCode()
hashCode
in class VdmObject<ValuationArea>
Copyright © 2020 SAP SE. All rights reserved.