public class FixedAssetInventory extends Object
Structure: BAPI1022_FEGLG011
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetInventory.FixedAssetInventoryBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetInventory.FixedAssetInventoryBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
LocalDate |
getDate()
Field name: DATE
|
ErpBoolean |
getIncludeInList()
Field name: INCLUDE_IN_LIST
|
SupplementaryInventorySpecifications |
getNote()
Field name: NOTE
|
int |
hashCode() |
void |
setDate(LocalDate date)
Field name: DATE
|
void |
setIncludeInList(ErpBoolean includeInList)
Field name: INCLUDE_IN_LIST
|
void |
setNote(SupplementaryInventorySpecifications note)
Field name: NOTE
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetInventory.FixedAssetInventoryBuilder builder()
@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
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
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.