public class FixedAssetReferenceAssetForCreating extends Object
Structure: BAPI1022_REFERENCE
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetReferenceAssetForCreating.FixedAssetReferenceAssetForCreatingBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetReferenceAssetForCreating.FixedAssetReferenceAssetForCreatingBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
MainAssetNumber12 |
getAsset()
Field name: ASSET
|
CompanyCode |
getCompanycode()
Field name: COMPANYCODE
|
AssetSubnumber4 |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber12 asset)
Field name: ASSET
|
void |
setCompanycode(CompanyCode companycode)
Field name: COMPANYCODE
|
void |
setSubnumber(AssetSubnumber4 subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetReferenceAssetForCreating.FixedAssetReferenceAssetForCreatingBuilder builder()
@Nullable public MainAssetNumber12 getAsset()
Type element: BF_ANLN1 Domain name: BF_ANLN1 Internal type: CHAR Description: Main Asset Number Max length: 12
@Nullable public CompanyCode getCompanycode()
Type element: BUKRS Domain name: BUKRS Internal type: CHAR Description: Company Code Max length: 4
@Nullable public AssetSubnumber4 getSubnumber()
Type element: BF_ANLN2 Domain name: BF_ANLN2 Internal type: CHAR Description: Asset Subnumber Max length: 4
public void setAsset(@Nullable MainAssetNumber12 asset)
Type element: BF_ANLN1 Domain name: BF_ANLN1 Internal type: CHAR Description: Main Asset Number Max length: 12
public void setCompanycode(@Nullable CompanyCode companycode)
Type element: BUKRS Domain name: BUKRS Internal type: CHAR Description: Company Code Max length: 4
public void setSubnumber(@Nullable AssetSubnumber4 subnumber)
Type element: BF_ANLN2 Domain name: BF_ANLN2 Internal type: CHAR Description: Asset Subnumber Max length: 4
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.