public class FuncImpReturn extends VdmEntity<FuncImpReturn>
Modifier and Type | Class and Description |
---|---|
static class |
FuncImpReturn.FuncImpReturnBuilder |
Modifier and Type | Field and Description |
---|---|
static FuncImpReturnSelectable |
ALL_FIELDS
Selector for all available fields of FuncImpReturn.
|
static FuncImpReturnField<Short> |
RETURN_CODE
Use with available fluent helpers to apply the ReturnCode field to query operations.
|
Constructor and Description |
---|
FuncImpReturn() |
FuncImpReturn(Short returnCode,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static FuncImpReturn.FuncImpReturnBuilder |
builder() |
boolean |
equals(Object o) |
static <T> FuncImpReturnField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Short |
getReturnCode()
(Key Field) Constraints: Not nullable
|
Class<FuncImpReturn> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setReturnCode(Short returnCode)
(Key Field) Constraints: Not nullable
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final FuncImpReturnSelectable ALL_FIELDS
public static final FuncImpReturnField<Short> RETURN_CODE
public FuncImpReturn()
public FuncImpReturn(@Nullable Short returnCode, @Nullable ErpConfigContext erpConfigContext)
public Class<FuncImpReturn> getType()
getType
in class VdmObject<FuncImpReturn>
public static <T> FuncImpReturnField<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.public static FuncImpReturn.FuncImpReturnBuilder builder()
@Nullable public Short getReturnCode()
@Nullable public ErpConfigContext getErpConfigContext()
public void setReturnCode(@Nullable Short returnCode)
returnCode
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<FuncImpReturn>
public boolean equals(Object o)
equals
in class VdmObject<FuncImpReturn>
public int hashCode()
hashCode
in class VdmObject<FuncImpReturn>
Copyright © 2018 SAP SE. All rights reserved.