java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<EntProjElmntBlockFunc>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.EntProjElmntBlockFunc

public class EntProjElmntBlockFunc extends VdmEntity<EntProjElmntBlockFunc>
Project Element Block Function

Original entity name from the Odata EDM: A_EntProjElmntBlockFuncType

  • Field Details

    • ALL_FIELDS

      public static final EntProjElmntBlockFuncSelectable ALL_FIELDS
      Selector for all available fields of EntProjElmntBlockFunc.
    • PROJECT_ELEMENT_UUID

      public static final EntProjElmntBlockFuncField<UUID> PROJECT_ELEMENT_UUID
      Use with available fluent helpers to apply the ProjectElementUUID field to query operations.
    • PROJECT_UUID

      public static final EntProjElmntBlockFuncField<UUID> PROJECT_UUID
      Use with available fluent helpers to apply the ProjectUUID field to query operations.
    • ENT_PROJ_TIME_RECG_IS_BLKD

      public static final EntProjElmntBlockFuncField<Boolean> ENT_PROJ_TIME_RECG_IS_BLKD
      Use with available fluent helpers to apply the EntProjTimeRecgIsBlkd field to query operations.
    • ENT_PROJ_STAFF_EXPENSE_POSTG_IS_BLKD

      public static final EntProjElmntBlockFuncField<Boolean> ENT_PROJ_STAFF_EXPENSE_POSTG_IS_BLKD
      Use with available fluent helpers to apply the EntProjStaffExpensePostgIsBlkd field to query operations.
    • ENT_PROJ_SERVICE_POSTING_IS_BLKD

      public static final EntProjElmntBlockFuncField<Boolean> ENT_PROJ_SERVICE_POSTING_IS_BLKD
      Use with available fluent helpers to apply the EntProjServicePostingIsBlkd field to query operations.
    • ENT_PROJ_OTHER_EXPENSE_POSTG_IS_BLKD

      public static final EntProjElmntBlockFuncField<Boolean> ENT_PROJ_OTHER_EXPENSE_POSTG_IS_BLKD
      Use with available fluent helpers to apply the EntProjOtherExpensePostgIsBlkd field to query operations.
    • ENT_PROJ_PURCHASING_IS_BLKD

      public static final EntProjElmntBlockFuncField<Boolean> ENT_PROJ_PURCHASING_IS_BLKD
      Use with available fluent helpers to apply the EntProjPurchasingIsBlkd field to query operations.
    • PROJECT_LAST_CHANGED_DATE_TIME

      public static final EntProjElmntBlockFuncField<ZonedDateTime> PROJECT_LAST_CHANGED_DATE_TIME
      Use with available fluent helpers to apply the ProjectLastChangedDateTime field to query operations.
  • Constructor Details

    • EntProjElmntBlockFunc

      public EntProjElmntBlockFunc()
    • EntProjElmntBlockFunc

      public EntProjElmntBlockFunc(@Nullable UUID projectElementUUID, @Nullable UUID projectUUID, @Nullable Boolean entProjTimeRecgIsBlkd, @Nullable Boolean entProjStaffExpensePostgIsBlkd, @Nullable Boolean entProjServicePostingIsBlkd, @Nullable Boolean entProjOtherExpensePostgIsBlkd, @Nullable Boolean entProjPurchasingIsBlkd, @Nullable ZonedDateTime projectLastChangedDateTime)
  • Method Details

    • getType

      @Nonnull public Class<EntProjElmntBlockFunc> getType()
      Specified by:
      getType in class VdmObject<EntProjElmntBlockFunc>
    • setProjectElementUUID

      public void setProjectElementUUID(@Nullable UUID projectElementUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ProjectElementUUID

      Parameters:
      projectElementUUID - Entity Guid
    • setProjectUUID

      public void setProjectUUID(@Nullable UUID projectUUID)
      Constraints: none

      Original property name from the Odata EDM: ProjectUUID

      Parameters:
      projectUUID - Entity Guid
    • setEntProjTimeRecgIsBlkd

      public void setEntProjTimeRecgIsBlkd(@Nullable Boolean entProjTimeRecgIsBlkd)
      Constraints: none

      Original property name from the Odata EDM: EntProjTimeRecgIsBlkd

      Parameters:
      entProjTimeRecgIsBlkd - Boolean Variable (X = True, - = False, Space = Unknown)
    • setEntProjStaffExpensePostgIsBlkd

      public void setEntProjStaffExpensePostgIsBlkd(@Nullable Boolean entProjStaffExpensePostgIsBlkd)
      Constraints: none

      Original property name from the Odata EDM: EntProjStaffExpensePostgIsBlkd

      Parameters:
      entProjStaffExpensePostgIsBlkd - Boolean Variable (X = True, - = False, Space = Unknown)
    • setEntProjServicePostingIsBlkd

      public void setEntProjServicePostingIsBlkd(@Nullable Boolean entProjServicePostingIsBlkd)
      Constraints: none

      Original property name from the Odata EDM: EntProjServicePostingIsBlkd

      Parameters:
      entProjServicePostingIsBlkd - Boolean Variable (X = True, - = False, Space = Unknown)
    • setEntProjOtherExpensePostgIsBlkd

      public void setEntProjOtherExpensePostgIsBlkd(@Nullable Boolean entProjOtherExpensePostgIsBlkd)
      Constraints: none

      Original property name from the Odata EDM: EntProjOtherExpensePostgIsBlkd

      Parameters:
      entProjOtherExpensePostgIsBlkd - Boolean Variable (X = True, - = False, Space = Unknown)
    • setEntProjPurchasingIsBlkd

      public void setEntProjPurchasingIsBlkd(@Nullable Boolean entProjPurchasingIsBlkd)
      Constraints: none

      Original property name from the Odata EDM: EntProjPurchasingIsBlkd

      Parameters:
      entProjPurchasingIsBlkd - Boolean Variable (X = True, - = False, Space = Unknown)
    • setProjectLastChangedDateTime

      public void setProjectLastChangedDateTime(@Nullable ZonedDateTime projectLastChangedDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ProjectLastChangedDateTime

      Parameters:
      projectLastChangedDateTime - Timestamp of Last Object Change
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<EntProjElmntBlockFunc>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<EntProjElmntBlockFunc>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<EntProjElmntBlockFunc>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<EntProjElmntBlockFunc>
    • field

      @Nonnull public static <T> EntProjElmntBlockFuncField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      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.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> EntProjElmntBlockFuncField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<EntProjElmntBlockFunc>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<EntProjElmntBlockFunc>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<EntProjElmntBlockFunc>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<EntProjElmntBlockFunc>
    • builder

      @Nonnull public static EntProjElmntBlockFunc.EntProjElmntBlockFuncBuilder builder()
    • getProjectElementUUID

      @Nullable public UUID getProjectElementUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ProjectElementUUID

      Returns:
      Entity Guid
    • getProjectUUID

      @Nullable public UUID getProjectUUID()
      Constraints: none

      Original property name from the Odata EDM: ProjectUUID

      Returns:
      Entity Guid
    • getEntProjTimeRecgIsBlkd

      @Nullable public Boolean getEntProjTimeRecgIsBlkd()
      Constraints: none

      Original property name from the Odata EDM: EntProjTimeRecgIsBlkd

      Returns:
      Boolean Variable (X = True, - = False, Space = Unknown)
    • getEntProjStaffExpensePostgIsBlkd

      @Nullable public Boolean getEntProjStaffExpensePostgIsBlkd()
      Constraints: none

      Original property name from the Odata EDM: EntProjStaffExpensePostgIsBlkd

      Returns:
      Boolean Variable (X = True, - = False, Space = Unknown)
    • getEntProjServicePostingIsBlkd

      @Nullable public Boolean getEntProjServicePostingIsBlkd()
      Constraints: none

      Original property name from the Odata EDM: EntProjServicePostingIsBlkd

      Returns:
      Boolean Variable (X = True, - = False, Space = Unknown)
    • getEntProjOtherExpensePostgIsBlkd

      @Nullable public Boolean getEntProjOtherExpensePostgIsBlkd()
      Constraints: none

      Original property name from the Odata EDM: EntProjOtherExpensePostgIsBlkd

      Returns:
      Boolean Variable (X = True, - = False, Space = Unknown)
    • getEntProjPurchasingIsBlkd

      @Nullable public Boolean getEntProjPurchasingIsBlkd()
      Constraints: none

      Original property name from the Odata EDM: EntProjPurchasingIsBlkd

      Returns:
      Boolean Variable (X = True, - = False, Space = Unknown)
    • getProjectLastChangedDateTime

      @Nullable public ZonedDateTime getProjectLastChangedDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ProjectLastChangedDateTime

      Returns:
      Timestamp of Last Object Change
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<EntProjElmntBlockFunc>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<EntProjElmntBlockFunc>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<EntProjElmntBlockFunc>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<EntProjElmntBlockFunc>