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() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
BuildingNumber |
getBuilding()
Field name: BUILDING
|
BusinessEntityNumber |
getBusinessEntity()
Field name: BUSINESS_ENTITY
|
ContractNumber |
getContractNo()
Field name: CONTRACT_NO
|
CorrectionItemNumber |
getCorrItem()
Field name: CORR_ITEM
|
FlowType |
getFlowType()
Field name: FLOW_TYPE
|
AccountingDocumentLineItemNumber |
getItemnoAcc()
Field name: ITEMNO_ACC
|
RealEstateOptionRate |
getOptionRate()
Field name: OPTION_RATE
|
LandNumberForBe |
getProperty()
Field name: PROPERTY
|
LocalDate |
getRefDate()
Field name: REF_DATE
|
NumberOfRentalObject |
getRentalObject()
Field name: RENTAL_OBJECT
|
ServiceChargeKey |
getServChargeKey()
Field name: SERV_CHARGE_KEY
|
SettlementUnit |
getSettlementUnit()
Field name: SETTLEMENT_UNIT
|
int |
hashCode() |
void |
setBuilding(BuildingNumber building)
Field name: BUILDING
|
void |
setBusinessEntity(BusinessEntityNumber businessEntity)
Field name: BUSINESS_ENTITY
|
void |
setContractNo(ContractNumber contractNo)
Field name: CONTRACT_NO
|
void |
setCorrItem(CorrectionItemNumber corrItem)
Field name: CORR_ITEM
|
void |
setFlowType(FlowType flowType)
Field name: FLOW_TYPE
|
void |
setItemnoAcc(AccountingDocumentLineItemNumber itemnoAcc)
Field name: ITEMNO_ACC
|
void |
setOptionRate(RealEstateOptionRate optionRate)
Field name: OPTION_RATE
|
void |
setProperty(LandNumberForBe property)
Field name: PROPERTY
|
void |
setRefDate(LocalDate refDate)
Field name: REF_DATE
|
void |
setRentalObject(NumberOfRentalObject rentalObject)
Field name: RENTAL_OBJECT
|
void |
setServChargeKey(ServiceChargeKey servChargeKey)
Field name: SERV_CHARGE_KEY
|
void |
setSettlementUnit(SettlementUnit settlementUnit)
Field name: SETTLEMENT_UNIT
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static RealEstateAccountAssignmentData.RealEstateAccountAssignmentDataBuilder builder()
@Nullable public BuildingNumber getBuilding()
Type element: SGENR Domain name: SGENR Internal type: CHAR Description: Building Number Max length: 8
@Nullable public BusinessEntityNumber getBusinessEntity()
Type element: SWENR Domain name: SWENR Internal type: CHAR Description: Business Entity Number Max length: 8
@Nullable public ContractNumber getContractNo()
Type element: RANL Domain name: RANL Internal type: CHAR Description: Contract Number Max length: 13
@Nullable public CorrectionItemNumber getCorrItem()
Type element: SBERI Domain name: SBERI Internal type: CHAR Description: Correction item number Max length: 10
@Nullable public FlowType getFlowType()
Type element: SBEWART Domain name: SBEWART Internal type: CHAR Description: Flow Type Max length: 4
@Nullable public AccountingDocumentLineItemNumber getItemnoAcc()
Type element: POSNR_ACC Domain name: POSNR_ACC Internal type: NUMC Description: Accounting Document Line Item Number Max length: 10
@Nullable public RealEstateOptionRate getOptionRate()
Type element: POPTSATZ Domain name: POPTSATZ Internal type: DEC Description: Real Estate Option Rate Max length: 5
@Nullable public LandNumberForBe getProperty()
Type element: SGRNR Domain name: SGRNR Internal type: CHAR Description: Land Number for BE Max length: 8
@Nullable public LocalDate getRefDate()
Type element: DABRBEZ Domain name: DDAT Internal type: DATS Description: Reference date for settlement Max length: 8
@Nullable public NumberOfRentalObject getRentalObject()
Type element: REBDRONRBAPI Domain name: SMENR Internal type: CHAR Description: Number of Rental Object Max length: 8
@Nullable public ServiceChargeKey getServChargeKey()
Type element: SNKSL Domain name: SNKSL Internal type: CHAR Description: Service Charge Key Max length: 4
@Nullable public SettlementUnit getSettlementUnit()
Type element: SEMPSL Domain name: SEMPSL Internal type: CHAR Description: Settlement Unit Max length: 5
public void setBuilding(@Nullable BuildingNumber building)
Type element: SGENR Domain name: SGENR Internal type: CHAR Description: Building Number Max length: 8
public void setBusinessEntity(@Nullable BusinessEntityNumber businessEntity)
Type element: SWENR Domain name: SWENR Internal type: CHAR Description: Business Entity Number Max length: 8
public void setContractNo(@Nullable ContractNumber contractNo)
Type element: RANL Domain name: RANL Internal type: CHAR Description: Contract Number Max length: 13
public void setCorrItem(@Nullable CorrectionItemNumber corrItem)
Type element: SBERI Domain name: SBERI Internal type: CHAR Description: Correction item number Max length: 10
public void setFlowType(@Nullable FlowType flowType)
Type element: SBEWART Domain name: SBEWART Internal type: CHAR Description: Flow Type Max length: 4
public void setItemnoAcc(@Nullable AccountingDocumentLineItemNumber itemnoAcc)
Type element: POSNR_ACC Domain name: POSNR_ACC Internal type: NUMC Description: Accounting Document Line Item Number Max length: 10
public void setOptionRate(@Nullable RealEstateOptionRate optionRate)
Type element: POPTSATZ Domain name: POPTSATZ Internal type: DEC Description: Real Estate Option Rate Max length: 5
public void setProperty(@Nullable LandNumberForBe property)
Type element: SGRNR Domain name: SGRNR Internal type: CHAR Description: Land Number for BE Max length: 8
public void setRefDate(@Nullable LocalDate refDate)
Type element: DABRBEZ Domain name: DDAT Internal type: DATS Description: Reference date for settlement Max length: 8
public void setRentalObject(@Nullable NumberOfRentalObject rentalObject)
Type element: REBDRONRBAPI Domain name: SMENR Internal type: CHAR Description: Number of Rental Object Max length: 8
public void setServChargeKey(@Nullable ServiceChargeKey servChargeKey)
Type element: SNKSL Domain name: SNKSL Internal type: CHAR Description: Service Charge Key Max length: 4
public void setSettlementUnit(@Nullable SettlementUnit settlementUnit)
Type element: SEMPSL Domain name: SEMPSL Internal type: CHAR Description: Settlement Unit Max length: 5
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.