public class ClfnCharcRefForKeyDate extends Entity<ClfnCharcRefForKeyDate>
Modifier and Type | Class and Description |
---|---|
static class |
ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<ClfnCharcRefForKeyDate,String> |
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations.
|
static EntityField<ClfnCharcRefForKeyDate,String> |
CHARC_REFERENCE_TABLE
Use with available fluent helpers to apply the CharcReferenceTable field to query operations.
|
static EntityField<ClfnCharcRefForKeyDate,String> |
CHARC_REFERENCE_TABLE_FIELD
Use with available fluent helpers to apply the CharcReferenceTableField field to query operations.
|
static EntityField<ClfnCharcRefForKeyDate,Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
Constructor and Description |
---|
ClfnCharcRefForKeyDate() |
ClfnCharcRefForKeyDate(String charcInternalID,
String charcReferenceTable,
String charcReferenceTableField,
Calendar keyDate,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder |
builder() |
boolean |
equals(Object o) |
static <T> EntityField<ClfnCharcRefForKeyDate,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getCharcInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCharcReferenceTable()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
getCharcReferenceTableField()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Calendar |
getKeyDate()
Constraints: Not nullable, Precision: 0
|
Class<ClfnCharcRefForKeyDate> |
getType() |
int |
hashCode() |
void |
setCharcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCharcReferenceTable(String charcReferenceTable)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setCharcReferenceTableField(String charcReferenceTableField)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setKeyDate(Calendar keyDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
public static final EntityField<ClfnCharcRefForKeyDate,String> CHARC_INTERNAL_ID
public static final EntityField<ClfnCharcRefForKeyDate,String> CHARC_REFERENCE_TABLE
public static final EntityField<ClfnCharcRefForKeyDate,String> CHARC_REFERENCE_TABLE_FIELD
public static final EntityField<ClfnCharcRefForKeyDate,Calendar> KEY_DATE
@Generated(value="lombok") public ClfnCharcRefForKeyDate()
@ConstructorProperties(value={"charcInternalID","charcReferenceTable","charcReferenceTableField","keyDate","erpConfigContext"}) @Generated(value="lombok") public ClfnCharcRefForKeyDate(@Nullable String charcInternalID, @Nullable String charcReferenceTable, @Nullable String charcReferenceTableField, @Nullable Calendar keyDate, ErpConfigContext erpConfigContext)
public Class<ClfnCharcRefForKeyDate> getType()
getType
in class Entity<ClfnCharcRefForKeyDate>
public static <T> EntityField<ClfnCharcRefForKeyDate,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 ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder builder()
@Nullable @Generated(value="lombok") public String getCharcInternalID()
@Nullable @Generated(value="lombok") public String getCharcReferenceTable()
An entry in this field is required if the characteristic refers to a field in a table. You need to enter the field name as well as the table name.
@Nullable @Generated(value="lombok") public String getCharcReferenceTableField()
@Nullable @Generated(value="lombok") public Calendar getKeyDate()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setCharcInternalID(@Nullable String charcInternalID)
charcInternalID
- @Generated(value="lombok") public void setCharcReferenceTable(@Nullable String charcReferenceTable)
An entry in this field is required if the characteristic refers to a field in a table. You need to enter the field name as well as the table name.
charcReferenceTable
- @Generated(value="lombok") public void setCharcReferenceTableField(@Nullable String charcReferenceTableField)
charcReferenceTableField
- @Generated(value="lombok") public void setKeyDate(@Nullable Calendar keyDate)
keyDate
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<ClfnCharcRefForKeyDate>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<ClfnCharcRefForKeyDate>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<ClfnCharcRefForKeyDate>
Copyright © 2017 SAP SE. All rights reserved.