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

public class EngmntProjRsceDmndSkill extends VdmEntity<EngmntProjRsceDmndSkill>
Resource Demand Skills

Original entity name from the Odata EDM: A_EngmntProjRsceDmndSkillType

  • Field Details

    • ALL_FIELDS

      public static final EngmntProjRsceDmndSkillSelectable ALL_FIELDS
      Selector for all available fields of EngmntProjRsceDmndSkill.
    • WORK_PACKAGE

      public static final EngmntProjRsceDmndSkillField<String> WORK_PACKAGE
      Use with available fluent helpers to apply the WorkPackage field to query operations.
    • RESOURCE_DEMAND

      public static final EngmntProjRsceDmndSkillField<String> RESOURCE_DEMAND
      Use with available fluent helpers to apply the ResourceDemand field to query operations.
    • VERSION

      public static final EngmntProjRsceDmndSkillField<String> VERSION
      Use with available fluent helpers to apply the Version field to query operations.
    • SKILL_TAG_DESCRIPTION

      public static final EngmntProjRsceDmndSkillField<String> SKILL_TAG_DESCRIPTION
      Use with available fluent helpers to apply the SkillTagDescription field to query operations.
  • Constructor Details

    • EngmntProjRsceDmndSkill

      public EngmntProjRsceDmndSkill()
    • EngmntProjRsceDmndSkill

      public EngmntProjRsceDmndSkill(@Nullable String workPackage, @Nullable String resourceDemand, @Nullable String version, @Nullable String skillTagDescription)
  • Method Details

    • getType

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

      public void setWorkPackage(@Nullable String workPackage)
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: WorkPackage

      Parameters:
      workPackage - Work Package ID
    • setResourceDemand

      public void setResourceDemand(@Nullable String resourceDemand)
      (Key Field) Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: ResourceDemand

      Parameters:
      resourceDemand - Resource Demand ID
    • setVersion

      public void setVersion(@Nullable String version)
      (Key Field) Constraints: Not nullable, Maximum length: 28

      Original property name from the Odata EDM: Version

      Parameters:
      version - Plan Version ID
    • setSkillTagDescription

      public void setSkillTagDescription(@Nullable String skillTagDescription)
      Constraints: none

      Original property name from the Odata EDM: SkillTagDescription

      Parameters:
      skillTagDescription - Skill Tag Description
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> EngmntProjRsceDmndSkillField<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> EngmntProjRsceDmndSkillField<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<EngmntProjRsceDmndSkill>
    • setServicePathForFetch

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

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

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

    • getWorkPackage

      @Nullable public String getWorkPackage()
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: WorkPackage

      Returns:
      Work Package ID
    • getResourceDemand

      @Nullable public String getResourceDemand()
      (Key Field) Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: ResourceDemand

      Returns:
      Resource Demand ID
    • getVersion

      @Nullable public String getVersion()
      (Key Field) Constraints: Not nullable, Maximum length: 28

      Original property name from the Odata EDM: Version

      Returns:
      Plan Version ID
    • getSkillTagDescription

      @Nullable public String getSkillTagDescription()
      Constraints: none

      Original property name from the Odata EDM: SkillTagDescription

      Returns:
      Skill Tag Description
    • toString

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

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

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

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