public class EntProjectElementJVA extends VdmEntity<EntProjectElementJVA>
Original entity name from the Odata EDM: A_EntProjectElementJVAType
Modifier and Type | Class and Description |
---|---|
static class |
EntProjectElementJVA.EntProjectElementJVABuilder |
Modifier and Type | Field and Description |
---|---|
static EntProjectElementJVASelectable |
ALL_FIELDS
Selector for all available fields of EntProjectElementJVA.
|
static EntProjectElementJVAField<String> |
JNT_INTRST_BILLG_CLASS
Use with available fluent helpers to apply the JntIntrstBillgClass field to query operations.
|
static EntProjectElementJVAField<String> |
JNT_INTRST_BILLG_SUB_CLASS
Use with available fluent helpers to apply the JntIntrstBillgSubClass field to query operations.
|
static EntProjectElementJVAField<String> |
JNT_VNTR_PROJECT_TYPE
Use with available fluent helpers to apply the JntVntrProjectType field to query operations.
|
static EntProjectElementJVAField<String> |
JOINT_VENTURE
Use with available fluent helpers to apply the JointVenture field to query operations.
|
static EntProjectElementJVAField<String> |
JOINT_VENTURE_COST_RECOVERY_CODE
Use with available fluent helpers to apply the JointVentureCostRecoveryCode field to query operations.
|
static EntProjectElementJVAField<String> |
JOINT_VENTURE_EQUITY_TYPE
Use with available fluent helpers to apply the JointVentureEquityType field to query operations.
|
static EntProjectElementJVAField<UUID> |
PROJECT_ELEMENT_UUID
Use with available fluent helpers to apply the ProjectElementUUID field to query operations.
|
static EntProjectElementJVAField<UUID> |
PROJECT_UUID
Use with available fluent helpers to apply the ProjectUUID field to query operations.
|
static EntProjectElementJVAField<ZonedDateTime> |
PROJECTLASTCHANGEDDATETIME
Use with available fluent helpers to apply the PROJECTLASTCHANGEDDATETIME field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
EntProjectElementJVA() |
EntProjectElementJVA(UUID projectElementUUID,
UUID projectUUID,
String jointVenture,
String jointVentureCostRecoveryCode,
String jointVentureEquityType,
String jntVntrProjectType,
String jntIntrstBillgClass,
String jntIntrstBillgSubClass,
ZonedDateTime pROJECTLASTCHANGEDDATETIME) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static EntProjectElementJVA.EntProjectElementJVABuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> EntProjectElementJVAField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getJntIntrstBillgClass()
Constraints: Not nullable, Maximum length: 3
|
String |
getJntIntrstBillgSubClass()
Constraints: Not nullable, Maximum length: 5
|
String |
getJntVntrProjectType()
Constraints: Not nullable, Maximum length: 4
|
String |
getJointVenture()
Constraints: Not nullable, Maximum length: 6
|
String |
getJointVentureCostRecoveryCode()
Constraints: Not nullable, Maximum length: 2
|
String |
getJointVentureEquityType()
Constraints: Not nullable, Maximum length: 3
|
protected Map<String,Object> |
getKey() |
UUID |
getProjectElementUUID()
(Key Field) Constraints: Not nullable
|
ZonedDateTime |
getPROJECTLASTCHANGEDDATETIME()
Constraints: Not nullable, Precision: 0
|
UUID |
getProjectUUID()
Constraints: none
|
Class<EntProjectElementJVA> |
getType() |
int |
hashCode() |
void |
setJntIntrstBillgClass(String jntIntrstBillgClass)
Constraints: Not nullable, Maximum length: 3
|
void |
setJntIntrstBillgSubClass(String jntIntrstBillgSubClass)
Constraints: Not nullable, Maximum length: 5
|
void |
setJntVntrProjectType(String jntVntrProjectType)
Constraints: Not nullable, Maximum length: 4
|
void |
setJointVenture(String jointVenture)
Constraints: Not nullable, Maximum length: 6
|
void |
setJointVentureCostRecoveryCode(String jointVentureCostRecoveryCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setJointVentureEquityType(String jointVentureEquityType)
Constraints: Not nullable, Maximum length: 3
|
void |
setProjectElementUUID(UUID projectElementUUID)
(Key Field) Constraints: Not nullable
|
void |
setPROJECTLASTCHANGEDDATETIME(ZonedDateTime pROJECTLASTCHANGEDDATETIME)
Constraints: Not nullable, Precision: 0
|
void |
setProjectUUID(UUID projectUUID)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final EntProjectElementJVASelectable ALL_FIELDS
public static final EntProjectElementJVAField<UUID> PROJECT_ELEMENT_UUID
public static final EntProjectElementJVAField<UUID> PROJECT_UUID
public static final EntProjectElementJVAField<String> JOINT_VENTURE
public static final EntProjectElementJVAField<String> JOINT_VENTURE_COST_RECOVERY_CODE
public static final EntProjectElementJVAField<String> JOINT_VENTURE_EQUITY_TYPE
public static final EntProjectElementJVAField<String> JNT_VNTR_PROJECT_TYPE
public static final EntProjectElementJVAField<String> JNT_INTRST_BILLG_CLASS
public static final EntProjectElementJVAField<String> JNT_INTRST_BILLG_SUB_CLASS
public static final EntProjectElementJVAField<ZonedDateTime> PROJECTLASTCHANGEDDATETIME
public EntProjectElementJVA()
public EntProjectElementJVA(@Nullable UUID projectElementUUID, @Nullable UUID projectUUID, @Nullable String jointVenture, @Nullable String jointVentureCostRecoveryCode, @Nullable String jointVentureEquityType, @Nullable String jntVntrProjectType, @Nullable String jntIntrstBillgClass, @Nullable String jntIntrstBillgSubClass, @Nullable ZonedDateTime pROJECTLASTCHANGEDDATETIME)
@Nonnull public Class<EntProjectElementJVA> getType()
getType
in class VdmObject<EntProjectElementJVA>
public void setProjectElementUUID(@Nullable UUID projectElementUUID)
Original property name from the Odata EDM: ProjectElementUUID
projectElementUUID
- Entity Guidpublic void setProjectUUID(@Nullable UUID projectUUID)
Original property name from the Odata EDM: ProjectUUID
projectUUID
- Entity Guidpublic void setJointVenture(@Nullable String jointVenture)
Original property name from the Odata EDM: JointVenture
A joint venture is usually lead by an operating authority, who is responsible for the costs incurred. At the end of a period, all of the costs incurred are split up and allocated to the partners involved.Joint ventures are created to keep costs as low as possible for the operating authority and the partners. This is achieved by distributing the costs incurred to the participants of the joint venture.In the oil industry, new drill-holes are seldomly controlled by the oil companies alone. Instead, contracts are made with other companies. The contract regulates the costs incurred. This enables the risks involved with an unsuccessful drill-hole to be spread out over several companies.Of course, the anticipated profits (from a rich drill-hole) are also distributed to the partners involved. However, the distribution of the profits is not carried out by the SAP Joint Venture Accounting solution.
jointVenture
- A joint venture in the SAP System is a summarization of cost objects whose costs are split up among
partners.public void setJointVentureCostRecoveryCode(@Nullable String jointVentureCostRecoveryCode)
Original property name from the Odata EDM: JointVentureCostRecoveryCode
You can define recovery indicators at three different levels:o Document typeYou can assign a recovery indicator to each document type for thecredit side and for the debit side. These recovery indicators areinternal recovery indicators and are defined in a separate systemtable.o Cost element (primary and secondary)o Cost objectWhen you make a posting in one of the feeder systems of the Joint Venture Accounting System, all three levels are evaluated in the sequence defined. The first recovery indicator found is transferred to the Joint Venture Accounting System.o Costs that are 100% allocableo Costs borne 100% by the operatoro Overheads applied by the operatoro Costs which exceed a contractually agreed price and cannot thereforebe allocatedo Costs already allocated
jointVentureCostRecoveryCode
- In global companies that belong to joint ventures, incurred costs are usually shared among different
recovery indicators which can then be dealt with in different ways using the periodic settlement
program.public void setJointVentureEquityType(@Nullable String jointVentureEquityType)
Original property name from the Odata EDM: JointVentureEquityType
jointVentureEquityType
- Equity Typepublic void setJntVntrProjectType(@Nullable String jntVntrProjectType)
Original property name from the Odata EDM: JntVntrProjectType
jntVntrProjectType
- Joint Venture Object Typepublic void setJntIntrstBillgClass(@Nullable String jntIntrstBillgClass)
Original property name from the Odata EDM: JntIntrstBillgClass
jntIntrstBillgClass
- JIB/JIBE Classpublic void setJntIntrstBillgSubClass(@Nullable String jntIntrstBillgSubClass)
Original property name from the Odata EDM: JntIntrstBillgSubClass
jntIntrstBillgSubClass
- JIB/JIBE Subclass Apublic void setPROJECTLASTCHANGEDDATETIME(@Nullable ZonedDateTime pROJECTLASTCHANGEDDATETIME)
Original property name from the Odata EDM: PROJECTLASTCHANGEDDATETIME
pROJECTLASTCHANGEDDATETIME
- Timestamp on which project data was changed lastprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<EntProjectElementJVA>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<EntProjectElementJVA>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<EntProjectElementJVA>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<EntProjectElementJVA>
@Nonnull public static <T> EntProjectElementJVAField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> EntProjectElementJVAField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<EntProjectElementJVA>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<EntProjectElementJVA>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<EntProjectElementJVA>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<EntProjectElementJVA>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static EntProjectElementJVA.EntProjectElementJVABuilder builder()
@Nullable public UUID getProjectElementUUID()
Original property name from the Odata EDM: ProjectElementUUID
@Nullable public UUID getProjectUUID()
Original property name from the Odata EDM: ProjectUUID
@Nullable public String getJointVenture()
Original property name from the Odata EDM: JointVenture
A joint venture is usually lead by an operating authority, who is responsible for the costs incurred. At the end of a period, all of the costs incurred are split up and allocated to the partners involved.Joint ventures are created to keep costs as low as possible for the operating authority and the partners. This is achieved by distributing the costs incurred to the participants of the joint venture.In the oil industry, new drill-holes are seldomly controlled by the oil companies alone. Instead, contracts are made with other companies. The contract regulates the costs incurred. This enables the risks involved with an unsuccessful drill-hole to be spread out over several companies.Of course, the anticipated profits (from a rich drill-hole) are also distributed to the partners involved. However, the distribution of the profits is not carried out by the SAP Joint Venture Accounting solution.
@Nullable public String getJointVentureCostRecoveryCode()
Original property name from the Odata EDM: JointVentureCostRecoveryCode
You can define recovery indicators at three different levels:o Document typeYou can assign a recovery indicator to each document type for thecredit side and for the debit side. These recovery indicators areinternal recovery indicators and are defined in a separate systemtable.o Cost element (primary and secondary)o Cost objectWhen you make a posting in one of the feeder systems of the Joint Venture Accounting System, all three levels are evaluated in the sequence defined. The first recovery indicator found is transferred to the Joint Venture Accounting System.o Costs that are 100% allocableo Costs borne 100% by the operatoro Overheads applied by the operatoro Costs which exceed a contractually agreed price and cannot thereforebe allocatedo Costs already allocated
@Nullable public String getJointVentureEquityType()
Original property name from the Odata EDM: JointVentureEquityType
@Nullable public String getJntVntrProjectType()
Original property name from the Odata EDM: JntVntrProjectType
@Nullable public String getJntIntrstBillgClass()
Original property name from the Odata EDM: JntIntrstBillgClass
@Nullable public String getJntIntrstBillgSubClass()
Original property name from the Odata EDM: JntIntrstBillgSubClass
@Nullable public ZonedDateTime getPROJECTLASTCHANGEDDATETIME()
Original property name from the Odata EDM: PROJECTLASTCHANGEDDATETIME
@Nonnull public String toString()
toString
in class VdmObject<EntProjectElementJVA>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<EntProjectElementJVA>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<EntProjectElementJVA>
public int hashCode()
hashCode
in class VdmObject<EntProjectElementJVA>
Copyright © 2021 SAP SE. All rights reserved.