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() |
boolean |
equals(Object o) |
org.joda.time.LocalDate |
getDate()
Field name: DATE
|
ErpBoolean |
getIncludeInList()
Field name: INCLUDE_IN_LIST
|
SupplementaryInventorySpecifications |
getNote()
Field name: NOTE
|
int |
hashCode() |
void |
setDate(org.joda.time.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
@Generated(value="lombok") public static FixedAssetInventory.FixedAssetInventoryBuilder builder()
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getDate()
Domain name: DATUM Internal type: D Max length: 8
@Nullable @Generated(value="lombok") public SupplementaryInventorySpecifications getNote()
Domain name: BF_INVZU_ANLA Internal type: C Max length: 15
@Nullable @Generated(value="lombok") public ErpBoolean getIncludeInList()
Domain name: BF_XFELD Internal type: C Max length: 1
@Generated(value="lombok") public void setDate(@Nullable org.joda.time.LocalDate date)
Domain name: DATUM Internal type: D Max length: 8
@Generated(value="lombok") public void setNote(@Nullable SupplementaryInventorySpecifications note)
Domain name: BF_INVZU_ANLA Internal type: C Max length: 15
@Generated(value="lombok") public void setIncludeInList(@Nullable ErpBoolean includeInList)
Domain name: BF_XFELD Internal type: C Max length: 1
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.