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) |
MainAssetNumber |
getAsset()
Field name: ASSET
|
org.joda.time.LocalDate |
getDate()
Field name: DATE
|
ErpBoolean |
getIncludeInList()
Field name: INCLUDE_IN_LIST
|
SupplementaryInventorySpecifications |
getNote()
Field name: NOTE
|
AssetSubnumber |
getSubnumber()
Field name: SUBNUMBER
|
int |
hashCode() |
void |
setAsset(MainAssetNumber asset)
Field name: ASSET
|
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
|
void |
setSubnumber(AssetSubnumber subnumber)
Field name: SUBNUMBER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FixedAssetGetlistInventory.FixedAssetGetlistInventoryBuilder builder()
@Nullable @Generated(value="lombok") public MainAssetNumber getAsset()
Domain name: BF_ANLN1 Internal type: C Max length: 12
@Nullable @Generated(value="lombok") public AssetSubnumber getSubnumber()
Domain name: BF_ANLN2 Internal type: C Max length: 4
@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 setAsset(@Nullable MainAssetNumber asset)
Domain name: BF_ANLN1 Internal type: C Max length: 12
@Generated(value="lombok") public void setSubnumber(@Nullable AssetSubnumber subnumber)
Domain name: BF_ANLN2 Internal type: C Max length: 4
@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.