public class TRIALBALANCEParameters extends VdmEntity<TRIALBALANCEParameters>
Original entity name from the Odata EDM: C_TRIALBALANCEParameters
Modifier and Type | Class and Description |
---|---|
static class |
TRIALBALANCEParameters.TRIALBALANCEParametersBuilder |
Modifier and Type | Field and Description |
---|---|
static TRIALBALANCEParametersSelectable |
ALL_FIELDS
Selector for all available fields of TRIALBALANCEParameters.
|
static TRIALBALANCEParametersField<Calendar> |
P_FROM_POSTING_DATE
Use with available fluent helpers to apply the P_FromPostingDate field to query operations.
|
static TRIALBALANCEParametersField<String> |
P_FROM_POSTING_DATE_TEXT
Use with available fluent helpers to apply the P_FromPostingDateText field to query operations.
|
static TRIALBALANCEParametersField<Calendar> |
P_TO_POSTING_DATE
Use with available fluent helpers to apply the P_ToPostingDate field to query operations.
|
static TRIALBALANCEParametersField<String> |
P_TO_POSTING_DATE_TEXT
Use with available fluent helpers to apply the P_ToPostingDateText field to query operations.
|
static TRIALBALANCEParametersLink<TRIALBALANCEResult> |
TO_RESULTS
Use with available fluent helpers to apply the Results navigation property to query operations.
|
Constructor and Description |
---|
TRIALBALANCEParameters() |
TRIALBALANCEParameters(Calendar p_FromPostingDate,
String p_FromPostingDateText,
Calendar p_ToPostingDate,
String p_ToPostingDateText,
ErpConfigContext erpConfigContext,
List<TRIALBALANCEResult> toResults) |
Modifier and Type | Method and Description |
---|---|
void |
addResults(TRIALBALANCEResult... entity)
Adds elements to the list of associated TRIALBALANCEResult entities.
|
static TRIALBALANCEParameters.TRIALBALANCEParametersBuilder |
builder() |
boolean |
equals(Object o) |
List<TRIALBALANCEResult> |
fetchResults()
Fetches the TRIALBALANCEResult entities (one to many) associated with this entity.
|
static <T> TRIALBALANCEParametersField<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. fetching associated entities).
|
Calendar |
getP_FromPostingDate()
(Key Field) Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: P_FromPostingDate
|
String |
getP_FromPostingDateText()
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: P_FromPostingDateText
|
Calendar |
getP_ToPostingDate()
(Key Field) Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: P_ToPostingDate
|
String |
getP_ToPostingDateText()
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: P_ToPostingDateText
|
List<TRIALBALANCEResult> |
getResultsOrFetch()
Retrieval of associated TRIALBALANCEResult entities (one to many).
|
com.google.common.base.Optional<List<TRIALBALANCEResult>> |
getResultsOrNull()
Retrieval of associated TRIALBALANCEResult entities (one to many).
|
Class<TRIALBALANCEParameters> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setP_FromPostingDate(Calendar p_FromPostingDate)
(Key Field) Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: P_FromPostingDate
|
void |
setP_FromPostingDateText(String p_FromPostingDateText)
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: P_FromPostingDateText
|
void |
setP_ToPostingDate(Calendar p_ToPostingDate)
(Key Field) Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: P_ToPostingDate
|
void |
setP_ToPostingDateText(String p_ToPostingDateText)
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: P_ToPostingDateText
|
void |
setResults(List<TRIALBALANCEResult> value)
Overwrites the list of associated TRIALBALANCEResult entities for the loaded navigation property Results.
|
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final TRIALBALANCEParametersSelectable ALL_FIELDS
public static final TRIALBALANCEParametersField<Calendar> P_FROM_POSTING_DATE
public static final TRIALBALANCEParametersField<String> P_FROM_POSTING_DATE_TEXT
public static final TRIALBALANCEParametersField<Calendar> P_TO_POSTING_DATE
public static final TRIALBALANCEParametersField<String> P_TO_POSTING_DATE_TEXT
public static final TRIALBALANCEParametersLink<TRIALBALANCEResult> TO_RESULTS
public Class<TRIALBALANCEParameters> getType()
getType
in class VdmObject<TRIALBALANCEParameters>
public void setP_FromPostingDate(@Nullable Calendar p_FromPostingDate)
Original property name from the Odata EDM: P_FromPostingDate
p_FromPostingDate
- Posting Date Frompublic void setP_FromPostingDateText(@Nullable String p_FromPostingDateText)
Original property name from the Odata EDM: P_FromPostingDateText
p_FromPostingDateText
- Posting Date Frompublic void setP_ToPostingDate(@Nullable Calendar p_ToPostingDate)
Original property name from the Odata EDM: P_ToPostingDate
p_ToPostingDate
- Posting Date Topublic void setP_ToPostingDateText(@Nullable String p_ToPostingDateText)
Original property name from the Odata EDM: P_ToPostingDateText
p_ToPostingDateText
- Posting Date Topublic static <T> TRIALBALANCEParametersField<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<TRIALBALANCEResult> fetchResults() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<TRIALBALANCEResult> getResultsOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property Results of a queried TRIALBALANCEParameters is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public com.google.common.base.Optional<List<TRIALBALANCEResult>> getResultsOrNull()
If the navigation property for an entity TRIALBALANCEParameters has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setResults(@NonNull List<TRIALBALANCEResult> value)
If the navigation property Results of a queried TRIALBALANCEParameters is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of TRIALBALANCEResult entities.public void addResults(TRIALBALANCEResult... entity)
If the navigation property Results of a queried TRIALBALANCEParameters is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of TRIALBALANCEResult entities.public static TRIALBALANCEParameters.TRIALBALANCEParametersBuilder builder()
@Nullable public Calendar getP_FromPostingDate()
Original property name from the Odata EDM: P_FromPostingDate
@Nullable public String getP_FromPostingDateText()
Original property name from the Odata EDM: P_FromPostingDateText
@Nullable public Calendar getP_ToPostingDate()
Original property name from the Odata EDM: P_ToPostingDate
@Nullable public String getP_ToPostingDateText()
Original property name from the Odata EDM: P_ToPostingDateText
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<TRIALBALANCEParameters>
public boolean equals(Object o)
equals
in class VdmObject<TRIALBALANCEParameters>
public int hashCode()
hashCode
in class VdmObject<TRIALBALANCEParameters>
Copyright © 2018 SAP SE. All rights reserved.