public class PurgCatPlannedSpend extends VdmEntity<PurgCatPlannedSpend>
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatPlannedSpend.PurgCatPlannedSpendBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<PurgCatPlannedSpend> |
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.
|
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.
|
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 EntityFieldAll<PurgCatPlannedSpend> 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
@Generated(value="lombok") public PurgCatPlannedSpend()
@ConstructorProperties(value={"purgCatPlndSpendUUID","purgCatUUID","purgCatPlndSpendValidFromDate","purgCatPlndSpendValidToDate","purgCatPlndSpendAmount","purgCatPlndSpendCurrency","erpConfigContext"}) @Generated(value="lombok") 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.@Generated(value="lombok") public static PurgCatPlannedSpend.PurgCatPlannedSpendBuilder builder()
@Nullable @Generated(value="lombok") public UUID getPurgCatPlndSpendUUID()
@Nullable @Generated(value="lombok") public UUID getPurgCatUUID()
@Nullable @Generated(value="lombok") public Calendar getPurgCatPlndSpendValidFromDate()
@Nullable @Generated(value="lombok") public Calendar getPurgCatPlndSpendValidToDate()
@Nullable @Generated(value="lombok") public BigDecimal getPurgCatPlndSpendAmount()
@Nullable @Generated(value="lombok") public String getPurgCatPlndSpendCurrency()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setPurgCatPlndSpendUUID(@Nullable UUID purgCatPlndSpendUUID)
purgCatPlndSpendUUID
- @Generated(value="lombok") public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- @Generated(value="lombok") public void setPurgCatPlndSpendValidFromDate(@Nullable Calendar purgCatPlndSpendValidFromDate)
purgCatPlndSpendValidFromDate
- @Generated(value="lombok") public void setPurgCatPlndSpendValidToDate(@Nullable Calendar purgCatPlndSpendValidToDate)
purgCatPlndSpendValidToDate
- @Generated(value="lombok") public void setPurgCatPlndSpendAmount(@Nullable BigDecimal purgCatPlndSpendAmount)
purgCatPlndSpendAmount
- @Generated(value="lombok") public void setPurgCatPlndSpendCurrency(@Nullable String purgCatPlndSpendCurrency)
purgCatPlndSpendCurrency
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<PurgCatPlannedSpend>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<PurgCatPlannedSpend>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<PurgCatPlannedSpend>
Copyright © 2017 SAP SE. All rights reserved.