public class LglTransDate extends VdmEntity<LglTransDate>
Modifier and Type | Class and Description |
---|---|
static class |
LglTransDate.LglTransDateBuilder |
Modifier and Type | Field and Description |
---|---|
static LglTransDateSelectable |
ALL_FIELDS
Selector for all available fields of LglTransDate.
|
static LglTransDateField<UUID> |
LEGAL_TRANSACTION_DATE_UUID
Use with available fluent helpers to apply the LegalTransactionDateUUID field to query operations.
|
static LglTransDateField<String> |
LEGAL_TRANSACTION_MANDATORY_FLAG
Use with available fluent helpers to apply the LegalTransactionMandatoryFlag field to query operations.
|
static LglTransDateField<UUID> |
LEGAL_TRANSACTION_UUID
Use with available fluent helpers to apply the LegalTransactionUUID field to query operations.
|
static LglTransDateField<String> |
LGL_CNTNT_M_DATE_TYPE
Use with available fluent helpers to apply the LglCntntMDateType field to query operations.
|
static LglTransDateField<Calendar> |
LGL_CNTNT_M_FROM_DATE
Use with available fluent helpers to apply the LglCntntMFromDate field to query operations.
|
static LglTransDateField<Calendar> |
LGL_CNTNT_M_TO_DATE
Use with available fluent helpers to apply the LglCntntMToDate field to query operations.
|
Constructor and Description |
---|
LglTransDate() |
LglTransDate(UUID legalTransactionDateUUID,
String lglCntntMDateType,
Calendar lglCntntMFromDate,
Calendar lglCntntMToDate,
String legalTransactionMandatoryFlag,
UUID legalTransactionUUID,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static LglTransDate.LglTransDateBuilder |
builder() |
boolean |
equals(Object o) |
static <T> LglTransDateField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
UUID |
getLegalTransactionDateUUID()
(Key Field) Constraints: Not nullable
|
String |
getLegalTransactionMandatoryFlag()
Constraints: Not nullable, Maximum length: 1
|
UUID |
getLegalTransactionUUID()
Constraints: none
|
String |
getLglCntntMDateType()
Constraints: Not nullable, Maximum length: 4
|
Calendar |
getLglCntntMFromDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getLglCntntMToDate()
Constraints: Not nullable, Precision: 0
|
Class<LglTransDate> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLegalTransactionDateUUID(UUID legalTransactionDateUUID)
(Key Field) Constraints: Not nullable
|
void |
setLegalTransactionMandatoryFlag(String legalTransactionMandatoryFlag)
Constraints: Not nullable, Maximum length: 1
|
void |
setLegalTransactionUUID(UUID legalTransactionUUID)
Constraints: none
|
void |
setLglCntntMDateType(String lglCntntMDateType)
Constraints: Not nullable, Maximum length: 4
|
void |
setLglCntntMFromDate(Calendar lglCntntMFromDate)
Constraints: Not nullable, Precision: 0
|
void |
setLglCntntMToDate(Calendar lglCntntMToDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final LglTransDateSelectable ALL_FIELDS
public static final LglTransDateField<UUID> LEGAL_TRANSACTION_DATE_UUID
public static final LglTransDateField<String> LGL_CNTNT_M_DATE_TYPE
public static final LglTransDateField<Calendar> LGL_CNTNT_M_FROM_DATE
public static final LglTransDateField<Calendar> LGL_CNTNT_M_TO_DATE
public static final LglTransDateField<String> LEGAL_TRANSACTION_MANDATORY_FLAG
public static final LglTransDateField<UUID> LEGAL_TRANSACTION_UUID
@Generated(value="lombok") public LglTransDate()
@ConstructorProperties(value={"legalTransactionDateUUID","lglCntntMDateType","lglCntntMFromDate","lglCntntMToDate","legalTransactionMandatoryFlag","legalTransactionUUID","erpConfigContext"}) @Generated(value="lombok") public LglTransDate(@Nullable UUID legalTransactionDateUUID, @Nullable String lglCntntMDateType, @Nullable Calendar lglCntntMFromDate, @Nullable Calendar lglCntntMToDate, @Nullable String legalTransactionMandatoryFlag, @Nullable UUID legalTransactionUUID, @Nullable ErpConfigContext erpConfigContext)
public Class<LglTransDate> getType()
getType
in class VdmObject<LglTransDate>
public static <T> LglTransDateField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Generated(value="lombok") public static LglTransDate.LglTransDateBuilder builder()
@Nullable @Generated(value="lombok") public UUID getLegalTransactionDateUUID()
@Nullable @Generated(value="lombok") public String getLglCntntMDateType()
@Nullable @Generated(value="lombok") public Calendar getLglCntntMFromDate()
@Nullable @Generated(value="lombok") public Calendar getLglCntntMToDate()
@Nullable @Generated(value="lombok") public String getLegalTransactionMandatoryFlag()
@Nullable @Generated(value="lombok") public UUID getLegalTransactionUUID()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setLegalTransactionDateUUID(@Nullable UUID legalTransactionDateUUID)
legalTransactionDateUUID
- @Generated(value="lombok") public void setLglCntntMDateType(@Nullable String lglCntntMDateType)
lglCntntMDateType
- @Generated(value="lombok") public void setLglCntntMFromDate(@Nullable Calendar lglCntntMFromDate)
lglCntntMFromDate
- @Generated(value="lombok") public void setLglCntntMToDate(@Nullable Calendar lglCntntMToDate)
lglCntntMToDate
- @Generated(value="lombok") public void setLegalTransactionMandatoryFlag(@Nullable String legalTransactionMandatoryFlag)
legalTransactionMandatoryFlag
- @Generated(value="lombok") public void setLegalTransactionUUID(@Nullable UUID legalTransactionUUID)
legalTransactionUUID
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<LglTransDate>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<LglTransDate>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<LglTransDate>
Copyright © 2018 SAP SE. All rights reserved.