public class ChangeMasterClassCharc extends Entity<ChangeMasterClassCharc>
Modifier and Type | Class and Description |
---|---|
static class |
ChangeMasterClassCharc.ChangeMasterClassCharcBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<ChangeMasterClassCharc,String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static EntityField<ChangeMasterClassCharc,String> |
CHARC_INTERNAL_ID
Use with available fluent helpers to apply the CharcInternalID field to query operations.
|
static EntityField<ChangeMasterClassCharc,String> |
CLASS_INTERNAL_ID
Use with available fluent helpers to apply the ClassInternalID field to query operations.
|
static EntityField<ChangeMasterClassCharc,String> |
CLASS_TYPE
Use with available fluent helpers to apply the ClassType field to query operations.
|
static EntityField<ChangeMasterClassCharc,Calendar> |
KEY_DATE
Use with available fluent helpers to apply the KeyDate field to query operations.
|
Constructor and Description |
---|
ChangeMasterClassCharc() |
ChangeMasterClassCharc(String changeNumber,
String classInternalID,
String charcInternalID,
Calendar keyDate,
String classType,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ChangeMasterClassCharc.ChangeMasterClassCharcBuilder |
builder() |
boolean |
equals(Object o) |
List<ChangeMasterCharcValue> |
fetchValuation()
Fetches the ChangeMasterCharcValue entities (one to many) associated with this entity.
|
static <T> EntityField<ChangeMasterClassCharc,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getChangeNumber()
(Key Field) Constraints: Not nullable, Maximum length: 90
|
String |
getCharcInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getClassInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getClassType()
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<ChangeMasterClassCharc> |
getType() |
int |
hashCode() |
void |
setChangeNumber(String changeNumber)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
void |
setCharcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setClassInternalID(String classInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setClassType(String classType)
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<ChangeMasterClassCharc,String> CHANGE_NUMBER
public static final EntityField<ChangeMasterClassCharc,String> CLASS_INTERNAL_ID
public static final EntityField<ChangeMasterClassCharc,String> CHARC_INTERNAL_ID
public static final EntityField<ChangeMasterClassCharc,Calendar> KEY_DATE
public static final EntityField<ChangeMasterClassCharc,String> CLASS_TYPE
@Generated(value="lombok") public ChangeMasterClassCharc()
@ConstructorProperties(value={"changeNumber","classInternalID","charcInternalID","keyDate","classType","erpConfigContext"}) @Generated(value="lombok") public ChangeMasterClassCharc(@Nullable String changeNumber, @Nullable String classInternalID, @Nullable String charcInternalID, @Nullable Calendar keyDate, @Nullable String classType, ErpConfigContext erpConfigContext)
public Class<ChangeMasterClassCharc> getType()
getType
in class Entity<ChangeMasterClassCharc>
public static <T> EntityField<ChangeMasterClassCharc,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 List<ChangeMasterCharcValue> fetchValuation() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static ChangeMasterClassCharc.ChangeMasterClassCharcBuilder builder()
@Nullable @Generated(value="lombok") public String getChangeNumber()
@Nullable @Generated(value="lombok") public String getClassInternalID()
@Nullable @Generated(value="lombok") public String getCharcInternalID()
@Nullable @Generated(value="lombok") public Calendar getKeyDate()
@Nullable @Generated(value="lombok") public String getClassType()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setChangeNumber(@Nullable String changeNumber)
changeNumber
- @Generated(value="lombok") public void setClassInternalID(@Nullable String classInternalID)
classInternalID
- @Generated(value="lombok") public void setCharcInternalID(@Nullable String charcInternalID)
charcInternalID
- @Generated(value="lombok") public void setKeyDate(@Nullable Calendar keyDate)
keyDate
- @Generated(value="lombok") public void setClassType(@Nullable String classType)
classType
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<ChangeMasterClassCharc>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<ChangeMasterClassCharc>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<ChangeMasterClassCharc>
Copyright © 2017 SAP SE. All rights reserved.