public class RealEstateAccountAssignmentData extends Object
Structure: BAPIACRE09
Modifier and Type | Class and Description |
---|---|
static class |
RealEstateAccountAssignmentData.RealEstateAccountAssignmentDataBuilder |
Modifier and Type | Method and Description |
---|---|
static RealEstateAccountAssignmentData.RealEstateAccountAssignmentDataBuilder |
builder() |
boolean |
equals(Object o) |
BuildingNumber |
getBuilding()
Field name: BUILDING
|
NumberOfBusinessEntity |
getBusinessEntity()
Field name: BUSINESS_ENTITY
|
AssetNumber |
getContractNo()
Field name: CONTRACT_NO
|
NumberOfTheAdjustmentPortfolio |
getCorrItem()
Field name: CORR_ITEM
|
FlowTypeOfFlowItem |
getFlowType()
Field name: FLOW_TYPE
|
AccountingDocumentLineItemNumber |
getItemnoAcc()
Field name: ITEMNO_ACC
|
RealEstateOptionRate |
getOptionRate()
Field name: OPTION_RATE
|
PropertyNumberForBe |
getProperty()
Field name: PROPERTY
|
org.joda.time.LocalDate |
getRefDate()
Field name: REF_DATE
|
NumberOfRentalUnit |
getRentalObject()
Field name: RENTAL_OBJECT
|
IncidExpKeyForIncidExpensesAcctSettlement |
getServChargeKey()
Field name: SERV_CHARGE_KEY
|
ReceiverKeyForServiceChargeSettlement |
getSettlementUnit()
Field name: SETTLEMENT_UNIT
|
int |
hashCode() |
void |
setBuilding(BuildingNumber building)
Field name: BUILDING
|
void |
setBusinessEntity(NumberOfBusinessEntity businessEntity)
Field name: BUSINESS_ENTITY
|
void |
setContractNo(AssetNumber contractNo)
Field name: CONTRACT_NO
|
void |
setCorrItem(NumberOfTheAdjustmentPortfolio corrItem)
Field name: CORR_ITEM
|
void |
setFlowType(FlowTypeOfFlowItem flowType)
Field name: FLOW_TYPE
|
void |
setItemnoAcc(AccountingDocumentLineItemNumber itemnoAcc)
Field name: ITEMNO_ACC
|
void |
setOptionRate(RealEstateOptionRate optionRate)
Field name: OPTION_RATE
|
void |
setProperty(PropertyNumberForBe property)
Field name: PROPERTY
|
void |
setRefDate(org.joda.time.LocalDate refDate)
Field name: REF_DATE
|
void |
setRentalObject(NumberOfRentalUnit rentalObject)
Field name: RENTAL_OBJECT
|
void |
setServChargeKey(IncidExpKeyForIncidExpensesAcctSettlement servChargeKey)
Field name: SERV_CHARGE_KEY
|
void |
setSettlementUnit(ReceiverKeyForServiceChargeSettlement settlementUnit)
Field name: SETTLEMENT_UNIT
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static RealEstateAccountAssignmentData.RealEstateAccountAssignmentDataBuilder builder()
@Nullable @Generated(value="lombok") public AccountingDocumentLineItemNumber getItemnoAcc()
Domain name: POSNR_ACC Internal type: N Max length: 10
@Nullable @Generated(value="lombok") public NumberOfBusinessEntity getBusinessEntity()
Domain name: SWENR Internal type: C Max length: 8
@Nullable @Generated(value="lombok") public BuildingNumber getBuilding()
Domain name: SGENR Internal type: C Max length: 8
@Nullable @Generated(value="lombok") public PropertyNumberForBe getProperty()
Domain name: SGRNR Internal type: C Max length: 8
@Nullable @Generated(value="lombok") public NumberOfRentalUnit getRentalObject()
Domain name: SMENR Internal type: C Max length: 8
@Nullable @Generated(value="lombok") public IncidExpKeyForIncidExpensesAcctSettlement getServChargeKey()
Domain name: SNKSL Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public ReceiverKeyForServiceChargeSettlement getSettlementUnit()
Domain name: SEMPSL Internal type: C Max length: 5
@Nullable @Generated(value="lombok") public AssetNumber getContractNo()
Domain name: RANL Internal type: C Max length: 13
@Nullable @Generated(value="lombok") public FlowTypeOfFlowItem getFlowType()
Domain name: SBEWART Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public NumberOfTheAdjustmentPortfolio getCorrItem()
Domain name: SBERI Internal type: C Max length: 10
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getRefDate()
Domain name: DDAT Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public RealEstateOptionRate getOptionRate()
Domain name: POPTSATZ Internal type: P Max length: 5
@Generated(value="lombok") public void setItemnoAcc(@Nullable AccountingDocumentLineItemNumber itemnoAcc)
Domain name: POSNR_ACC Internal type: N Max length: 10
@Generated(value="lombok") public void setBusinessEntity(@Nullable NumberOfBusinessEntity businessEntity)
Domain name: SWENR Internal type: C Max length: 8
@Generated(value="lombok") public void setBuilding(@Nullable BuildingNumber building)
Domain name: SGENR Internal type: C Max length: 8
@Generated(value="lombok") public void setProperty(@Nullable PropertyNumberForBe property)
Domain name: SGRNR Internal type: C Max length: 8
@Generated(value="lombok") public void setRentalObject(@Nullable NumberOfRentalUnit rentalObject)
Domain name: SMENR Internal type: C Max length: 8
@Generated(value="lombok") public void setServChargeKey(@Nullable IncidExpKeyForIncidExpensesAcctSettlement servChargeKey)
Domain name: SNKSL Internal type: C Max length: 4
@Generated(value="lombok") public void setSettlementUnit(@Nullable ReceiverKeyForServiceChargeSettlement settlementUnit)
Domain name: SEMPSL Internal type: C Max length: 5
@Generated(value="lombok") public void setContractNo(@Nullable AssetNumber contractNo)
Domain name: RANL Internal type: C Max length: 13
@Generated(value="lombok") public void setFlowType(@Nullable FlowTypeOfFlowItem flowType)
Domain name: SBEWART Internal type: C Max length: 4
@Generated(value="lombok") public void setCorrItem(@Nullable NumberOfTheAdjustmentPortfolio corrItem)
Domain name: SBERI Internal type: C Max length: 10
@Generated(value="lombok") public void setRefDate(@Nullable org.joda.time.LocalDate refDate)
Domain name: DDAT Internal type: D Max length: 8
@Generated(value="lombok") public void setOptionRate(@Nullable RealEstateOptionRate optionRate)
Domain name: POPTSATZ Internal type: P Max length: 5
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.