java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<LabelFieldGroupText>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.labelfieldcatalog.LabelFieldGroupText
All Implemented Interfaces:
VdmEntitySet

public class LabelFieldGroupText extends VdmEntity<LabelFieldGroupText> implements VdmEntitySet
Label Field Group Text

Original entity name from the Odata EDM: LabelFieldGroupText_Type

  • Field Details

  • Constructor Details

    • LabelFieldGroupText

      public LabelFieldGroupText()
    • LabelFieldGroupText

      public LabelFieldGroupText(@Nullable String prodCmplncLabelFieldGroupID, @Nullable String language, @Nullable String prodCmplncLabelFieldGroupName, @Nullable String createdByUser, @Nullable OffsetDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable OffsetDateTime lastChangeDateTime, @Nullable LabelFieldGroup to_LabelFieldGroup)
  • Method Details

    • getType

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

      public void setProdCmplncLabelFieldGroupID(@Nullable String prodCmplncLabelFieldGroupID)
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: ProdCmplncLabelFieldGroupID

      Parameters:
      prodCmplncLabelFieldGroupID - Label Field Group ID
    • setLanguage

      public void setLanguage(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Parameters:
      language - Language Key
    • setProdCmplncLabelFieldGroupName

      public void setProdCmplncLabelFieldGroupName(@Nullable String prodCmplncLabelFieldGroupName)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: ProdCmplncLabelFieldGroupName

      Parameters:
      prodCmplncLabelFieldGroupName - Label Field Group Name
    • setCreatedByUser

      public void setCreatedByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Parameters:
      createdByUser - User Name
    • setCreationDateTime

      public void setCreationDateTime(@Nullable OffsetDateTime creationDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Parameters:
      creationDateTime - UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
    • setLastChangedByUser

      public void setLastChangedByUser(@Nullable String lastChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Parameters:
      lastChangedByUser - User Name
    • setLastChangeDateTime

      public void setLastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Parameters:
      lastChangeDateTime - UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<LabelFieldGroupText>
    • toMapOfFields

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<LabelFieldGroupText>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<LabelFieldGroupText>
    • getLabelFieldGroupIfPresent

      @Nonnull public io.vavr.control.Option<LabelFieldGroup> getLabelFieldGroupIfPresent()
      Retrieval of associated LabelFieldGroup entity (one to one). This corresponds to the OData navigation property _LabelFieldGroup.

      If the navigation property for an entity LabelFieldGroupText has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _LabelFieldGroup is already loaded, the result will contain the LabelFieldGroup entity. If not, an Option with result state empty is returned.
    • setLabelFieldGroup

      public void setLabelFieldGroup(LabelFieldGroup value)
      Overwrites the associated LabelFieldGroup entity for the loaded navigation property _LabelFieldGroup.
      Parameters:
      value - New LabelFieldGroup entity.
    • builder

      @Nonnull public static LabelFieldGroupText.LabelFieldGroupTextBuilder builder()
    • getProdCmplncLabelFieldGroupID

      @Nullable public String getProdCmplncLabelFieldGroupID()
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: ProdCmplncLabelFieldGroupID

      Returns:
      Label Field Group ID
    • getLanguage

      @Nullable public String getLanguage()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      Language Key
    • getProdCmplncLabelFieldGroupName

      @Nullable public String getProdCmplncLabelFieldGroupName()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: ProdCmplncLabelFieldGroupName

      Returns:
      Label Field Group Name
    • getCreatedByUser

      @Nullable public String getCreatedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      User Name
    • getCreationDateTime

      @Nullable public OffsetDateTime getCreationDateTime()
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
    • getLastChangedByUser

      @Nullable public String getLastChangedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      User Name
    • getLastChangeDateTime

      @Nullable public OffsetDateTime getLastChangeDateTime()
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<LabelFieldGroupText>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<LabelFieldGroupText>