public class I_BusinessObjectKeys extends VdmEntity<I_BusinessObjectKeys>
Modifier and Type | Class and Description |
---|---|
static class |
I_BusinessObjectKeys.I_BusinessObjectKeysBuilder |
Modifier and Type | Field and Description |
---|---|
static I_BusinessObjectKeysSelectable |
ALL_FIELDS
Selector for all available fields of I_BusinessObjectKeys.
|
static I_BusinessObjectKeysField<String> |
KEY_FIELD_NAME1
Use with available fluent helpers to apply the KeyFieldName1 field to query operations.
|
static I_BusinessObjectKeysField<String> |
KEY_FIELD_NAME2
Use with available fluent helpers to apply the KeyFieldName2 field to query operations.
|
static I_BusinessObjectKeysField<String> |
KEY_FIELD_NAME3
Use with available fluent helpers to apply the KeyFieldName3 field to query operations.
|
static I_BusinessObjectKeysField<String> |
KEY_FIELD_NAME4
Use with available fluent helpers to apply the KeyFieldName4 field to query operations.
|
static I_BusinessObjectKeysField<String> |
KEY_FIELD_NAME5
Use with available fluent helpers to apply the KeyFieldName5 field to query operations.
|
static I_BusinessObjectKeysField<String> |
KEY_FIELD_NAME6
Use with available fluent helpers to apply the KeyFieldName6 field to query operations.
|
static I_BusinessObjectKeysField<String> |
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations.
|
Constructor and Description |
---|
I_BusinessObjectKeys() |
I_BusinessObjectKeys(String sAPObjectType,
String keyFieldName1,
String keyFieldName2,
String keyFieldName3,
String keyFieldName4,
String keyFieldName5,
String keyFieldName6,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static I_BusinessObjectKeys.I_BusinessObjectKeysBuilder |
builder() |
boolean |
equals(Object o) |
static <T> I_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.
|
String |
getKeyFieldName1()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName2()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName3()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName4()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName5()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName6()
Constraints: Not nullable, Maximum length: 40
|
String |
getSAPObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
Class<I_BusinessObjectKeys> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setKeyFieldName1(String keyFieldName1)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName2(String keyFieldName2)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName3(String keyFieldName3)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName4(String keyFieldName4)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName5(String keyFieldName5)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName6(String keyFieldName6)
Constraints: Not nullable, Maximum length: 40
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final I_BusinessObjectKeysSelectable ALL_FIELDS
public static final I_BusinessObjectKeysField<String> SAP_OBJECT_TYPE
public static final I_BusinessObjectKeysField<String> KEY_FIELD_NAME1
public static final I_BusinessObjectKeysField<String> KEY_FIELD_NAME2
public static final I_BusinessObjectKeysField<String> KEY_FIELD_NAME3
public static final I_BusinessObjectKeysField<String> KEY_FIELD_NAME4
public static final I_BusinessObjectKeysField<String> KEY_FIELD_NAME5
public static final I_BusinessObjectKeysField<String> KEY_FIELD_NAME6
@Generated(value="lombok") public I_BusinessObjectKeys()
@ConstructorProperties(value={"sAPObjectType","keyFieldName1","keyFieldName2","keyFieldName3","keyFieldName4","keyFieldName5","keyFieldName6","erpConfigContext"}) @Generated(value="lombok") public I_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<I_BusinessObjectKeys> getType()
getType
in class VdmObject<I_BusinessObjectKeys>
public static <T> I_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.@Generated(value="lombok") public static I_BusinessObjectKeys.I_BusinessObjectKeysBuilder builder()
@Nullable @Generated(value="lombok") public String getSAPObjectType()
@Nullable @Generated(value="lombok") public String getKeyFieldName1()
@Nullable @Generated(value="lombok") public String getKeyFieldName2()
@Nullable @Generated(value="lombok") public String getKeyFieldName3()
@Nullable @Generated(value="lombok") public String getKeyFieldName4()
@Nullable @Generated(value="lombok") public String getKeyFieldName5()
@Nullable @Generated(value="lombok") public String getKeyFieldName6()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSAPObjectType(@Nullable String sAPObjectType)
sAPObjectType
- @Generated(value="lombok") public void setKeyFieldName1(@Nullable String keyFieldName1)
keyFieldName1
- @Generated(value="lombok") public void setKeyFieldName2(@Nullable String keyFieldName2)
keyFieldName2
- @Generated(value="lombok") public void setKeyFieldName3(@Nullable String keyFieldName3)
keyFieldName3
- @Generated(value="lombok") public void setKeyFieldName4(@Nullable String keyFieldName4)
keyFieldName4
- @Generated(value="lombok") public void setKeyFieldName5(@Nullable String keyFieldName5)
keyFieldName5
- @Generated(value="lombok") public void setKeyFieldName6(@Nullable String keyFieldName6)
keyFieldName6
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<I_BusinessObjectKeys>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<I_BusinessObjectKeys>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<I_BusinessObjectKeys>
Copyright © 2017 SAP SE. All rights reserved.