public class C_TRIALBALANCEParameters extends Entity<C_TRIALBALANCEParameters>
Modifier and Type | Class and Description |
---|---|
static class |
C_TRIALBALANCEParameters.C_TRIALBALANCEParametersBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<C_TRIALBALANCEParameters,Calendar> |
P__FROM_POSTING_DATE
Use with available fluent helpers to apply the P_FromPostingDate field to query operations.
|
static EntityField<C_TRIALBALANCEParameters,String> |
P__FROM_POSTING_DATE_TEXT
Use with available fluent helpers to apply the P_FromPostingDateText field to query operations.
|
static EntityField<C_TRIALBALANCEParameters,Calendar> |
P__TO_POSTING_DATE
Use with available fluent helpers to apply the P_ToPostingDate field to query operations.
|
static EntityField<C_TRIALBALANCEParameters,String> |
P__TO_POSTING_DATE_TEXT
Use with available fluent helpers to apply the P_ToPostingDateText field to query operations.
|
Constructor and Description |
---|
C_TRIALBALANCEParameters() |
C_TRIALBALANCEParameters(Calendar p_FromPostingDate,
String p_FromPostingDateText,
Calendar p_ToPostingDate,
String p_ToPostingDateText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static C_TRIALBALANCEParameters.C_TRIALBALANCEParametersBuilder |
builder() |
boolean |
equals(Object o) |
static <T> EntityField<C_TRIALBALANCEParameters,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.
|
Calendar |
getP_FromPostingDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
String |
getP_FromPostingDateText()
Constraints: Not nullable, Maximum length: 60
|
Calendar |
getP_ToPostingDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
String |
getP_ToPostingDateText()
Constraints: Not nullable, Maximum length: 60
|
Class<C_TRIALBALANCEParameters> |
getType() |
int |
hashCode() |
List<C_TRIALBALANCEResult> |
results()
Fetches the C_TRIALBALANCEResult entities (one to many) associated with this entity.
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setP_FromPostingDate(Calendar p_FromPostingDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
void |
setP_FromPostingDateText(String p_FromPostingDateText)
Constraints: Not nullable, Maximum length: 60
|
void |
setP_ToPostingDate(Calendar p_ToPostingDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
void |
setP_ToPostingDateText(String p_ToPostingDateText)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
public static final EntityField<C_TRIALBALANCEParameters,Calendar> P__FROM_POSTING_DATE
public static final EntityField<C_TRIALBALANCEParameters,String> P__FROM_POSTING_DATE_TEXT
public static final EntityField<C_TRIALBALANCEParameters,Calendar> P__TO_POSTING_DATE
public static final EntityField<C_TRIALBALANCEParameters,String> P__TO_POSTING_DATE_TEXT
@Generated(value="lombok") public C_TRIALBALANCEParameters()
@ConstructorProperties(value={"p_FromPostingDate","p_FromPostingDateText","p_ToPostingDate","p_ToPostingDateText","erpConfigContext"}) @Generated(value="lombok") public C_TRIALBALANCEParameters(@Nullable Calendar p_FromPostingDate, @Nullable String p_FromPostingDateText, @Nullable Calendar p_ToPostingDate, @Nullable String p_ToPostingDateText, ErpConfigContext erpConfigContext)
public Class<C_TRIALBALANCEParameters> getType()
getType
in class Entity<C_TRIALBALANCEParameters>
public static <T> EntityField<C_TRIALBALANCEParameters,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<C_TRIALBALANCEResult> results() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static C_TRIALBALANCEParameters.C_TRIALBALANCEParametersBuilder builder()
@Nullable @Generated(value="lombok") public Calendar getP_FromPostingDate()
@Nullable @Generated(value="lombok") public String getP_FromPostingDateText()
@Nullable @Generated(value="lombok") public Calendar getP_ToPostingDate()
@Nullable @Generated(value="lombok") public String getP_ToPostingDateText()
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setP_FromPostingDate(@Nullable Calendar p_FromPostingDate)
p_FromPostingDate
- @Generated(value="lombok") public void setP_FromPostingDateText(@Nullable String p_FromPostingDateText)
p_FromPostingDateText
- @Generated(value="lombok") public void setP_ToPostingDate(@Nullable Calendar p_ToPostingDate)
p_ToPostingDate
- @Generated(value="lombok") public void setP_ToPostingDateText(@Nullable String p_ToPostingDateText)
p_ToPostingDateText
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<C_TRIALBALANCEParameters>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<C_TRIALBALANCEParameters>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<C_TRIALBALANCEParameters>
Copyright © 2017 SAP SE. All rights reserved.