public class ClfnCharcRstrcnForKeyDate extends Entity<ClfnCharcRstrcnForKeyDate>
Modifier and Type | Class and Description |
---|---|
static class |
ClfnCharcRstrcnForKeyDate.ClfnCharcRstrcnForKeyDateBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<ClfnCharcRstrcnForKeyDate,String> |
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations.
|
static EntityField<ClfnCharcRstrcnForKeyDate,String> |
CLASS_TYPE
Use with available fluent helpers to apply the ClassType field to query operations.
|
static EntityField<ClfnCharcRstrcnForKeyDate,Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
Constructor and Description |
---|
ClfnCharcRstrcnForKeyDate() |
ClfnCharcRstrcnForKeyDate(String charcInternalID,
String classType,
Calendar keyDate,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ClfnCharcRstrcnForKeyDate.ClfnCharcRstrcnForKeyDateBuilder |
builder() |
boolean |
equals(Object o) |
static <T> EntityField<ClfnCharcRstrcnForKeyDate,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 |
getClassType()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Calendar |
getKeyDate()
Constraints: Not nullable, Precision: 0
|
Class<ClfnCharcRstrcnForKeyDate> |
getType() |
int |
hashCode() |
void |
setCharcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setClassType(String classType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
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<ClfnCharcRstrcnForKeyDate,String> CHARC_INTERNAL_ID
public static final EntityField<ClfnCharcRstrcnForKeyDate,String> CLASS_TYPE
public static final EntityField<ClfnCharcRstrcnForKeyDate,Calendar> KEY_DATE
@Generated(value="lombok") public ClfnCharcRstrcnForKeyDate()
@ConstructorProperties(value={"charcInternalID","classType","keyDate","erpConfigContext"}) @Generated(value="lombok") public ClfnCharcRstrcnForKeyDate(@Nullable String charcInternalID, @Nullable String classType, @Nullable Calendar keyDate, ErpConfigContext erpConfigContext)
public Class<ClfnCharcRstrcnForKeyDate> getType()
getType
in class Entity<ClfnCharcRstrcnForKeyDate>
public static <T> EntityField<ClfnCharcRstrcnForKeyDate,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 ClfnCharcRstrcnForKeyDate.ClfnCharcRstrcnForKeyDateBuilder builder()
@Nullable @Generated(value="lombok") public String getCharcInternalID()
@Nullable @Generated(value="lombok") public String getClassType()
@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 setClassType(@Nullable String classType)
classType
- @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<ClfnCharcRstrcnForKeyDate>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<ClfnCharcRstrcnForKeyDate>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<ClfnCharcRstrcnForKeyDate>
Copyright © 2017 SAP SE. All rights reserved.