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() |
boolean |
equals(Object o) |
MainAssetNumber12 |
getAsset()
Field name: ASSET
Type element: BF_ANLN1
Domain name: BF_ANLN1
Internal type: CHAR
Description: Main Asset Number
Max length: 12
|
org.joda.time.LocalDate |
getDate()
Field name: DATE
Type element: BF_IVDAT_ANLA
Domain name: DATUM
Internal type: DATS
Description: Last inventory date
Max length: 8
|
ErpBoolean |
getIncludeInList()
Field name: INCLUDE_IN_LIST
Type element: BF_INKEN
Domain name: BF_XFELD
Internal type: CHAR
Description: Inventory indicator
Max length: 1
|
SupplementaryInventorySpecifications |
getNote()
Field name: NOTE
Type element: BF_INVZU_ANLA
Domain name: BF_INVZU_ANLA
Internal type: CHAR
Description: Supplementary inventory specifications
Max length: 15
|
AssetSubnumber4 |
getSubnumber()
Field name: SUBNUMBER
Type element: BF_ANLN2
Domain name: BF_ANLN2
Internal type: CHAR
Description: Asset Subnumber
Max length: 4
|
int |
hashCode() |
void |
setAsset(MainAssetNumber12 asset)
Field name: ASSET
Type element: BF_ANLN1
Domain name: BF_ANLN1
Internal type: CHAR
Description: Main Asset Number
Max length: 12
|
void |
setDate(org.joda.time.LocalDate date)
Field name: DATE
Type element: BF_IVDAT_ANLA
Domain name: DATUM
Internal type: DATS
Description: Last inventory date
Max length: 8
|
void |
setIncludeInList(ErpBoolean includeInList)
Field name: INCLUDE_IN_LIST
Type element: BF_INKEN
Domain name: BF_XFELD
Internal type: CHAR
Description: Inventory indicator
Max length: 1
|
void |
setNote(SupplementaryInventorySpecifications note)
Field name: NOTE
Type element: BF_INVZU_ANLA
Domain name: BF_INVZU_ANLA
Internal type: CHAR
Description: Supplementary inventory specifications
Max length: 15
|
void |
setSubnumber(AssetSubnumber4 subnumber)
Field name: SUBNUMBER
Type element: BF_ANLN2
Domain name: BF_ANLN2
Internal type: CHAR
Description: Asset Subnumber
Max length: 4
|
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 org.joda.time.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 org.joda.time.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
Copyright © 2018 SAP SE. All rights reserved.