public class FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentData extends Object
Structure: BAPI1022_GLO_TIME_DEP
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentData.FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentDataBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentData.FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentDataBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
LocalDate |
getFromDate()
Field name: FROM_DATE
|
LocalDate |
getToDate()
Field name: TO_DATE
|
int |
hashCode() |
void |
setFromDate(LocalDate fromDate)
Field name: FROM_DATE
|
void |
setToDate(LocalDate toDate)
Field name: TO_DATE
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentData.FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentDataBuilder builder()
@Nullable public LocalDate getFromDate()
Type element: BF_ADATU Domain name: DATUM Internal type: DATS Description: Date for beginning of validity Max length: 8
@Nullable public LocalDate getToDate()
Type element: BF_BDATU Domain name: DATUM Internal type: DATS Description: Date Validity Ends Max length: 8
public void setFromDate(@Nullable LocalDate fromDate)
Type element: BF_ADATU Domain name: DATUM Internal type: DATS Description: Date for beginning of validity Max length: 8
public void setToDate(@Nullable LocalDate toDate)
Type element: BF_BDATU Domain name: DATUM Internal type: DATS Description: Date Validity Ends Max length: 8
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.