public class REContrPartAssgmt extends VdmEntity<REContrPartAssgmt>
Original entity name from the Odata EDM: A_REContrPartAssgmtType
Modifier and Type | Class and Description |
---|---|
static class |
REContrPartAssgmt.REContrPartAssgmtBuilder
Helper class to allow for fluent creation of REContrPartAssgmt instances.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
REContrPartAssgmt() |
REContrPartAssgmt(String internalRealEstateNumber,
String businessPartner,
String businessPartnerRole,
String validityStartEndDateValue,
LocalDate validityStartDate,
String rEPartnerRoleType,
String addressType,
LocalDate validityEndDate,
BigDecimal rEFractionalPrptyShrRatio,
BigDecimal rEOwnershipShrRatio,
BigDecimal rECoOwnershipShrRatio,
String rEFractionalShrCnvrsnRatio,
String contractAccount,
Collection<SAP__Message> _Messages,
REContract to_REContract) |
Modifier and Type | Method and Description |
---|---|
static REContrPartAssgmt.REContrPartAssgmtBuilder |
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 |
getAddressType()
Constraints: Not nullable, Maximum length: 10
|
String |
getBusinessPartner()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getBusinessPartnerRole()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
getContractAccount()
Constraints: Not nullable, Maximum length: 12
|
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 |
getInternalRealEstateNumber()
(Key Field) Constraints: Not nullable, Maximum length: 13
|
protected ODataEntityKey |
getKey() |
String |
getOdataType() |
io.vavr.control.Option<REContract> |
getREContractIfPresent()
Retrieval of associated REContract entity (one to one).
|
BigDecimal |
getRECoOwnershipShrRatio()
Constraints: Not nullable, Precision: 6, Scale: 2
|
BigDecimal |
getREFractionalPrptyShrRatio()
Constraints: Not nullable, Precision: 9, Scale: 3
|
String |
getREFractionalShrCnvrsnRatio()
Constraints: Not nullable, Maximum length: 6
|
BigDecimal |
getREOwnershipShrRatio()
Constraints: Not nullable, Precision: 9, Scale: 3
|
String |
getREPartnerRoleType()
Constraints: Not nullable, Maximum length: 4
|
Class<REContrPartAssgmt> |
getType() |
LocalDate |
getValidityEndDate()
Constraints: Nullable
|
LocalDate |
getValidityStartDate()
Constraints: Nullable
|
String |
getValidityStartEndDateValue()
(Key Field) Constraints: Not nullable, Maximum length: 16
|
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setAddressType(String addressType)
Constraints: Not nullable, Maximum length: 10
|
void |
setBusinessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setBusinessPartnerRole(String businessPartnerRole)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setContractAccount(String contractAccount)
Constraints: Not nullable, Maximum length: 12
|
void |
setInternalRealEstateNumber(String internalRealEstateNumber)
(Key Field) Constraints: Not nullable, Maximum length: 13
|
void |
setREContract(REContract value)
Overwrites the associated REContract entity for the loaded navigation property _REContract.
|
void |
setRECoOwnershipShrRatio(BigDecimal rECoOwnershipShrRatio)
Constraints: Not nullable, Precision: 6, Scale: 2
|
void |
setREFractionalPrptyShrRatio(BigDecimal rEFractionalPrptyShrRatio)
Constraints: Not nullable, Precision: 9, Scale: 3
|
void |
setREFractionalShrCnvrsnRatio(String rEFractionalShrCnvrsnRatio)
Constraints: Not nullable, Maximum length: 6
|
void |
setREOwnershipShrRatio(BigDecimal rEOwnershipShrRatio)
Constraints: Not nullable, Precision: 9, Scale: 3
|
void |
setREPartnerRoleType(String rEPartnerRoleType)
Constraints: Not nullable, Maximum length: 4
|
void |
setValidityEndDate(LocalDate validityEndDate)
Constraints: Nullable
|
void |
setValidityStartDate(LocalDate validityStartDate)
Constraints: Nullable
|
void |
setValidityStartEndDateValue(String validityStartEndDateValue)
(Key Field) Constraints: Not nullable, Maximum length: 16
|
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<REContrPartAssgmt> ALL_FIELDS
public static final SimpleProperty.String<REContrPartAssgmt> INTERNAL_REAL_ESTATE_NUMBER
public static final SimpleProperty.String<REContrPartAssgmt> BUSINESS_PARTNER
public static final SimpleProperty.String<REContrPartAssgmt> BUSINESS_PARTNER_ROLE
public static final SimpleProperty.String<REContrPartAssgmt> VALIDITY_START_END_DATE_VALUE
public static final SimpleProperty.Date<REContrPartAssgmt> VALIDITY_START_DATE
public static final SimpleProperty.String<REContrPartAssgmt> RE_PARTNER_ROLE_TYPE
public static final SimpleProperty.String<REContrPartAssgmt> ADDRESS_TYPE
public static final SimpleProperty.Date<REContrPartAssgmt> VALIDITY_END_DATE
public static final SimpleProperty.NumericDecimal<REContrPartAssgmt> RE_FRACTIONAL_PRPTY_SHR_RATIO
public static final SimpleProperty.NumericDecimal<REContrPartAssgmt> RE_OWNERSHIP_SHR_RATIO
public static final SimpleProperty.NumericDecimal<REContrPartAssgmt> RE_CO_OWNERSHIP_SHR_RATIO
public static final SimpleProperty.String<REContrPartAssgmt> RE_FRACTIONAL_SHR_CNVRSN_RATIO
public static final SimpleProperty.String<REContrPartAssgmt> CONTRACT_ACCOUNT
public static final ComplexProperty.Collection<REContrPartAssgmt,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<REContrPartAssgmt,REContract> TO__R_E_CONTRACT
public REContrPartAssgmt()
public REContrPartAssgmt(@Nullable String internalRealEstateNumber, @Nullable String businessPartner, @Nullable String businessPartnerRole, @Nullable String validityStartEndDateValue, @Nullable LocalDate validityStartDate, @Nullable String rEPartnerRoleType, @Nullable String addressType, @Nullable LocalDate validityEndDate, @Nullable BigDecimal rEFractionalPrptyShrRatio, @Nullable BigDecimal rEOwnershipShrRatio, @Nullable BigDecimal rECoOwnershipShrRatio, @Nullable String rEFractionalShrCnvrsnRatio, @Nullable String contractAccount, @Nullable Collection<SAP__Message> _Messages, @Nullable REContract to_REContract)
@Nonnull public Class<REContrPartAssgmt> getType()
getType
in class VdmObject<REContrPartAssgmt>
public void setInternalRealEstateNumber(@Nullable String internalRealEstateNumber)
Original property name from the Odata EDM: InternalRealEstateNumber
internalRealEstateNumber
- Internal Key of Real Estate Objectpublic void setBusinessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
businessPartner
- Business Partner Numberpublic void setBusinessPartnerRole(@Nullable String businessPartnerRole)
Original property name from the Odata EDM: BusinessPartnerRole
businessPartnerRole
- Business Partner: Rolepublic void setValidityStartEndDateValue(@Nullable String validityStartEndDateValue)
Original property name from the Odata EDM: ValidityStartEndDateValue
validityStartEndDateValue
- Date from to (RAP Key)public void setValidityStartDate(@Nullable LocalDate validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Validity Start Datepublic void setREPartnerRoleType(@Nullable String rEPartnerRoleType)
Original property name from the Odata EDM: REPartnerRoleType
rEPartnerRoleType
- Business Partner: Role Typepublic void setAddressType(@Nullable String addressType)
Original property name from the Odata EDM: AddressType
addressType
- Address Typepublic void setValidityEndDate(@Nullable LocalDate validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Validity End Datepublic void setREFractionalPrptyShrRatio(@Nullable BigDecimal rEFractionalPrptyShrRatio)
Original property name from the Odata EDM: REFractionalPrptyShrRatio
rEFractionalPrptyShrRatio
- Fractional share of propertypublic void setREOwnershipShrRatio(@Nullable BigDecimal rEOwnershipShrRatio)
Original property name from the Odata EDM: REOwnershipShrRatio
rEOwnershipShrRatio
- Co-ownership sharepublic void setRECoOwnershipShrRatio(@Nullable BigDecimal rECoOwnershipShrRatio)
Original property name from the Odata EDM: RECoOwnershipShrRatio
rECoOwnershipShrRatio
- Ownership sharepublic void setREFractionalShrCnvrsnRatio(@Nullable String rEFractionalShrCnvrsnRatio)
Original property name from the Odata EDM: REFractionalShrCnvrsnRatio
rEFractionalShrCnvrsnRatio
- Conversion factor for fractional share of propertypublic void setContractAccount(@Nullable String contractAccount)
Original property name from the Odata EDM: ContractAccount
contractAccount
- Contract Account Numberpublic 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<REContrPartAssgmt>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<REContrPartAssgmt>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<REContrPartAssgmt>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<REContrPartAssgmt>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<REContrPartAssgmt>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<REContrPartAssgmt>
@Nonnull public io.vavr.control.Option<REContract> getREContractIfPresent()
If the navigation property for an entity REContrPartAssgmt 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 setREContract(REContract value)
value
- New REContract entity.@Nonnull public static REContrPartAssgmt.REContrPartAssgmtBuilder builder()
@Nullable public String getInternalRealEstateNumber()
Original property name from the Odata EDM: InternalRealEstateNumber
@Nullable public String getBusinessPartner()
Original property name from the Odata EDM: BusinessPartner
@Nullable public String getBusinessPartnerRole()
Original property name from the Odata EDM: BusinessPartnerRole
@Nullable public String getValidityStartEndDateValue()
Original property name from the Odata EDM: ValidityStartEndDateValue
@Nullable public LocalDate getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public String getREPartnerRoleType()
Original property name from the Odata EDM: REPartnerRoleType
@Nullable public String getAddressType()
Original property name from the Odata EDM: AddressType
@Nullable public LocalDate getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public BigDecimal getREFractionalPrptyShrRatio()
Original property name from the Odata EDM: REFractionalPrptyShrRatio
@Nullable public BigDecimal getREOwnershipShrRatio()
Original property name from the Odata EDM: REOwnershipShrRatio
@Nullable public BigDecimal getRECoOwnershipShrRatio()
Original property name from the Odata EDM: RECoOwnershipShrRatio
@Nullable public String getREFractionalShrCnvrsnRatio()
Original property name from the Odata EDM: REFractionalShrCnvrsnRatio
@Nullable public String getContractAccount()
Original property name from the Odata EDM: ContractAccount
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<REContrPartAssgmt>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<REContrPartAssgmt>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<REContrPartAssgmt>
public int hashCode()
hashCode
in class VdmEntity<REContrPartAssgmt>
public String getOdataType()
getOdataType
in class VdmObject<REContrPartAssgmt>
Copyright © 2021 SAP SE. All rights reserved.