public class EnterpriseProjBlkFunc extends VdmEntity<EnterpriseProjBlkFunc>
Original entity name from the Odata EDM: A_EnterpriseProjBlkFuncType
Modifier and Type | Class and Description |
---|---|
static class |
EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder |
Modifier and Type | Field and Description |
---|---|
static EnterpriseProjBlkFuncSelectable |
ALL_FIELDS
Selector for all available fields of EnterpriseProjBlkFunc.
|
static EnterpriseProjBlkFuncField<Boolean> |
ENT_PROJ_OTHER_EXPENSE_POSTG_IS_BLKD
Use with available fluent helpers to apply the EntProjOtherExpensePostgIsBlkd field to query operations.
|
static EnterpriseProjBlkFuncField<Boolean> |
ENT_PROJ_PURCHASING_IS_BLKD
Use with available fluent helpers to apply the EntProjPurchasingIsBlkd field to query operations.
|
static EnterpriseProjBlkFuncField<Boolean> |
ENT_PROJ_SERVICE_POSTING_IS_BLKD
Use with available fluent helpers to apply the EntProjServicePostingIsBlkd field to query operations.
|
static EnterpriseProjBlkFuncField<Boolean> |
ENT_PROJ_STAFF_EXPENSE_POSTG_IS_BLKD
Use with available fluent helpers to apply the EntProjStaffExpensePostgIsBlkd field to query operations.
|
static EnterpriseProjBlkFuncField<Boolean> |
ENT_PROJ_TIME_RECG_IS_BLKD
Use with available fluent helpers to apply the EntProjTimeRecgIsBlkd field to query operations.
|
static EnterpriseProjBlkFuncField<UUID> |
PROJECT_UUID
Use with available fluent helpers to apply the ProjectUUID field to query operations.
|
static EnterpriseProjBlkFuncField<ZonedDateTime> |
PROJECTLASTCHANGEDDATETIME
Use with available fluent helpers to apply the PROJECTLASTCHANGEDDATETIME field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
EnterpriseProjBlkFunc() |
EnterpriseProjBlkFunc(UUID projectUUID,
Boolean entProjTimeRecgIsBlkd,
Boolean entProjStaffExpensePostgIsBlkd,
Boolean entProjServicePostingIsBlkd,
Boolean entProjOtherExpensePostgIsBlkd,
Boolean entProjPurchasingIsBlkd,
ZonedDateTime pROJECTLASTCHANGEDDATETIME) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> EnterpriseProjBlkFuncField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getEntProjOtherExpensePostgIsBlkd()
Constraints: none
|
Boolean |
getEntProjPurchasingIsBlkd()
Constraints: none
|
Boolean |
getEntProjServicePostingIsBlkd()
Constraints: none
|
Boolean |
getEntProjStaffExpensePostgIsBlkd()
Constraints: none
|
Boolean |
getEntProjTimeRecgIsBlkd()
Constraints: none
|
protected Map<String,Object> |
getKey() |
ZonedDateTime |
getPROJECTLASTCHANGEDDATETIME()
Constraints: Not nullable, Precision: 0
|
UUID |
getProjectUUID()
(Key Field) Constraints: Not nullable
|
Class<EnterpriseProjBlkFunc> |
getType() |
int |
hashCode() |
void |
setEntProjOtherExpensePostgIsBlkd(Boolean entProjOtherExpensePostgIsBlkd)
Constraints: none
|
void |
setEntProjPurchasingIsBlkd(Boolean entProjPurchasingIsBlkd)
Constraints: none
|
void |
setEntProjServicePostingIsBlkd(Boolean entProjServicePostingIsBlkd)
Constraints: none
|
void |
setEntProjStaffExpensePostgIsBlkd(Boolean entProjStaffExpensePostgIsBlkd)
Constraints: none
|
void |
setEntProjTimeRecgIsBlkd(Boolean entProjTimeRecgIsBlkd)
Constraints: none
|
void |
setPROJECTLASTCHANGEDDATETIME(ZonedDateTime pROJECTLASTCHANGEDDATETIME)
Constraints: Not nullable, Precision: 0
|
void |
setProjectUUID(UUID projectUUID)
(Key Field) Constraints: Not nullable
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final EnterpriseProjBlkFuncSelectable ALL_FIELDS
public static final EnterpriseProjBlkFuncField<UUID> PROJECT_UUID
public static final EnterpriseProjBlkFuncField<Boolean> ENT_PROJ_TIME_RECG_IS_BLKD
public static final EnterpriseProjBlkFuncField<Boolean> ENT_PROJ_STAFF_EXPENSE_POSTG_IS_BLKD
public static final EnterpriseProjBlkFuncField<Boolean> ENT_PROJ_SERVICE_POSTING_IS_BLKD
public static final EnterpriseProjBlkFuncField<Boolean> ENT_PROJ_OTHER_EXPENSE_POSTG_IS_BLKD
public static final EnterpriseProjBlkFuncField<Boolean> ENT_PROJ_PURCHASING_IS_BLKD
public static final EnterpriseProjBlkFuncField<ZonedDateTime> PROJECTLASTCHANGEDDATETIME
public EnterpriseProjBlkFunc()
public EnterpriseProjBlkFunc(@Nullable UUID projectUUID, @Nullable Boolean entProjTimeRecgIsBlkd, @Nullable Boolean entProjStaffExpensePostgIsBlkd, @Nullable Boolean entProjServicePostingIsBlkd, @Nullable Boolean entProjOtherExpensePostgIsBlkd, @Nullable Boolean entProjPurchasingIsBlkd, @Nullable ZonedDateTime pROJECTLASTCHANGEDDATETIME)
@Nonnull public Class<EnterpriseProjBlkFunc> getType()
getType
in class VdmObject<EnterpriseProjBlkFunc>
public void setProjectUUID(@Nullable UUID projectUUID)
Original property name from the Odata EDM: ProjectUUID
projectUUID
- Entity Guidpublic void setEntProjTimeRecgIsBlkd(@Nullable Boolean entProjTimeRecgIsBlkd)
Original property name from the Odata EDM: EntProjTimeRecgIsBlkd
entProjTimeRecgIsBlkd
- Boolean Variable (X = True, - = False, Space = Unknown)public void setEntProjStaffExpensePostgIsBlkd(@Nullable Boolean entProjStaffExpensePostgIsBlkd)
Original property name from the Odata EDM: EntProjStaffExpensePostgIsBlkd
entProjStaffExpensePostgIsBlkd
- Boolean Variable (X = True, - = False, Space = Unknown)public void setEntProjServicePostingIsBlkd(@Nullable Boolean entProjServicePostingIsBlkd)
Original property name from the Odata EDM: EntProjServicePostingIsBlkd
entProjServicePostingIsBlkd
- Boolean Variable (X = True, - = False, Space = Unknown)public void setEntProjOtherExpensePostgIsBlkd(@Nullable Boolean entProjOtherExpensePostgIsBlkd)
Original property name from the Odata EDM: EntProjOtherExpensePostgIsBlkd
entProjOtherExpensePostgIsBlkd
- Boolean Variable (X = True, - = False, Space = Unknown)public void setEntProjPurchasingIsBlkd(@Nullable Boolean entProjPurchasingIsBlkd)
Original property name from the Odata EDM: EntProjPurchasingIsBlkd
entProjPurchasingIsBlkd
- Boolean Variable (X = True, - = False, Space = Unknown)public void setPROJECTLASTCHANGEDDATETIME(@Nullable ZonedDateTime pROJECTLASTCHANGEDDATETIME)
Original property name from the Odata EDM: PROJECTLASTCHANGEDDATETIME
pROJECTLASTCHANGEDDATETIME
- Timestamp on which project data was changed lastprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<EnterpriseProjBlkFunc>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<EnterpriseProjBlkFunc>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<EnterpriseProjBlkFunc>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<EnterpriseProjBlkFunc>
@Nonnull public static <T> EnterpriseProjBlkFuncField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> EnterpriseProjBlkFuncField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<EnterpriseProjBlkFunc>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<EnterpriseProjBlkFunc>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<EnterpriseProjBlkFunc>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<EnterpriseProjBlkFunc>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static EnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder builder()
@Nullable public UUID getProjectUUID()
Original property name from the Odata EDM: ProjectUUID
@Nullable public Boolean getEntProjTimeRecgIsBlkd()
Original property name from the Odata EDM: EntProjTimeRecgIsBlkd
@Nullable public Boolean getEntProjStaffExpensePostgIsBlkd()
Original property name from the Odata EDM: EntProjStaffExpensePostgIsBlkd
@Nullable public Boolean getEntProjServicePostingIsBlkd()
Original property name from the Odata EDM: EntProjServicePostingIsBlkd
@Nullable public Boolean getEntProjOtherExpensePostgIsBlkd()
Original property name from the Odata EDM: EntProjOtherExpensePostgIsBlkd
@Nullable public Boolean getEntProjPurchasingIsBlkd()
Original property name from the Odata EDM: EntProjPurchasingIsBlkd
@Nullable public ZonedDateTime getPROJECTLASTCHANGEDDATETIME()
Original property name from the Odata EDM: PROJECTLASTCHANGEDDATETIME
@Nonnull public String toString()
toString
in class VdmObject<EnterpriseProjBlkFunc>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<EnterpriseProjBlkFunc>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<EnterpriseProjBlkFunc>
public int hashCode()
hashCode
in class VdmObject<EnterpriseProjBlkFunc>
Copyright © 2021 SAP SE. All rights reserved.