public class I_BusObjects extends VdmEntity<I_BusObjects>
Modifier and Type | Class and Description |
---|---|
static class |
I_BusObjects.I_BusObjectsBuilder |
Modifier and Type | Field and Description |
---|---|
static I_BusObjectsSelectable |
ALL_FIELDS
Selector for all available fields of I_BusObjects.
|
static I_BusObjectsField<String> |
SAP_OBJECT_TASK_CODE
Use with available fluent helpers to apply the SAPObjectTaskCode field to query operations.
|
static I_BusObjectsField<String> |
SAP_OBJECT_TASK_TYPE_NAME
Use with available fluent helpers to apply the SAPObjectTaskTypeName field to query operations.
|
static I_BusObjectsField<String> |
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations.
|
static I_BusObjectsField<String> |
SAP_OBJECT_TYPE_NAME
Use with available fluent helpers to apply the SAPObjectTypeName field to query operations.
|
Constructor and Description |
---|
I_BusObjects() |
I_BusObjects(String sAPObjectType,
String sAPObjectTypeName,
String sAPObjectTaskCode,
String sAPObjectTaskTypeName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static I_BusObjects.I_BusObjectsBuilder |
builder() |
boolean |
equals(Object o) |
static <T> I_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.
|
String |
getSAPObjectTaskCode()
(Key Field) Constraints: Not nullable, Maximum length: 18
|
String |
getSAPObjectTaskTypeName()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getSAPObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
getSAPObjectTypeName()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
Class<I_BusObjects> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setSAPObjectTaskCode(String sAPObjectTaskCode)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
void |
setSAPObjectTaskTypeName(String sAPObjectTaskTypeName)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setSAPObjectTypeName(String sAPObjectTypeName)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final I_BusObjectsSelectable ALL_FIELDS
public static final I_BusObjectsField<String> SAP_OBJECT_TYPE
public static final I_BusObjectsField<String> SAP_OBJECT_TYPE_NAME
public static final I_BusObjectsField<String> SAP_OBJECT_TASK_CODE
public static final I_BusObjectsField<String> SAP_OBJECT_TASK_TYPE_NAME
@Generated(value="lombok") public I_BusObjects()
@ConstructorProperties(value={"sAPObjectType","sAPObjectTypeName","sAPObjectTaskCode","sAPObjectTaskTypeName","erpConfigContext"}) @Generated(value="lombok") public I_BusObjects(@Nullable String sAPObjectType, @Nullable String sAPObjectTypeName, @Nullable String sAPObjectTaskCode, @Nullable String sAPObjectTaskTypeName, @Nullable ErpConfigContext erpConfigContext)
public Class<I_BusObjects> getType()
getType
in class VdmObject<I_BusObjects>
public static <T> I_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.@Generated(value="lombok") public static I_BusObjects.I_BusObjectsBuilder builder()
@Nullable @Generated(value="lombok") public String getSAPObjectType()
@Nullable @Generated(value="lombok") public String getSAPObjectTypeName()
@Nullable @Generated(value="lombok") public String getSAPObjectTaskCode()
@Nullable @Generated(value="lombok") public String getSAPObjectTaskTypeName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSAPObjectType(@Nullable String sAPObjectType)
sAPObjectType
- @Generated(value="lombok") public void setSAPObjectTypeName(@Nullable String sAPObjectTypeName)
sAPObjectTypeName
- @Generated(value="lombok") public void setSAPObjectTaskCode(@Nullable String sAPObjectTaskCode)
sAPObjectTaskCode
- @Generated(value="lombok") public void setSAPObjectTaskTypeName(@Nullable String sAPObjectTaskTypeName)
sAPObjectTaskTypeName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<I_BusObjects>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<I_BusObjects>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<I_BusObjects>
Copyright © 2018 SAP SE. All rights reserved.