public class OperatingConcern extends VdmEntity<OperatingConcern>
Original entity name from the Odata EDM: OperatingConcern
Modifier and Type | Class and Description |
---|---|
static class |
OperatingConcern.OperatingConcernBuilder |
Modifier and Type | Field and Description |
---|---|
static OperatingConcernSelectable |
ALL_FIELDS
Selector for all available fields of OperatingConcern.
|
static OperatingConcernField<String> |
OPERATING_CONCERN_ID
Use with available fluent helpers to apply the OperatingConcern_ID field to query operations.
|
static OperatingConcernField<String> |
OPERATING_CONCERN_TEXT
Use with available fluent helpers to apply the OperatingConcernText field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
OperatingConcern() |
OperatingConcern(String operatingConcern_ID,
String operatingConcernText) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination) |
static OperatingConcern.OperatingConcernBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> OperatingConcernField<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() |
String |
getOperatingConcern_ID()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getOperatingConcernText()
Constraints: none
|
Class<OperatingConcern> |
getType() |
int |
hashCode() |
void |
setOperatingConcern_ID(String operatingConcern_ID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setOperatingConcernText(String operatingConcernText)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch) |
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final OperatingConcernSelectable ALL_FIELDS
public static final OperatingConcernField<String> OPERATING_CONCERN_ID
public static final OperatingConcernField<String> OPERATING_CONCERN_TEXT
@Nonnull public Class<OperatingConcern> getType()
getType
in class VdmObject<OperatingConcern>
public void setOperatingConcern_ID(@Nullable String operatingConcern_ID)
Original property name from the Odata EDM: OperatingConcern_ID
operatingConcern_ID
- Operating Concernpublic void setOperatingConcernText(@Nullable String operatingConcernText)
Original property name from the Odata EDM: OperatingConcernText
operatingConcernText
- Operating Concern (Description)protected String getEntityCollection()
getEntityCollection
in class VdmEntity<OperatingConcern>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<OperatingConcern>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<OperatingConcern>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<OperatingConcern>
@Nonnull public static <T> OperatingConcernField<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> OperatingConcernField<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<OperatingConcern>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
setServicePathForFetch
in class VdmEntity<OperatingConcern>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
attachToService
in class VdmEntity<OperatingConcern>
protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<OperatingConcern>
@Nonnull public static OperatingConcern.OperatingConcernBuilder builder()
@Nullable public String getOperatingConcern_ID()
Original property name from the Odata EDM: OperatingConcern_ID
@Nullable public String getOperatingConcernText()
Original property name from the Odata EDM: OperatingConcernText
@Nonnull public String toString()
toString
in class VdmObject<OperatingConcern>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<OperatingConcern>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<OperatingConcern>
public int hashCode()
hashCode
in class VdmEntity<OperatingConcern>
Copyright © 2022 SAP SE. All rights reserved.