public class JntOpgAgrmtPnltyCatRcvry extends VdmEntity<JntOpgAgrmtPnltyCatRcvry>
Original entity name from the Odata EDM: A_JntOpgAgrmtPnltyCatRcvryType
Modifier and Type | Class and Description |
---|---|
static class |
JntOpgAgrmtPnltyCatRcvry.JntOpgAgrmtPnltyCatRcvryBuilder
Helper class to allow for fluent creation of JntOpgAgrmtPnltyCatRcvry instances.
|
Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<JntOpgAgrmtPnltyCatRcvry,SAP__Message> |
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<JntOpgAgrmtPnltyCatRcvry> |
ALL_FIELDS
Selector for all available fields of JntOpgAgrmtPnltyCatRcvry.
|
static SimpleProperty.String<JntOpgAgrmtPnltyCatRcvry> |
COMPANY_CODE |
static SimpleProperty.String<JntOpgAgrmtPnltyCatRcvry> |
JNT_OPG_AGRMT |
static SimpleProperty.NumericDecimal<JntOpgAgrmtPnltyCatRcvry> |
JNT_VNTR_NON_CONSENT_RCVRY_PNLTY_PCT |
static SimpleProperty.NumericDecimal<JntOpgAgrmtPnltyCatRcvry> |
JNT_VNTR_NON_SIGNATORY_RCVRY_PCT |
static SimpleProperty.String<JntOpgAgrmtPnltyCatRcvry> |
JNT_VNTR_PENALTY_CATEGORY |
static NavigationProperty.Single<JntOpgAgrmtPnltyCatRcvry,JntOpgAgrmt> |
TO__JNT_OPG_AGRMT
Use with available request builders to apply the _JntOpgAgrmt navigation property to query operations.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
JntOpgAgrmtPnltyCatRcvry() |
JntOpgAgrmtPnltyCatRcvry(String companyCode,
String jntOpgAgrmt,
String jntVntrPenaltyCategory,
BigDecimal jntVntrNonSignatoryRcvryPct,
BigDecimal jntVntrNonConsentRcvryPnltyPct,
Collection<SAP__Message> _Messages,
JntOpgAgrmt to_JntOpgAgrmt) |
Modifier and Type | Method and Description |
---|---|
static JntOpgAgrmtPnltyCatRcvry.JntOpgAgrmtPnltyCatRcvryBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
Collection<SAP__Message> |
get_Messages()
Constraints: Not nullable
|
String |
getCompanyCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
String |
getJntOpgAgrmt()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
io.vavr.control.Option<JntOpgAgrmt> |
getJntOpgAgrmtIfPresent()
Retrieval of associated JntOpgAgrmt entity (one to one).
|
BigDecimal |
getJntVntrNonConsentRcvryPnltyPct()
Constraints: Not nullable, Precision: 11, Scale: 6
|
BigDecimal |
getJntVntrNonSignatoryRcvryPct()
Constraints: Not nullable, Precision: 11, Scale: 6
|
String |
getJntVntrPenaltyCategory()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
protected ODataEntityKey |
getKey() |
String |
getOdataType() |
Class<JntOpgAgrmtPnltyCatRcvry> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setCompanyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setJntOpgAgrmt(JntOpgAgrmt value)
Overwrites the associated JntOpgAgrmt entity for the loaded navigation property _JntOpgAgrmt.
|
void |
setJntOpgAgrmt(String jntOpgAgrmt)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setJntVntrNonConsentRcvryPnltyPct(BigDecimal jntVntrNonConsentRcvryPnltyPct)
Constraints: Not nullable, Precision: 11, Scale: 6
|
void |
setJntVntrNonSignatoryRcvryPct(BigDecimal jntVntrNonSignatoryRcvryPct)
Constraints: Not nullable, Precision: 11, Scale: 6
|
void |
setJntVntrPenaltyCategory(String jntVntrPenaltyCategory)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
protected Map<String,Object> |
toMapOfNavigationProperties()
Get navigation properties as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SimpleProperty<JntOpgAgrmtPnltyCatRcvry> ALL_FIELDS
public static final SimpleProperty.String<JntOpgAgrmtPnltyCatRcvry> COMPANY_CODE
public static final SimpleProperty.String<JntOpgAgrmtPnltyCatRcvry> JNT_OPG_AGRMT
public static final SimpleProperty.String<JntOpgAgrmtPnltyCatRcvry> JNT_VNTR_PENALTY_CATEGORY
public static final SimpleProperty.NumericDecimal<JntOpgAgrmtPnltyCatRcvry> JNT_VNTR_NON_SIGNATORY_RCVRY_PCT
public static final SimpleProperty.NumericDecimal<JntOpgAgrmtPnltyCatRcvry> JNT_VNTR_NON_CONSENT_RCVRY_PNLTY_PCT
public static final ComplexProperty.Collection<JntOpgAgrmtPnltyCatRcvry,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<JntOpgAgrmtPnltyCatRcvry,JntOpgAgrmt> TO__JNT_OPG_AGRMT
public JntOpgAgrmtPnltyCatRcvry()
public JntOpgAgrmtPnltyCatRcvry(@Nullable String companyCode, @Nullable String jntOpgAgrmt, @Nullable String jntVntrPenaltyCategory, @Nullable BigDecimal jntVntrNonSignatoryRcvryPct, @Nullable BigDecimal jntVntrNonConsentRcvryPnltyPct, @Nullable Collection<SAP__Message> _Messages, @Nullable JntOpgAgrmt to_JntOpgAgrmt)
@Nonnull public Class<JntOpgAgrmtPnltyCatRcvry> getType()
getType
in class VdmObject<JntOpgAgrmtPnltyCatRcvry>
public void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- Company Codepublic void setJntOpgAgrmt(@Nullable String jntOpgAgrmt)
Original property name from the Odata EDM: JntOpgAgrmt
jntOpgAgrmt
- Joint Operating Agreementpublic void setJntVntrPenaltyCategory(@Nullable String jntVntrPenaltyCategory)
Original property name from the Odata EDM: JntVntrPenaltyCategory
jntVntrPenaltyCategory
- Penalty Categorypublic void setJntVntrNonSignatoryRcvryPct(@Nullable BigDecimal jntVntrNonSignatoryRcvryPct)
Original property name from the Odata EDM: JntVntrNonSignatoryRcvryPct
jntVntrNonSignatoryRcvryPct
- Non-signatory Recovery Percentagepublic void setJntVntrNonConsentRcvryPnltyPct(@Nullable BigDecimal jntVntrNonConsentRcvryPnltyPct)
Original property name from the Odata EDM: JntVntrNonConsentRcvryPnltyPct
jntVntrNonConsentRcvryPnltyPct
- Non-consent Recovery Penalty Percentagepublic void set_Messages(@Nullable Collection<SAP__Message> _Messages)
Original property name from the Odata EDM: SAP__Messages
_Messages
- The _Messages to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<JntOpgAgrmtPnltyCatRcvry>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<JntOpgAgrmtPnltyCatRcvry>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<JntOpgAgrmtPnltyCatRcvry>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<JntOpgAgrmtPnltyCatRcvry>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<JntOpgAgrmtPnltyCatRcvry>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<JntOpgAgrmtPnltyCatRcvry>
@Nonnull public io.vavr.control.Option<JntOpgAgrmt> getJntOpgAgrmtIfPresent()
If the navigation property for an entity JntOpgAgrmtPnltyCatRcvry has not been resolved yet, this method
will not query further information. Instead its Option
result state will be
empty
.
Option
with result state empty
is
returned.public void setJntOpgAgrmt(JntOpgAgrmt value)
value
- New JntOpgAgrmt entity.@Nonnull public static JntOpgAgrmtPnltyCatRcvry.JntOpgAgrmtPnltyCatRcvryBuilder builder()
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getJntOpgAgrmt()
Original property name from the Odata EDM: JntOpgAgrmt
@Nullable public String getJntVntrPenaltyCategory()
Original property name from the Odata EDM: JntVntrPenaltyCategory
@Nullable public BigDecimal getJntVntrNonSignatoryRcvryPct()
Original property name from the Odata EDM: JntVntrNonSignatoryRcvryPct
@Nullable public BigDecimal getJntVntrNonConsentRcvryPnltyPct()
Original property name from the Odata EDM: JntVntrNonConsentRcvryPnltyPct
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<JntOpgAgrmtPnltyCatRcvry>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<JntOpgAgrmtPnltyCatRcvry>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<JntOpgAgrmtPnltyCatRcvry>
public int hashCode()
hashCode
in class VdmEntity<JntOpgAgrmtPnltyCatRcvry>
public String getOdataType()
getOdataType
in class VdmObject<JntOpgAgrmtPnltyCatRcvry>
Copyright © 2021 SAP SE. All rights reserved.