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() |
boolean |
equals(Object o) |
org.joda.time.LocalDate |
getFromDate()
Field name: FROM_DATE
Type element: BF_ADATU
Domain name: DATUM
Internal type: DATS
Description: Date for beginning of validity
Max length: 8
|
org.joda.time.LocalDate |
getToDate()
Field name: TO_DATE
Type element: BF_BDATU
Domain name: DATUM
Internal type: DATS
Description: Date Validity Ends
Max length: 8
|
int |
hashCode() |
void |
setFromDate(org.joda.time.LocalDate fromDate)
Field name: FROM_DATE
Type element: BF_ADATU
Domain name: DATUM
Internal type: DATS
Description: Date for beginning of validity
Max length: 8
|
void |
setToDate(org.joda.time.LocalDate toDate)
Field name: TO_DATE
Type element: BF_BDATU
Domain name: DATUM
Internal type: DATS
Description: Date Validity Ends
Max length: 8
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentData.FixedAssetGlobalizationFieldsDateIntervalOfTimeDependentDataBuilder builder()
@Nullable public org.joda.time.LocalDate getFromDate()
Type element: BF_ADATU Domain name: DATUM Internal type: DATS Description: Date for beginning of validity Max length: 8
@Nullable public org.joda.time.LocalDate getToDate()
Type element: BF_BDATU Domain name: DATUM Internal type: DATS Description: Date Validity Ends Max length: 8
public void setFromDate(@Nullable org.joda.time.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 org.joda.time.LocalDate toDate)
Type element: BF_BDATU Domain name: DATUM Internal type: DATS Description: Date Validity Ends Max length: 8
Copyright © 2018 SAP SE. All rights reserved.