public class PurgCatPlannedSpend extends VdmEntity<PurgCatPlannedSpend>
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatPlannedSpend.PurgCatPlannedSpendBuilder |
Modifier and Type | Field and Description |
---|---|
static PurgCatPlannedSpendSelectable |
ALL_FIELDS
Selector for all available fields of PurgCatPlannedSpend.
|
static PurgCatPlannedSpendField<BigDecimal> |
PURG_CAT_PLND_SPEND_AMOUNT
Use with available fluent helpers to apply the PurgCatPlndSpendAmount field to query operations.
|
static PurgCatPlannedSpendField<String> |
PURG_CAT_PLND_SPEND_CURRENCY
Use with available fluent helpers to apply the PurgCatPlndSpendCurrency field to query operations.
|
static PurgCatPlannedSpendField<UUID> |
PURG_CAT_PLND_SPEND_UUID
Use with available fluent helpers to apply the PurgCatPlndSpendUUID field to query operations.
|
static PurgCatPlannedSpendField<Calendar> |
PURG_CAT_PLND_SPEND_VALID_FROM_DATE
Use with available fluent helpers to apply the PurgCatPlndSpendValidFromDate field to query operations.
|
static PurgCatPlannedSpendField<Calendar> |
PURG_CAT_PLND_SPEND_VALID_TO_DATE
Use with available fluent helpers to apply the PurgCatPlndSpendValidToDate field to query operations.
|
static PurgCatPlannedSpendField<UUID> |
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
Constructor and Description |
---|
PurgCatPlannedSpend() |
PurgCatPlannedSpend(UUID purgCatPlndSpendUUID,
UUID purgCatUUID,
Calendar purgCatPlndSpendValidFromDate,
Calendar purgCatPlndSpendValidToDate,
BigDecimal purgCatPlndSpendAmount,
String purgCatPlndSpendCurrency,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurgCatPlannedSpend.PurgCatPlannedSpendBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PurgCatPlannedSpendField<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. fetching associated entities).
|
BigDecimal |
getPurgCatPlndSpendAmount()
Constraints: Not nullable, Precision: 14, Scale: 3
|
String |
getPurgCatPlndSpendCurrency()
Constraints: Not nullable, Maximum length: 5
|
UUID |
getPurgCatPlndSpendUUID()
(Key Field) Constraints: Not nullable
|
Calendar |
getPurgCatPlndSpendValidFromDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getPurgCatPlndSpendValidToDate()
Constraints: Not nullable, Precision: 0
|
UUID |
getPurgCatUUID()
Constraints: none
|
Class<PurgCatPlannedSpend> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setPurgCatPlndSpendAmount(BigDecimal purgCatPlndSpendAmount)
Constraints: Not nullable, Precision: 14, Scale: 3
|
void |
setPurgCatPlndSpendCurrency(String purgCatPlndSpendCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurgCatPlndSpendUUID(UUID purgCatPlndSpendUUID)
(Key Field) Constraints: Not nullable
|
void |
setPurgCatPlndSpendValidFromDate(Calendar purgCatPlndSpendValidFromDate)
Constraints: Not nullable, Precision: 0
|
void |
setPurgCatPlndSpendValidToDate(Calendar purgCatPlndSpendValidToDate)
Constraints: Not nullable, Precision: 0
|
void |
setPurgCatUUID(UUID purgCatUUID)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final PurgCatPlannedSpendSelectable ALL_FIELDS
public static final PurgCatPlannedSpendField<UUID> PURG_CAT_PLND_SPEND_UUID
public static final PurgCatPlannedSpendField<UUID> PURG_CAT_UUID
public static final PurgCatPlannedSpendField<Calendar> PURG_CAT_PLND_SPEND_VALID_FROM_DATE
public static final PurgCatPlannedSpendField<Calendar> PURG_CAT_PLND_SPEND_VALID_TO_DATE
public static final PurgCatPlannedSpendField<BigDecimal> PURG_CAT_PLND_SPEND_AMOUNT
public static final PurgCatPlannedSpendField<String> PURG_CAT_PLND_SPEND_CURRENCY
public PurgCatPlannedSpend()
public PurgCatPlannedSpend(@Nullable UUID purgCatPlndSpendUUID, @Nullable UUID purgCatUUID, @Nullable Calendar purgCatPlndSpendValidFromDate, @Nullable Calendar purgCatPlndSpendValidToDate, @Nullable BigDecimal purgCatPlndSpendAmount, @Nullable String purgCatPlndSpendCurrency, @Nullable ErpConfigContext erpConfigContext)
public Class<PurgCatPlannedSpend> getType()
getType
in class VdmObject<PurgCatPlannedSpend>
public static <T> PurgCatPlannedSpendField<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.public static PurgCatPlannedSpend.PurgCatPlannedSpendBuilder builder()
@Nullable public UUID getPurgCatPlndSpendUUID()
@Nullable public UUID getPurgCatUUID()
@Nullable public Calendar getPurgCatPlndSpendValidFromDate()
@Nullable public Calendar getPurgCatPlndSpendValidToDate()
@Nullable public BigDecimal getPurgCatPlndSpendAmount()
@Nullable public String getPurgCatPlndSpendCurrency()
@Nullable public ErpConfigContext getErpConfigContext()
public void setPurgCatPlndSpendUUID(@Nullable UUID purgCatPlndSpendUUID)
purgCatPlndSpendUUID
- public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- public void setPurgCatPlndSpendValidFromDate(@Nullable Calendar purgCatPlndSpendValidFromDate)
purgCatPlndSpendValidFromDate
- public void setPurgCatPlndSpendValidToDate(@Nullable Calendar purgCatPlndSpendValidToDate)
purgCatPlndSpendValidToDate
- public void setPurgCatPlndSpendAmount(@Nullable BigDecimal purgCatPlndSpendAmount)
purgCatPlndSpendAmount
- public void setPurgCatPlndSpendCurrency(@Nullable String purgCatPlndSpendCurrency)
purgCatPlndSpendCurrency
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<PurgCatPlannedSpend>
public boolean equals(Object o)
equals
in class VdmObject<PurgCatPlannedSpend>
public int hashCode()
hashCode
in class VdmObject<PurgCatPlannedSpend>
Copyright © 2018 SAP SE. All rights reserved.