public class ControllingDebitCreditCode extends Entity<ControllingDebitCreditCode>
Modifier and Type | Class and Description |
---|---|
static class |
ControllingDebitCreditCode.ControllingDebitCreditCodeBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<ControllingDebitCreditCode,String> |
CONTROLLING_DEBIT_CREDIT_CODE
Use with available fluent helpers to apply the ControllingDebitCreditCode field to query operations.
|
Constructor and Description |
---|
ControllingDebitCreditCode() |
ControllingDebitCreditCode(String controllingDebitCreditCode,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ControllingDebitCreditCode.ControllingDebitCreditCodeBuilder |
builder() |
boolean |
equals(Object o) |
List<ControllingDebitCreditCodeT> |
fetchText()
Fetches the ControllingDebitCreditCodeT entities (one to many) associated with this entity.
|
static <T> EntityField<ControllingDebitCreditCode,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getControllingDebitCreditCode()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Class<ControllingDebitCreditCode> |
getType() |
int |
hashCode() |
void |
setControllingDebitCreditCode(String controllingDebitCreditCode)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
toString() |
public static final EntityField<ControllingDebitCreditCode,String> CONTROLLING_DEBIT_CREDIT_CODE
@Generated(value="lombok") public ControllingDebitCreditCode()
@ConstructorProperties(value={"controllingDebitCreditCode","erpConfigContext"}) @Generated(value="lombok") public ControllingDebitCreditCode(@Nullable String controllingDebitCreditCode, ErpConfigContext erpConfigContext)
public Class<ControllingDebitCreditCode> getType()
getType
in class Entity<ControllingDebitCreditCode>
public static <T> EntityField<ControllingDebitCreditCode,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<ControllingDebitCreditCodeT> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static ControllingDebitCreditCode.ControllingDebitCreditCodeBuilder builder()
@Nullable @Generated(value="lombok") public String getControllingDebitCreditCode()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setControllingDebitCreditCode(@Nullable String controllingDebitCreditCode)
controllingDebitCreditCode
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<ControllingDebitCreditCode>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<ControllingDebitCreditCode>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<ControllingDebitCreditCode>
Copyright © 2017 SAP SE. All rights reserved.