public class REContract extends VdmEntity<REContract>
Original entity name from the Odata EDM: A_REContractType
Modifier and Type | Class and Description |
---|---|
static class |
REContract.REContractBuilder
Helper class to allow for fluent creation of REContract instances.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
REContract() |
REContract(String internalRealEstateNumber,
String companyCode,
String realEstateContract,
String rEStatusObject,
String rEInternalFinNumber,
String rECreationType,
String createdByUser,
LocalDate creationDate,
LocalTime creationTime,
String rESourceOfCreation,
String lastChangedByUser,
LocalDate lastChangeDate,
LocalTime lastChangeTime,
String rESourceOfChange,
String responsible,
String rEUserExclusive,
String rEAuthorizationGroup,
String rEContractType,
LocalDate contractStartDate,
LocalDate contractEndDate,
String rEContractName,
LocalDate rEContractActivateDate,
String rETenancyLaw,
String rEContractNumberOld,
String rEMainContractCompanyCode,
String rEMainContract,
String rEContractCurrency,
String rEIndustrySector,
Boolean rEIsSalesRelevant,
String rEContractDepositType,
LocalDate rEContractSignDate,
LocalDate rEContract2SignDate,
LocalDate rEContractCashFlowDate,
LocalDate rEContractFirstEndDate,
LocalDate rEContractNoticeDate,
LocalDate rEContractNoticeInDate,
String rEContractNoticeReason,
LocalDate rEContractNoticeActivationDate,
LocalDate rECashFlowArchivedToDate,
LocalDate rECashFlowLockedToDate,
LocalDate rECashFlowPostingFromDate,
String rEBusinessEntity,
LocalDate rEPossessionStartDate,
LocalDate rEPossessionEndDate,
Boolean rEHasMultipleAssignments,
LocalDate rEObjectAvailableFromDate,
LocalDate rEObjectAvailableToDate,
String valuationRelevance,
Collection<SAP__Message> _Messages,
List<REContrAdjustmentTerm> to_REAdjustmentTermTP,
List<REContrCondition> to_REConditionTP,
List<REContrNoticeTermForObj> to_RENoticeTermForObjTP,
List<REContrNoticeTerm> to_RENoticeTermTP,
List<REContrObjAssgmt> to_REObjAssgmtTP,
List<REContrOrglAssgmtTerm> to_REOrglAssgmtTermTP,
List<REContrPartAssgmt> to_REPartnerAssgmtTP,
List<REContrPostingTerm> to_REPostingTermTP,
List<REContrReminderDate> to_REReminderDateTP,
List<REContrReminderRule> to_REReminderRuleTP,
List<REContrRenewalTerm> to_RERenewalTermTP,
List<REContrRhythmTerm> to_RERhythmTermTP,
List<REContrValuationCondition> to_REValuationConditionTP,
List<REContrValuation> to_REValuationTP) |
Modifier and Type | Method and Description |
---|---|
void |
addREAdjustmentTermTP(REContrAdjustmentTerm... entity)
Adds elements to the list of associated REContrAdjustmentTerm entities.
|
void |
addREConditionTP(REContrCondition... entity)
Adds elements to the list of associated REContrCondition entities.
|
void |
addRENoticeTermForObjTP(REContrNoticeTermForObj... entity)
Adds elements to the list of associated REContrNoticeTermForObj entities.
|
void |
addRENoticeTermTP(REContrNoticeTerm... entity)
Adds elements to the list of associated REContrNoticeTerm entities.
|
void |
addREObjAssgmtTP(REContrObjAssgmt... entity)
Adds elements to the list of associated REContrObjAssgmt entities.
|
void |
addREOrglAssgmtTermTP(REContrOrglAssgmtTerm... entity)
Adds elements to the list of associated REContrOrglAssgmtTerm entities.
|
void |
addREPartnerAssgmtTP(REContrPartAssgmt... entity)
Adds elements to the list of associated REContrPartAssgmt entities.
|
void |
addREPostingTermTP(REContrPostingTerm... entity)
Adds elements to the list of associated REContrPostingTerm entities.
|
void |
addREReminderDateTP(REContrReminderDate... entity)
Adds elements to the list of associated REContrReminderDate entities.
|
void |
addREReminderRuleTP(REContrReminderRule... entity)
Adds elements to the list of associated REContrReminderRule entities.
|
void |
addRERenewalTermTP(REContrRenewalTerm... entity)
Adds elements to the list of associated REContrRenewalTerm entities.
|
void |
addRERhythmTermTP(REContrRhythmTerm... entity)
Adds elements to the list of associated REContrRhythmTerm entities.
|
void |
addREValuationConditionTP(REContrValuationCondition... entity)
Adds elements to the list of associated REContrValuationCondition entities.
|
void |
addREValuationTP(REContrValuation... entity)
Adds elements to the list of associated REContrValuation entities.
|
static REContract.REContractBuilder |
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()
Constraints: Not nullable, Maximum length: 4
|
LocalDate |
getContractEndDate()
Constraints: Nullable
|
LocalDate |
getContractStartDate()
Constraints: Nullable
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDate |
getCreationDate()
Constraints: Nullable
|
LocalTime |
getCreationTime()
Constraints: Not nullable
|
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() |
LocalDate |
getLastChangeDate()
Constraints: Nullable
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalTime |
getLastChangeTime()
Constraints: Not nullable
|
String |
getOdataType() |
io.vavr.control.Option<List<REContrAdjustmentTerm>> |
getREAdjustmentTermTPIfPresent()
Retrieval of associated REContrAdjustmentTerm entities (one to many).
|
String |
getRealEstateContract()
Constraints: Not nullable, Maximum length: 13
|
String |
getREAuthorizationGroup()
Constraints: Not nullable, Maximum length: 40
|
String |
getREBusinessEntity()
Constraints: Not nullable, Maximum length: 8
|
LocalDate |
getRECashFlowArchivedToDate()
Constraints: Nullable
|
LocalDate |
getRECashFlowLockedToDate()
Constraints: Nullable
|
LocalDate |
getRECashFlowPostingFromDate()
Constraints: Nullable
|
io.vavr.control.Option<List<REContrCondition>> |
getREConditionTPIfPresent()
Retrieval of associated REContrCondition entities (one to many).
|
LocalDate |
getREContract2SignDate()
Constraints: Nullable
|
LocalDate |
getREContractActivateDate()
Constraints: Nullable
|
LocalDate |
getREContractCashFlowDate()
Constraints: Nullable
|
String |
getREContractCurrency()
Constraints: Not nullable, Maximum length: 5
|
String |
getREContractDepositType()
Constraints: Not nullable, Maximum length: 4
|
LocalDate |
getREContractFirstEndDate()
Constraints: Nullable
|
String |
getREContractName()
Constraints: Not nullable, Maximum length: 80
|
LocalDate |
getREContractNoticeActivationDate()
Constraints: Nullable
|
LocalDate |
getREContractNoticeDate()
Constraints: Nullable
|
LocalDate |
getREContractNoticeInDate()
Constraints: Nullable
|
String |
getREContractNoticeReason()
Constraints: Not nullable, Maximum length: 2
|
String |
getREContractNumberOld()
Constraints: Not nullable, Maximum length: 20
|
LocalDate |
getREContractSignDate()
Constraints: Nullable
|
String |
getREContractType()
Constraints: Not nullable, Maximum length: 4
|
String |
getRECreationType()
Constraints: Not nullable, Maximum length: 1
|
Boolean |
getREHasMultipleAssignments()
Constraints: Not nullable
|
String |
getREIndustrySector()
Constraints: Not nullable, Maximum length: 10
|
String |
getREInternalFinNumber()
Constraints: Not nullable, Maximum length: 8
|
Boolean |
getREIsSalesRelevant()
Constraints: Not nullable
|
String |
getREMainContract()
Constraints: Not nullable, Maximum length: 13
|
String |
getREMainContractCompanyCode()
Constraints: Not nullable, Maximum length: 4
|
io.vavr.control.Option<List<REContrNoticeTermForObj>> |
getRENoticeTermForObjTPIfPresent()
Retrieval of associated REContrNoticeTermForObj entities (one to many).
|
io.vavr.control.Option<List<REContrNoticeTerm>> |
getRENoticeTermTPIfPresent()
Retrieval of associated REContrNoticeTerm entities (one to many).
|
io.vavr.control.Option<List<REContrObjAssgmt>> |
getREObjAssgmtTPIfPresent()
Retrieval of associated REContrObjAssgmt entities (one to many).
|
LocalDate |
getREObjectAvailableFromDate()
Constraints: Nullable
|
LocalDate |
getREObjectAvailableToDate()
Constraints: Nullable
|
io.vavr.control.Option<List<REContrOrglAssgmtTerm>> |
getREOrglAssgmtTermTPIfPresent()
Retrieval of associated REContrOrglAssgmtTerm entities (one to many).
|
io.vavr.control.Option<List<REContrPartAssgmt>> |
getREPartnerAssgmtTPIfPresent()
Retrieval of associated REContrPartAssgmt entities (one to many).
|
LocalDate |
getREPossessionEndDate()
Constraints: Nullable
|
LocalDate |
getREPossessionStartDate()
Constraints: Nullable
|
io.vavr.control.Option<List<REContrPostingTerm>> |
getREPostingTermTPIfPresent()
Retrieval of associated REContrPostingTerm entities (one to many).
|
io.vavr.control.Option<List<REContrReminderDate>> |
getREReminderDateTPIfPresent()
Retrieval of associated REContrReminderDate entities (one to many).
|
io.vavr.control.Option<List<REContrReminderRule>> |
getREReminderRuleTPIfPresent()
Retrieval of associated REContrReminderRule entities (one to many).
|
io.vavr.control.Option<List<REContrRenewalTerm>> |
getRERenewalTermTPIfPresent()
Retrieval of associated REContrRenewalTerm entities (one to many).
|
io.vavr.control.Option<List<REContrRhythmTerm>> |
getRERhythmTermTPIfPresent()
Retrieval of associated REContrRhythmTerm entities (one to many).
|
String |
getRESourceOfChange()
Constraints: Not nullable, Maximum length: 10
|
String |
getRESourceOfCreation()
Constraints: Not nullable, Maximum length: 10
|
String |
getResponsible()
Constraints: Not nullable, Maximum length: 12
|
String |
getREStatusObject()
Constraints: Not nullable, Maximum length: 22
|
String |
getRETenancyLaw()
Constraints: Not nullable, Maximum length: 5
|
String |
getREUserExclusive()
Constraints: Not nullable, Maximum length: 12
|
io.vavr.control.Option<List<REContrValuationCondition>> |
getREValuationConditionTPIfPresent()
Retrieval of associated REContrValuationCondition entities (one to many).
|
io.vavr.control.Option<List<REContrValuation>> |
getREValuationTPIfPresent()
Retrieval of associated REContrValuation entities (one to many).
|
Class<REContract> |
getType() |
String |
getValuationRelevance()
Constraints: Not nullable, Maximum length: 10
|
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setCompanyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
void |
setContractEndDate(LocalDate contractEndDate)
Constraints: Nullable
|
void |
setContractStartDate(LocalDate contractStartDate)
Constraints: Nullable
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(LocalDate creationDate)
Constraints: Nullable
|
void |
setCreationTime(LocalTime creationTime)
Constraints: Not nullable
|
void |
setInternalRealEstateNumber(String internalRealEstateNumber)
(Key Field) Constraints: Not nullable, Maximum length: 13
|
void |
setLastChangeDate(LocalDate lastChangeDate)
Constraints: Nullable
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLastChangeTime(LocalTime lastChangeTime)
Constraints: Not nullable
|
void |
setREAdjustmentTermTP(List<REContrAdjustmentTerm> value)
Overwrites the list of associated REContrAdjustmentTerm entities for the loaded navigation property
_REAdjustmentTermTP.
|
void |
setRealEstateContract(String realEstateContract)
Constraints: Not nullable, Maximum length: 13
|
void |
setREAuthorizationGroup(String rEAuthorizationGroup)
Constraints: Not nullable, Maximum length: 40
|
void |
setREBusinessEntity(String rEBusinessEntity)
Constraints: Not nullable, Maximum length: 8
|
void |
setRECashFlowArchivedToDate(LocalDate rECashFlowArchivedToDate)
Constraints: Nullable
|
void |
setRECashFlowLockedToDate(LocalDate rECashFlowLockedToDate)
Constraints: Nullable
|
void |
setRECashFlowPostingFromDate(LocalDate rECashFlowPostingFromDate)
Constraints: Nullable
|
void |
setREConditionTP(List<REContrCondition> value)
Overwrites the list of associated REContrCondition entities for the loaded navigation property
_REConditionTP.
|
void |
setREContract2SignDate(LocalDate rEContract2SignDate)
Constraints: Nullable
|
void |
setREContractActivateDate(LocalDate rEContractActivateDate)
Constraints: Nullable
|
void |
setREContractCashFlowDate(LocalDate rEContractCashFlowDate)
Constraints: Nullable
|
void |
setREContractCurrency(String rEContractCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setREContractDepositType(String rEContractDepositType)
Constraints: Not nullable, Maximum length: 4
|
void |
setREContractFirstEndDate(LocalDate rEContractFirstEndDate)
Constraints: Nullable
|
void |
setREContractName(String rEContractName)
Constraints: Not nullable, Maximum length: 80
|
void |
setREContractNoticeActivationDate(LocalDate rEContractNoticeActivationDate)
Constraints: Nullable
|
void |
setREContractNoticeDate(LocalDate rEContractNoticeDate)
Constraints: Nullable
|
void |
setREContractNoticeInDate(LocalDate rEContractNoticeInDate)
Constraints: Nullable
|
void |
setREContractNoticeReason(String rEContractNoticeReason)
Constraints: Not nullable, Maximum length: 2
|
void |
setREContractNumberOld(String rEContractNumberOld)
Constraints: Not nullable, Maximum length: 20
|
void |
setREContractSignDate(LocalDate rEContractSignDate)
Constraints: Nullable
|
void |
setREContractType(String rEContractType)
Constraints: Not nullable, Maximum length: 4
|
void |
setRECreationType(String rECreationType)
Constraints: Not nullable, Maximum length: 1
|
void |
setREHasMultipleAssignments(Boolean rEHasMultipleAssignments)
Constraints: Not nullable
|
void |
setREIndustrySector(String rEIndustrySector)
Constraints: Not nullable, Maximum length: 10
|
void |
setREInternalFinNumber(String rEInternalFinNumber)
Constraints: Not nullable, Maximum length: 8
|
void |
setREIsSalesRelevant(Boolean rEIsSalesRelevant)
Constraints: Not nullable
|
void |
setREMainContract(String rEMainContract)
Constraints: Not nullable, Maximum length: 13
|
void |
setREMainContractCompanyCode(String rEMainContractCompanyCode)
Constraints: Not nullable, Maximum length: 4
|
void |
setRENoticeTermForObjTP(List<REContrNoticeTermForObj> value)
Overwrites the list of associated REContrNoticeTermForObj entities for the loaded navigation property
_RENoticeTermForObjTP.
|
void |
setRENoticeTermTP(List<REContrNoticeTerm> value)
Overwrites the list of associated REContrNoticeTerm entities for the loaded navigation property
_RENoticeTermTP.
|
void |
setREObjAssgmtTP(List<REContrObjAssgmt> value)
Overwrites the list of associated REContrObjAssgmt entities for the loaded navigation property
_REObjAssgmtTP.
|
void |
setREObjectAvailableFromDate(LocalDate rEObjectAvailableFromDate)
Constraints: Nullable
|
void |
setREObjectAvailableToDate(LocalDate rEObjectAvailableToDate)
Constraints: Nullable
|
void |
setREOrglAssgmtTermTP(List<REContrOrglAssgmtTerm> value)
Overwrites the list of associated REContrOrglAssgmtTerm entities for the loaded navigation property
_REOrglAssgmtTermTP.
|
void |
setREPartnerAssgmtTP(List<REContrPartAssgmt> value)
Overwrites the list of associated REContrPartAssgmt entities for the loaded navigation property
_REPartnerAssgmtTP.
|
void |
setREPossessionEndDate(LocalDate rEPossessionEndDate)
Constraints: Nullable
|
void |
setREPossessionStartDate(LocalDate rEPossessionStartDate)
Constraints: Nullable
|
void |
setREPostingTermTP(List<REContrPostingTerm> value)
Overwrites the list of associated REContrPostingTerm entities for the loaded navigation property
_REPostingTermTP.
|
void |
setREReminderDateTP(List<REContrReminderDate> value)
Overwrites the list of associated REContrReminderDate entities for the loaded navigation property
_REReminderDateTP.
|
void |
setREReminderRuleTP(List<REContrReminderRule> value)
Overwrites the list of associated REContrReminderRule entities for the loaded navigation property
_REReminderRuleTP.
|
void |
setRERenewalTermTP(List<REContrRenewalTerm> value)
Overwrites the list of associated REContrRenewalTerm entities for the loaded navigation property
_RERenewalTermTP.
|
void |
setRERhythmTermTP(List<REContrRhythmTerm> value)
Overwrites the list of associated REContrRhythmTerm entities for the loaded navigation property
_RERhythmTermTP.
|
void |
setRESourceOfChange(String rESourceOfChange)
Constraints: Not nullable, Maximum length: 10
|
void |
setRESourceOfCreation(String rESourceOfCreation)
Constraints: Not nullable, Maximum length: 10
|
void |
setResponsible(String responsible)
Constraints: Not nullable, Maximum length: 12
|
void |
setREStatusObject(String rEStatusObject)
Constraints: Not nullable, Maximum length: 22
|
void |
setRETenancyLaw(String rETenancyLaw)
Constraints: Not nullable, Maximum length: 5
|
void |
setREUserExclusive(String rEUserExclusive)
Constraints: Not nullable, Maximum length: 12
|
void |
setREValuationConditionTP(List<REContrValuationCondition> value)
Overwrites the list of associated REContrValuationCondition entities for the loaded navigation property
_REValuationConditionTP.
|
void |
setREValuationTP(List<REContrValuation> value)
Overwrites the list of associated REContrValuation entities for the loaded navigation property
_REValuationTP.
|
void |
setValuationRelevance(String valuationRelevance)
Constraints: Not nullable, Maximum length: 10
|
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<REContract> ALL_FIELDS
public static final SimpleProperty.String<REContract> INTERNAL_REAL_ESTATE_NUMBER
public static final SimpleProperty.String<REContract> COMPANY_CODE
public static final SimpleProperty.String<REContract> REAL_ESTATE_CONTRACT
public static final SimpleProperty.String<REContract> RE_STATUS_OBJECT
public static final SimpleProperty.String<REContract> RE_INTERNAL_FIN_NUMBER
public static final SimpleProperty.String<REContract> RE_CREATION_TYPE
public static final SimpleProperty.String<REContract> CREATED_BY_USER
public static final SimpleProperty.Date<REContract> CREATION_DATE
public static final SimpleProperty.Time<REContract> CREATION_TIME
public static final SimpleProperty.String<REContract> RE_SOURCE_OF_CREATION
public static final SimpleProperty.String<REContract> LAST_CHANGED_BY_USER
public static final SimpleProperty.Date<REContract> LAST_CHANGE_DATE
public static final SimpleProperty.Time<REContract> LAST_CHANGE_TIME
public static final SimpleProperty.String<REContract> RE_SOURCE_OF_CHANGE
public static final SimpleProperty.String<REContract> RESPONSIBLE
public static final SimpleProperty.String<REContract> RE_USER_EXCLUSIVE
public static final SimpleProperty.String<REContract> RE_AUTHORIZATION_GROUP
public static final SimpleProperty.String<REContract> RE_CONTRACT_TYPE
public static final SimpleProperty.Date<REContract> CONTRACT_START_DATE
public static final SimpleProperty.Date<REContract> CONTRACT_END_DATE
public static final SimpleProperty.String<REContract> RE_CONTRACT_NAME
public static final SimpleProperty.Date<REContract> RE_CONTRACT_ACTIVATE_DATE
public static final SimpleProperty.String<REContract> RE_TENANCY_LAW
public static final SimpleProperty.String<REContract> RE_CONTRACT_NUMBER_OLD
public static final SimpleProperty.String<REContract> RE_MAIN_CONTRACT_COMPANY_CODE
public static final SimpleProperty.String<REContract> RE_MAIN_CONTRACT
public static final SimpleProperty.String<REContract> RE_CONTRACT_CURRENCY
public static final SimpleProperty.String<REContract> RE_INDUSTRY_SECTOR
public static final SimpleProperty.Boolean<REContract> RE_IS_SALES_RELEVANT
public static final SimpleProperty.String<REContract> RE_CONTRACT_DEPOSIT_TYPE
public static final SimpleProperty.Date<REContract> RE_CONTRACT_SIGN_DATE
public static final SimpleProperty.Date<REContract> RE_CONTRACT2_SIGN_DATE
public static final SimpleProperty.Date<REContract> RE_CONTRACT_CASH_FLOW_DATE
public static final SimpleProperty.Date<REContract> RE_CONTRACT_FIRST_END_DATE
public static final SimpleProperty.Date<REContract> RE_CONTRACT_NOTICE_DATE
public static final SimpleProperty.Date<REContract> RE_CONTRACT_NOTICE_IN_DATE
public static final SimpleProperty.String<REContract> RE_CONTRACT_NOTICE_REASON
public static final SimpleProperty.Date<REContract> RE_CONTRACT_NOTICE_ACTIVATION_DATE
public static final SimpleProperty.Date<REContract> RE_CASH_FLOW_ARCHIVED_TO_DATE
public static final SimpleProperty.Date<REContract> RE_CASH_FLOW_LOCKED_TO_DATE
public static final SimpleProperty.Date<REContract> RE_CASH_FLOW_POSTING_FROM_DATE
public static final SimpleProperty.String<REContract> RE_BUSINESS_ENTITY
public static final SimpleProperty.Date<REContract> RE_POSSESSION_START_DATE
public static final SimpleProperty.Date<REContract> RE_POSSESSION_END_DATE
public static final SimpleProperty.Boolean<REContract> RE_HAS_MULTIPLE_ASSIGNMENTS
public static final SimpleProperty.Date<REContract> RE_OBJECT_AVAILABLE_FROM_DATE
public static final SimpleProperty.Date<REContract> RE_OBJECT_AVAILABLE_TO_DATE
public static final SimpleProperty.String<REContract> VALUATION_RELEVANCE
public static final ComplexProperty.Collection<REContract,SAP__Message> _MESSAGES
public static final NavigationProperty.Collection<REContract,REContrAdjustmentTerm> TO__R_E_ADJUSTMENT_TERM_TP
public static final NavigationProperty.Collection<REContract,REContrCondition> TO__R_E_CONDITION_TP
public static final NavigationProperty.Collection<REContract,REContrNoticeTermForObj> TO__R_E_NOTICE_TERM_FOR_OBJ_TP
public static final NavigationProperty.Collection<REContract,REContrNoticeTerm> TO__R_E_NOTICE_TERM_TP
public static final NavigationProperty.Collection<REContract,REContrObjAssgmt> TO__R_E_OBJ_ASSGMT_TP
public static final NavigationProperty.Collection<REContract,REContrOrglAssgmtTerm> TO__R_E_ORGL_ASSGMT_TERM_TP
public static final NavigationProperty.Collection<REContract,REContrPartAssgmt> TO__R_E_PARTNER_ASSGMT_TP
public static final NavigationProperty.Collection<REContract,REContrPostingTerm> TO__R_E_POSTING_TERM_TP
public static final NavigationProperty.Collection<REContract,REContrReminderDate> TO__R_E_REMINDER_DATE_TP
public static final NavigationProperty.Collection<REContract,REContrReminderRule> TO__R_E_REMINDER_RULE_TP
public static final NavigationProperty.Collection<REContract,REContrRenewalTerm> TO__R_E_RENEWAL_TERM_TP
public static final NavigationProperty.Collection<REContract,REContrRhythmTerm> TO__R_E_RHYTHM_TERM_TP
public static final NavigationProperty.Collection<REContract,REContrValuationCondition> TO__R_E_VALUATION_CONDITION_TP
public static final NavigationProperty.Collection<REContract,REContrValuation> TO__R_E_VALUATION_TP
public REContract()
public REContract(@Nullable String internalRealEstateNumber, @Nullable String companyCode, @Nullable String realEstateContract, @Nullable String rEStatusObject, @Nullable String rEInternalFinNumber, @Nullable String rECreationType, @Nullable String createdByUser, @Nullable LocalDate creationDate, @Nullable LocalTime creationTime, @Nullable String rESourceOfCreation, @Nullable String lastChangedByUser, @Nullable LocalDate lastChangeDate, @Nullable LocalTime lastChangeTime, @Nullable String rESourceOfChange, @Nullable String responsible, @Nullable String rEUserExclusive, @Nullable String rEAuthorizationGroup, @Nullable String rEContractType, @Nullable LocalDate contractStartDate, @Nullable LocalDate contractEndDate, @Nullable String rEContractName, @Nullable LocalDate rEContractActivateDate, @Nullable String rETenancyLaw, @Nullable String rEContractNumberOld, @Nullable String rEMainContractCompanyCode, @Nullable String rEMainContract, @Nullable String rEContractCurrency, @Nullable String rEIndustrySector, @Nullable Boolean rEIsSalesRelevant, @Nullable String rEContractDepositType, @Nullable LocalDate rEContractSignDate, @Nullable LocalDate rEContract2SignDate, @Nullable LocalDate rEContractCashFlowDate, @Nullable LocalDate rEContractFirstEndDate, @Nullable LocalDate rEContractNoticeDate, @Nullable LocalDate rEContractNoticeInDate, @Nullable String rEContractNoticeReason, @Nullable LocalDate rEContractNoticeActivationDate, @Nullable LocalDate rECashFlowArchivedToDate, @Nullable LocalDate rECashFlowLockedToDate, @Nullable LocalDate rECashFlowPostingFromDate, @Nullable String rEBusinessEntity, @Nullable LocalDate rEPossessionStartDate, @Nullable LocalDate rEPossessionEndDate, @Nullable Boolean rEHasMultipleAssignments, @Nullable LocalDate rEObjectAvailableFromDate, @Nullable LocalDate rEObjectAvailableToDate, @Nullable String valuationRelevance, @Nullable Collection<SAP__Message> _Messages, List<REContrAdjustmentTerm> to_REAdjustmentTermTP, List<REContrCondition> to_REConditionTP, List<REContrNoticeTermForObj> to_RENoticeTermForObjTP, List<REContrNoticeTerm> to_RENoticeTermTP, List<REContrObjAssgmt> to_REObjAssgmtTP, List<REContrOrglAssgmtTerm> to_REOrglAssgmtTermTP, List<REContrPartAssgmt> to_REPartnerAssgmtTP, List<REContrPostingTerm> to_REPostingTermTP, List<REContrReminderDate> to_REReminderDateTP, List<REContrReminderRule> to_REReminderRuleTP, List<REContrRenewalTerm> to_RERenewalTermTP, List<REContrRhythmTerm> to_RERhythmTermTP, List<REContrValuationCondition> to_REValuationConditionTP, List<REContrValuation> to_REValuationTP)
@Nonnull public Class<REContract> getType()
getType
in class VdmObject<REContract>
public void setInternalRealEstateNumber(@Nullable String internalRealEstateNumber)
Original property name from the Odata EDM: InternalRealEstateNumber
internalRealEstateNumber
- Internal Key of Real Estate Objectpublic void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- Company Codepublic void setRealEstateContract(@Nullable String realEstateContract)
Original property name from the Odata EDM: RealEstateContract
realEstateContract
- Real Estate Contractpublic void setREStatusObject(@Nullable String rEStatusObject)
Original property name from the Odata EDM: REStatusObject
rEStatusObject
- Object Numberpublic void setREInternalFinNumber(@Nullable String rEInternalFinNumber)
Original property name from the Odata EDM: REInternalFinNumber
rEInternalFinNumber
- Internal Key of Real Estate Object (FI)public void setRECreationType(@Nullable String rECreationType)
Original property name from the Odata EDM: RECreationType
rECreationType
- How the Object Was Createdpublic void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Entered Bypublic void setCreationDate(@Nullable LocalDate creationDate)
Original property name from the Odata EDM: CreationDate
creationDate
- First Entered Onpublic void setCreationTime(@Nullable LocalTime creationTime)
Original property name from the Odata EDM: CreationTime
creationTime
- Time of Creationpublic void setRESourceOfCreation(@Nullable String rESourceOfCreation)
Original property name from the Odata EDM: RESourceOfCreation
rESourceOfCreation
- Source of Initial Entrypublic void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Employee IDpublic void setLastChangeDate(@Nullable LocalDate lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
lastChangeDate
- Last Edited Onpublic void setLastChangeTime(@Nullable LocalTime lastChangeTime)
Original property name from the Odata EDM: LastChangeTime
lastChangeTime
- Last Edited Atpublic void setRESourceOfChange(@Nullable String rESourceOfChange)
Original property name from the Odata EDM: RESourceOfChange
rESourceOfChange
- Editing Sourcepublic void setResponsible(@Nullable String responsible)
Original property name from the Odata EDM: Responsible
responsible
- Person Responsiblepublic void setREUserExclusive(@Nullable String rEUserExclusive)
Original property name from the Odata EDM: REUserExclusive
rEUserExclusive
- User with Exclusive Change Authorizationpublic void setREAuthorizationGroup(@Nullable String rEAuthorizationGroup)
Original property name from the Odata EDM: REAuthorizationGroup
rEAuthorizationGroup
- Authorization Grouppublic void setREContractType(@Nullable String rEContractType)
Original property name from the Odata EDM: REContractType
rEContractType
- Contract Typepublic void setContractStartDate(@Nullable LocalDate contractStartDate)
Original property name from the Odata EDM: ContractStartDate
contractStartDate
- Date of contract startpublic void setContractEndDate(@Nullable LocalDate contractEndDate)
Original property name from the Odata EDM: ContractEndDate
contractEndDate
- End of Termpublic void setREContractName(@Nullable String rEContractName)
Original property name from the Odata EDM: REContractName
rEContractName
- Contract namepublic void setREContractActivateDate(@Nullable LocalDate rEContractActivateDate)
Original property name from the Odata EDM: REContractActivateDate
rEContractActivateDate
- Contract activationpublic void setRETenancyLaw(@Nullable String rETenancyLaw)
Original property name from the Odata EDM: RETenancyLaw
rETenancyLaw
- Tenancy lawpublic void setREContractNumberOld(@Nullable String rEContractNumberOld)
Original property name from the Odata EDM: REContractNumberOld
rEContractNumberOld
- Number of old contractpublic void setREMainContractCompanyCode(@Nullable String rEMainContractCompanyCode)
Original property name from the Odata EDM: REMainContractCompanyCode
rEMainContractCompanyCode
- Company code of main contractpublic void setREMainContract(@Nullable String rEMainContract)
Original property name from the Odata EDM: REMainContract
rEMainContract
- Number of Real Estate Main Contractpublic void setREContractCurrency(@Nullable String rEContractCurrency)
Original property name from the Odata EDM: REContractCurrency
rEContractCurrency
- Currency for Contractpublic void setREIndustrySector(@Nullable String rEIndustrySector)
Original property name from the Odata EDM: REIndustrySector
rEIndustrySector
- Industrypublic void setREIsSalesRelevant(@Nullable Boolean rEIsSalesRelevant)
Original property name from the Odata EDM: REIsSalesRelevant
rEIsSalesRelevant
- Relevant to Salespublic void setREContractDepositType(@Nullable String rEContractDepositType)
Original property name from the Odata EDM: REContractDepositType
rEContractDepositType
- Security Deposit Typepublic void setREContractSignDate(@Nullable LocalDate rEContractSignDate)
Original property name from the Odata EDM: REContractSignDate
rEContractSignDate
- Date of Contract Conclusionpublic void setREContract2SignDate(@Nullable LocalDate rEContract2SignDate)
Original property name from the Odata EDM: REContract2SignDate
rEContract2SignDate
- Date of Second Signaturepublic void setREContractCashFlowDate(@Nullable LocalDate rEContractCashFlowDate)
Original property name from the Odata EDM: REContractCashFlowDate
rEContractCashFlowDate
- Cash Flow Generated Starting Onpublic void setREContractFirstEndDate(@Nullable LocalDate rEContractFirstEndDate)
Original property name from the Odata EDM: REContractFirstEndDate
rEContractFirstEndDate
- Date of First Contract Endpublic void setREContractNoticeDate(@Nullable LocalDate rEContractNoticeDate)
Original property name from the Odata EDM: REContractNoticeDate
rEContractNoticeDate
- Contract Notice Perpublic void setREContractNoticeInDate(@Nullable LocalDate rEContractNoticeInDate)
Original property name from the Odata EDM: REContractNoticeInDate
rEContractNoticeInDate
- Date of receipt of noticepublic void setREContractNoticeReason(@Nullable String rEContractNoticeReason)
Original property name from the Odata EDM: REContractNoticeReason
rEContractNoticeReason
- Reason for Noticepublic void setREContractNoticeActivationDate(@Nullable LocalDate rEContractNoticeActivationDate)
Original property name from the Odata EDM: REContractNoticeActivationDate
rEContractNoticeActivationDate
- Notice: Date of Activationpublic void setRECashFlowArchivedToDate(@Nullable LocalDate rECashFlowArchivedToDate)
Original property name from the Odata EDM: RECashFlowArchivedToDate
rECashFlowArchivedToDate
- Date Up to Which the Cash Flow Is Archivedpublic void setRECashFlowLockedToDate(@Nullable LocalDate rECashFlowLockedToDate)
Original property name from the Odata EDM: RECashFlowLockedToDate
rECashFlowLockedToDate
- Date Until Which the Cash Flow Is Lockedpublic void setRECashFlowPostingFromDate(@Nullable LocalDate rECashFlowPostingFromDate)
Original property name from the Odata EDM: RECashFlowPostingFromDate
rECashFlowPostingFromDate
- First Posting Frompublic void setREBusinessEntity(@Nullable String rEBusinessEntity)
Original property name from the Odata EDM: REBusinessEntity
rEBusinessEntity
- RE Business Entitypublic void setREPossessionStartDate(@Nullable LocalDate rEPossessionStartDate)
Original property name from the Odata EDM: REPossessionStartDate
rEPossessionStartDate
- Date From Which the Object Is Made Available for Usepublic void setREPossessionEndDate(@Nullable LocalDate rEPossessionEndDate)
Original property name from the Odata EDM: REPossessionEndDate
rEPossessionEndDate
- Date Up to Which the Object Is Usedpublic void setREHasMultipleAssignments(@Nullable Boolean rEHasMultipleAssignments)
Original property name from the Odata EDM: REHasMultipleAssignments
rEHasMultipleAssignments
- Multiple Assignment of Object to Group Allowedpublic void setREObjectAvailableFromDate(@Nullable LocalDate rEObjectAvailableFromDate)
Original property name from the Odata EDM: REObjectAvailableFromDate
rEObjectAvailableFromDate
- Transfer of Possession: Start Datepublic void setREObjectAvailableToDate(@Nullable LocalDate rEObjectAvailableToDate)
Original property name from the Odata EDM: REObjectAvailableToDate
rEObjectAvailableToDate
- Field of type DATSpublic void setValuationRelevance(@Nullable String valuationRelevance)
Original property name from the Odata EDM: ValuationRelevance
valuationRelevance
- Valuation Relevancepublic 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<REContract>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<REContract>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<REContract>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<REContract>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<REContract>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<REContract>
@Nonnull public io.vavr.control.Option<List<REContrAdjustmentTerm>> getREAdjustmentTermTPIfPresent()
If the navigation property for an entity REContract 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 setREAdjustmentTermTP(@Nonnull List<REContrAdjustmentTerm> value)
If the navigation property _REAdjustmentTermTP of a queried REContract 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 REContrAdjustmentTerm entities.public void addREAdjustmentTermTP(REContrAdjustmentTerm... entity)
If the navigation property _REAdjustmentTermTP of a queried REContract 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 REContrAdjustmentTerm entities.@Nonnull public io.vavr.control.Option<List<REContrCondition>> getREConditionTPIfPresent()
If the navigation property for an entity REContract 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 setREConditionTP(@Nonnull List<REContrCondition> value)
If the navigation property _REConditionTP of a queried REContract 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 REContrCondition entities.public void addREConditionTP(REContrCondition... entity)
If the navigation property _REConditionTP of a queried REContract 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 REContrCondition entities.@Nonnull public io.vavr.control.Option<List<REContrNoticeTermForObj>> getRENoticeTermForObjTPIfPresent()
If the navigation property for an entity REContract 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 setRENoticeTermForObjTP(@Nonnull List<REContrNoticeTermForObj> value)
If the navigation property _RENoticeTermForObjTP of a queried REContract 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 REContrNoticeTermForObj entities.public void addRENoticeTermForObjTP(REContrNoticeTermForObj... entity)
If the navigation property _RENoticeTermForObjTP of a queried REContract 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 REContrNoticeTermForObj entities.@Nonnull public io.vavr.control.Option<List<REContrNoticeTerm>> getRENoticeTermTPIfPresent()
If the navigation property for an entity REContract 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 setRENoticeTermTP(@Nonnull List<REContrNoticeTerm> value)
If the navigation property _RENoticeTermTP of a queried REContract 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 REContrNoticeTerm entities.public void addRENoticeTermTP(REContrNoticeTerm... entity)
If the navigation property _RENoticeTermTP of a queried REContract 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 REContrNoticeTerm entities.@Nonnull public io.vavr.control.Option<List<REContrObjAssgmt>> getREObjAssgmtTPIfPresent()
If the navigation property for an entity REContract 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 setREObjAssgmtTP(@Nonnull List<REContrObjAssgmt> value)
If the navigation property _REObjAssgmtTP of a queried REContract 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 REContrObjAssgmt entities.public void addREObjAssgmtTP(REContrObjAssgmt... entity)
If the navigation property _REObjAssgmtTP of a queried REContract 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 REContrObjAssgmt entities.@Nonnull public io.vavr.control.Option<List<REContrOrglAssgmtTerm>> getREOrglAssgmtTermTPIfPresent()
If the navigation property for an entity REContract 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 setREOrglAssgmtTermTP(@Nonnull List<REContrOrglAssgmtTerm> value)
If the navigation property _REOrglAssgmtTermTP of a queried REContract 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 REContrOrglAssgmtTerm entities.public void addREOrglAssgmtTermTP(REContrOrglAssgmtTerm... entity)
If the navigation property _REOrglAssgmtTermTP of a queried REContract 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 REContrOrglAssgmtTerm entities.@Nonnull public io.vavr.control.Option<List<REContrPartAssgmt>> getREPartnerAssgmtTPIfPresent()
If the navigation property for an entity REContract 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 setREPartnerAssgmtTP(@Nonnull List<REContrPartAssgmt> value)
If the navigation property _REPartnerAssgmtTP of a queried REContract 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 REContrPartAssgmt entities.public void addREPartnerAssgmtTP(REContrPartAssgmt... entity)
If the navigation property _REPartnerAssgmtTP of a queried REContract 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 REContrPartAssgmt entities.@Nonnull public io.vavr.control.Option<List<REContrPostingTerm>> getREPostingTermTPIfPresent()
If the navigation property for an entity REContract 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 setREPostingTermTP(@Nonnull List<REContrPostingTerm> value)
If the navigation property _REPostingTermTP of a queried REContract 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 REContrPostingTerm entities.public void addREPostingTermTP(REContrPostingTerm... entity)
If the navigation property _REPostingTermTP of a queried REContract 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 REContrPostingTerm entities.@Nonnull public io.vavr.control.Option<List<REContrReminderDate>> getREReminderDateTPIfPresent()
If the navigation property for an entity REContract 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 setREReminderDateTP(@Nonnull List<REContrReminderDate> value)
If the navigation property _REReminderDateTP of a queried REContract 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 REContrReminderDate entities.public void addREReminderDateTP(REContrReminderDate... entity)
If the navigation property _REReminderDateTP of a queried REContract 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 REContrReminderDate entities.@Nonnull public io.vavr.control.Option<List<REContrReminderRule>> getREReminderRuleTPIfPresent()
If the navigation property for an entity REContract 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 setREReminderRuleTP(@Nonnull List<REContrReminderRule> value)
If the navigation property _REReminderRuleTP of a queried REContract 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 REContrReminderRule entities.public void addREReminderRuleTP(REContrReminderRule... entity)
If the navigation property _REReminderRuleTP of a queried REContract 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 REContrReminderRule entities.@Nonnull public io.vavr.control.Option<List<REContrRenewalTerm>> getRERenewalTermTPIfPresent()
If the navigation property for an entity REContract 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 setRERenewalTermTP(@Nonnull List<REContrRenewalTerm> value)
If the navigation property _RERenewalTermTP of a queried REContract 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 REContrRenewalTerm entities.public void addRERenewalTermTP(REContrRenewalTerm... entity)
If the navigation property _RERenewalTermTP of a queried REContract 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 REContrRenewalTerm entities.@Nonnull public io.vavr.control.Option<List<REContrRhythmTerm>> getRERhythmTermTPIfPresent()
If the navigation property for an entity REContract 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 setRERhythmTermTP(@Nonnull List<REContrRhythmTerm> value)
If the navigation property _RERhythmTermTP of a queried REContract 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 REContrRhythmTerm entities.public void addRERhythmTermTP(REContrRhythmTerm... entity)
If the navigation property _RERhythmTermTP of a queried REContract 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 REContrRhythmTerm entities.@Nonnull public io.vavr.control.Option<List<REContrValuationCondition>> getREValuationConditionTPIfPresent()
If the navigation property for an entity REContract 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 setREValuationConditionTP(@Nonnull List<REContrValuationCondition> value)
If the navigation property _REValuationConditionTP of a queried REContract 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 REContrValuationCondition entities.public void addREValuationConditionTP(REContrValuationCondition... entity)
If the navigation property _REValuationConditionTP of a queried REContract 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 REContrValuationCondition entities.@Nonnull public io.vavr.control.Option<List<REContrValuation>> getREValuationTPIfPresent()
If the navigation property for an entity REContract 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 setREValuationTP(@Nonnull List<REContrValuation> value)
If the navigation property _REValuationTP of a queried REContract 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 REContrValuation entities.public void addREValuationTP(REContrValuation... entity)
If the navigation property _REValuationTP of a queried REContract 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 REContrValuation entities.@Nonnull public static REContract.REContractBuilder builder()
@Nullable public String getInternalRealEstateNumber()
Original property name from the Odata EDM: InternalRealEstateNumber
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getRealEstateContract()
Original property name from the Odata EDM: RealEstateContract
@Nullable public String getREStatusObject()
Original property name from the Odata EDM: REStatusObject
@Nullable public String getREInternalFinNumber()
Original property name from the Odata EDM: REInternalFinNumber
@Nullable public String getRECreationType()
Original property name from the Odata EDM: RECreationType
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public LocalDate getCreationDate()
Original property name from the Odata EDM: CreationDate
@Nullable public LocalTime getCreationTime()
Original property name from the Odata EDM: CreationTime
@Nullable public String getRESourceOfCreation()
Original property name from the Odata EDM: RESourceOfCreation
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public LocalDate getLastChangeDate()
Original property name from the Odata EDM: LastChangeDate
@Nullable public LocalTime getLastChangeTime()
Original property name from the Odata EDM: LastChangeTime
@Nullable public String getRESourceOfChange()
Original property name from the Odata EDM: RESourceOfChange
@Nullable public String getResponsible()
Original property name from the Odata EDM: Responsible
@Nullable public String getREUserExclusive()
Original property name from the Odata EDM: REUserExclusive
@Nullable public String getREAuthorizationGroup()
Original property name from the Odata EDM: REAuthorizationGroup
@Nullable public String getREContractType()
Original property name from the Odata EDM: REContractType
@Nullable public LocalDate getContractStartDate()
Original property name from the Odata EDM: ContractStartDate
@Nullable public LocalDate getContractEndDate()
Original property name from the Odata EDM: ContractEndDate
@Nullable public String getREContractName()
Original property name from the Odata EDM: REContractName
@Nullable public LocalDate getREContractActivateDate()
Original property name from the Odata EDM: REContractActivateDate
@Nullable public String getRETenancyLaw()
Original property name from the Odata EDM: RETenancyLaw
@Nullable public String getREContractNumberOld()
Original property name from the Odata EDM: REContractNumberOld
@Nullable public String getREMainContractCompanyCode()
Original property name from the Odata EDM: REMainContractCompanyCode
@Nullable public String getREMainContract()
Original property name from the Odata EDM: REMainContract
@Nullable public String getREContractCurrency()
Original property name from the Odata EDM: REContractCurrency
@Nullable public String getREIndustrySector()
Original property name from the Odata EDM: REIndustrySector
@Nullable public Boolean getREIsSalesRelevant()
Original property name from the Odata EDM: REIsSalesRelevant
@Nullable public String getREContractDepositType()
Original property name from the Odata EDM: REContractDepositType
@Nullable public LocalDate getREContractSignDate()
Original property name from the Odata EDM: REContractSignDate
@Nullable public LocalDate getREContract2SignDate()
Original property name from the Odata EDM: REContract2SignDate
@Nullable public LocalDate getREContractCashFlowDate()
Original property name from the Odata EDM: REContractCashFlowDate
@Nullable public LocalDate getREContractFirstEndDate()
Original property name from the Odata EDM: REContractFirstEndDate
@Nullable public LocalDate getREContractNoticeDate()
Original property name from the Odata EDM: REContractNoticeDate
@Nullable public LocalDate getREContractNoticeInDate()
Original property name from the Odata EDM: REContractNoticeInDate
@Nullable public String getREContractNoticeReason()
Original property name from the Odata EDM: REContractNoticeReason
@Nullable public LocalDate getREContractNoticeActivationDate()
Original property name from the Odata EDM: REContractNoticeActivationDate
@Nullable public LocalDate getRECashFlowArchivedToDate()
Original property name from the Odata EDM: RECashFlowArchivedToDate
@Nullable public LocalDate getRECashFlowLockedToDate()
Original property name from the Odata EDM: RECashFlowLockedToDate
@Nullable public LocalDate getRECashFlowPostingFromDate()
Original property name from the Odata EDM: RECashFlowPostingFromDate
@Nullable public String getREBusinessEntity()
Original property name from the Odata EDM: REBusinessEntity
@Nullable public LocalDate getREPossessionStartDate()
Original property name from the Odata EDM: REPossessionStartDate
@Nullable public LocalDate getREPossessionEndDate()
Original property name from the Odata EDM: REPossessionEndDate
@Nullable public Boolean getREHasMultipleAssignments()
Original property name from the Odata EDM: REHasMultipleAssignments
@Nullable public LocalDate getREObjectAvailableFromDate()
Original property name from the Odata EDM: REObjectAvailableFromDate
@Nullable public LocalDate getREObjectAvailableToDate()
Original property name from the Odata EDM: REObjectAvailableToDate
@Nullable public String getValuationRelevance()
Original property name from the Odata EDM: ValuationRelevance
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<REContract>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<REContract>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<REContract>
public int hashCode()
hashCode
in class VdmEntity<REContract>
public String getOdataType()
getOdataType
in class VdmObject<REContract>
Copyright © 2021 SAP SE. All rights reserved.