public class BusinessObjectKeys extends VdmEntity<BusinessObjectKeys>
Original entity name from the Odata EDM: I_BusinessObjectKeysType
Modifier and Type | Class and Description |
---|---|
static class |
BusinessObjectKeys.BusinessObjectKeysBuilder |
Modifier and Type | Field and Description |
---|---|
static BusinessObjectKeysSelectable |
ALL_FIELDS
Selector for all available fields of BusinessObjectKeys.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME1
Use with available fluent helpers to apply the KeyFieldName1 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME2
Use with available fluent helpers to apply the KeyFieldName2 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME3
Use with available fluent helpers to apply the KeyFieldName3 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME4
Use with available fluent helpers to apply the KeyFieldName4 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME5
Use with available fluent helpers to apply the KeyFieldName5 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME6
Use with available fluent helpers to apply the KeyFieldName6 field to query operations.
|
static BusinessObjectKeysField<String> |
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations.
|
Constructor and Description |
---|
BusinessObjectKeys() |
BusinessObjectKeys(String sAPObjectType,
String keyFieldName1,
String keyFieldName2,
String keyFieldName3,
String keyFieldName4,
String keyFieldName5,
String keyFieldName6,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static BusinessObjectKeys.BusinessObjectKeysBuilder |
builder() |
boolean |
equals(Object o) |
static <T> BusinessObjectKeysField<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 |
getKeyFieldName1()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName1
|
String |
getKeyFieldName2()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName2
|
String |
getKeyFieldName3()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName3
|
String |
getKeyFieldName4()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName4
|
String |
getKeyFieldName5()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName5
|
String |
getKeyFieldName6()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName6
|
String |
getSAPObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 30 Original property name from the Odata EDM: SAPObjectType
|
Class<BusinessObjectKeys> |
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 |
setKeyFieldName1(String keyFieldName1)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName1
|
void |
setKeyFieldName2(String keyFieldName2)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName2
|
void |
setKeyFieldName3(String keyFieldName3)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName3
|
void |
setKeyFieldName4(String keyFieldName4)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName4
|
void |
setKeyFieldName5(String keyFieldName5)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName5
|
void |
setKeyFieldName6(String keyFieldName6)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: KeyFieldName6
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30 Original property name from the Odata EDM: SAPObjectType
|
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final BusinessObjectKeysSelectable ALL_FIELDS
public static final BusinessObjectKeysField<String> SAP_OBJECT_TYPE
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME1
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME2
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME3
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME4
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME5
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME6
public BusinessObjectKeys()
public BusinessObjectKeys(@Nullable String sAPObjectType, @Nullable String keyFieldName1, @Nullable String keyFieldName2, @Nullable String keyFieldName3, @Nullable String keyFieldName4, @Nullable String keyFieldName5, @Nullable String keyFieldName6, @Nullable ErpConfigContext erpConfigContext)
public Class<BusinessObjectKeys> getType()
getType
in class VdmObject<BusinessObjectKeys>
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 setKeyFieldName1(@Nullable String keyFieldName1)
Original property name from the Odata EDM: KeyFieldName1
keyFieldName1
- Indicates a unique identifier for a particular business object, which is stored in the outbound queue.public void setKeyFieldName2(@Nullable String keyFieldName2)
Original property name from the Odata EDM: KeyFieldName2
keyFieldName2
- Indicates a unique identifier for a particular business object, which is stored in the outbound queue.public void setKeyFieldName3(@Nullable String keyFieldName3)
Original property name from the Odata EDM: KeyFieldName3
keyFieldName3
- Indicates a unique identifier for a particular business object, which is stored in the outbound queue.public void setKeyFieldName4(@Nullable String keyFieldName4)
Original property name from the Odata EDM: KeyFieldName4
keyFieldName4
- Indicates a unique identifier for a particular business object, which is stored in the outbound queue.public void setKeyFieldName5(@Nullable String keyFieldName5)
Original property name from the Odata EDM: KeyFieldName5
keyFieldName5
- Indicates a unique identifier for a particular business object, which is stored in the outbound queue.public void setKeyFieldName6(@Nullable String keyFieldName6)
Original property name from the Odata EDM: KeyFieldName6
keyFieldName6
- Indicates a unique identifier for a particular business object, which is stored in the outbound queue.public static <T> BusinessObjectKeysField<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 BusinessObjectKeys.BusinessObjectKeysBuilder builder()
@Nullable public String getSAPObjectType()
Original property name from the Odata EDM: SAPObjectType
@Nullable public String getKeyFieldName1()
Original property name from the Odata EDM: KeyFieldName1
@Nullable public String getKeyFieldName2()
Original property name from the Odata EDM: KeyFieldName2
@Nullable public String getKeyFieldName3()
Original property name from the Odata EDM: KeyFieldName3
@Nullable public String getKeyFieldName4()
Original property name from the Odata EDM: KeyFieldName4
@Nullable public String getKeyFieldName5()
Original property name from the Odata EDM: KeyFieldName5
@Nullable public String getKeyFieldName6()
Original property name from the Odata EDM: KeyFieldName6
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<BusinessObjectKeys>
public boolean equals(Object o)
equals
in class VdmObject<BusinessObjectKeys>
public int hashCode()
hashCode
in class VdmObject<BusinessObjectKeys>
Copyright © 2018 SAP SE. All rights reserved.