public class BusObjects extends VdmEntity<BusObjects>
Original entity name from the Odata EDM: I_BusObjectsType
| Modifier and Type | Class and Description |
|---|---|
static class |
BusObjects.BusObjectsBuilder |
| Modifier and Type | Field and Description |
|---|---|
static BusObjectsSelectable |
ALL_FIELDS
Selector for all available fields of BusObjects.
|
static BusObjectsField<String> |
SAP_OBJECT_TASK_CODE
Use with available fluent helpers to apply the SAPObjectTaskCode field to query operations.
|
static BusObjectsField<String> |
SAP_OBJECT_TASK_TYPE_NAME
Use with available fluent helpers to apply the SAPObjectTaskTypeName field to query operations.
|
static BusObjectsField<String> |
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations.
|
static BusObjectsField<String> |
SAP_OBJECT_TYPE_NAME
Use with available fluent helpers to apply the SAPObjectTypeName field to query operations.
|
| Constructor and Description |
|---|
BusObjects() |
BusObjects(String sAPObjectType,
String sAPObjectTypeName,
String sAPObjectTaskCode,
String sAPObjectTaskTypeName,
ErpConfigContext erpConfigContext) |
| Modifier and Type | Method and Description |
|---|---|
static BusObjects.BusObjectsBuilder |
builder() |
boolean |
equals(Object o) |
static <T> BusObjectsField<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).
|
String |
getSAPObjectTaskCode()
(Key Field) Constraints: Not nullable, Maximum length: 18 Original property name from the Odata EDM: SAPObjectTaskCode
|
String |
getSAPObjectTaskTypeName()
(Key Field) Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: SAPObjectTaskTypeName
|
String |
getSAPObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 30 Original property name from the Odata EDM: SAPObjectType
|
String |
getSAPObjectTypeName()
(Key Field) Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: SAPObjectTypeName
|
Class<BusObjects> |
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 |
setSAPObjectTaskCode(String sAPObjectTaskCode)
(Key Field) Constraints: Not nullable, Maximum length: 18 Original property name from the Odata EDM: SAPObjectTaskCode
|
void |
setSAPObjectTaskTypeName(String sAPObjectTaskTypeName)
(Key Field) Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: SAPObjectTaskTypeName
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30 Original property name from the Odata EDM: SAPObjectType
|
void |
setSAPObjectTypeName(String sAPObjectTypeName)
(Key Field) Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: SAPObjectTypeName
|
String |
toString() |
getVersionIdentifier, setVersionIdentifiergetChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomFieldpublic static final BusObjectsSelectable ALL_FIELDS
public static final BusObjectsField<String> SAP_OBJECT_TYPE
public static final BusObjectsField<String> SAP_OBJECT_TYPE_NAME
public static final BusObjectsField<String> SAP_OBJECT_TASK_CODE
public static final BusObjectsField<String> SAP_OBJECT_TASK_TYPE_NAME
public Class<BusObjects> getType()
getType in class VdmObject<BusObjects>public void setSAPObjectType(@Nullable String sAPObjectType)
Original property name from the Odata EDM: SAPObjectType
sAPObjectType - Indicates the name of the business object type.public void setSAPObjectTypeName(@Nullable String sAPObjectTypeName)
Original property name from the Odata EDM: SAPObjectTypeName
sAPObjectTypeName - Indicates the text description of a particular business object type.public void setSAPObjectTaskCode(@Nullable String sAPObjectTaskCode)
Original property name from the Odata EDM: SAPObjectTaskCode
sAPObjectTaskCode - SAP Object Task Codepublic void setSAPObjectTaskTypeName(@Nullable String sAPObjectTaskTypeName)
Original property name from the Odata EDM: SAPObjectTaskTypeName
sAPObjectTaskTypeName - Indicates the text description of a particular business object task, which is dependent on the language that you maintain in the text table.public static <T> BusObjectsField<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 BusObjects.BusObjectsBuilder builder()
@Nullable public String getSAPObjectType()
Original property name from the Odata EDM: SAPObjectType
@Nullable public String getSAPObjectTypeName()
Original property name from the Odata EDM: SAPObjectTypeName
@Nullable public String getSAPObjectTaskCode()
Original property name from the Odata EDM: SAPObjectTaskCode
@Nullable public String getSAPObjectTaskTypeName()
Original property name from the Odata EDM: SAPObjectTaskTypeName
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext - public String toString()
toString in class VdmObject<BusObjects>public boolean equals(Object o)
equals in class VdmObject<BusObjects>public int hashCode()
hashCode in class VdmObject<BusObjects>Copyright © 2018 SAP SE. All rights reserved.