public class FixedAssetGetlistInventory extends Object
Structure: BAPI1022_FEGLG011_PID
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetGetlistInventory.FixedAssetGetlistInventoryBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetGetlistInventory.FixedAssetGetlistInventoryBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
MainAssetNumber12 |
getAsset()
Field name: ASSET
|
LocalDate |
getDate()
Field name: DATE
|
ErpBoolean |
getIncludeInList()
Field name: INCLUDE_IN_LIST
|
SupplementaryInventorySpecifications |
getNote()
Field name: NOTE
|
AssetSubnumber4 |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber12 asset)
Field name: ASSET
|
void |
setDate(LocalDate date)
Field name: DATE
|
void |
setIncludeInList(ErpBoolean includeInList)
Field name: INCLUDE_IN_LIST
|
void |
setNote(SupplementaryInventorySpecifications note)
Field name: NOTE
|
void |
setSubnumber(AssetSubnumber4 subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetGetlistInventory.FixedAssetGetlistInventoryBuilder 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 LocalDate getDate()
Type element: BF_IVDAT_ANLA Domain name: DATUM Internal type: DATS Description: Last inventory date Max length: 8
@Nullable public ErpBoolean getIncludeInList()
Type element: BF_INKEN Domain name: BF_XFELD Internal type: CHAR Description: Inventory indicator Max length: 1
@Nullable public SupplementaryInventorySpecifications getNote()
Type element: BF_INVZU_ANLA Domain name: BF_INVZU_ANLA Internal type: CHAR Description: Supplementary inventory specifications Max length: 15
@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 setDate(@Nullable LocalDate date)
Type element: BF_IVDAT_ANLA Domain name: DATUM Internal type: DATS Description: Last inventory date Max length: 8
public void setIncludeInList(@Nullable ErpBoolean includeInList)
Type element: BF_INKEN Domain name: BF_XFELD Internal type: CHAR Description: Inventory indicator Max length: 1
public void setNote(@Nullable SupplementaryInventorySpecifications note)
Type element: BF_INVZU_ANLA Domain name: BF_INVZU_ANLA Internal type: CHAR Description: Supplementary inventory specifications Max length: 15
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 © 2018 SAP SE. All rights reserved.