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

public class VarConfignCharcGroupText extends VdmEntity<VarConfignCharcGroupText> implements VdmEntitySet
Variant Confign Charc Group Description

Original entity name from the Odata EDM: VarConfignCharcGroupText_Type

  • Field Details

  • Constructor Details

    • VarConfignCharcGroupText

      public VarConfignCharcGroupText()
    • VarConfignCharcGroupText

      public VarConfignCharcGroupText(@Nullable String confignCharacteristicGroup, @Nullable String changeNumber, @Nullable String language, @Nullable String confignCharacteristicGroupDesc, @Nullable String createdByUser, @Nullable OffsetDateTime creationDateTime, @Nullable String lastChangedByUser, @Nullable OffsetDateTime lastChangeDateTime, @Nullable VarConfignCharacteristicGroup to_Group)
  • Method Details

    • getType

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

      public void setConfignCharacteristicGroup(@Nullable String confignCharacteristicGroup)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: ConfignCharacteristicGroup

      Parameters:
      confignCharacteristicGroup - Key for Group of Characteristics
    • setChangeNumber

      public void setChangeNumber(@Nullable String changeNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Parameters:
      changeNumber - Change Number
    • 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
    • setConfignCharacteristicGroupDesc

      public void setConfignCharacteristicGroupDesc(@Nullable String confignCharacteristicGroupDesc)
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: ConfignCharacteristicGroupDesc

      Parameters:
      confignCharacteristicGroupDesc - Description for Group of Characteristics
    • setCreatedByUser

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

      Original property name from the Odata EDM: CreatedByUser

      Parameters:
      createdByUser - Name of Person Responsible for Creating the Object
    • 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 - Name of Person Who Changed Object
    • 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<VarConfignCharcGroupText>
    • getKey

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

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

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

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

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

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

      If the navigation property for an entity VarConfignCharcGroupText 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 _Group is already loaded, the result will contain the VarConfignCharacteristicGroup entity. If not, an Option with result state empty is returned.
    • setGroup

      public void setGroup(VarConfignCharacteristicGroup value)
      Overwrites the associated VarConfignCharacteristicGroup entity for the loaded navigation property _Group.
      Parameters:
      value - New VarConfignCharacteristicGroup entity.
    • builder

    • getConfignCharacteristicGroup

      @Nullable public String getConfignCharacteristicGroup()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: ConfignCharacteristicGroup

      Returns:
      Key for Group of Characteristics
    • getChangeNumber

      @Nullable public String getChangeNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Returns:
      Change Number
    • getLanguage

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

      Original property name from the Odata EDM: Language

      Returns:
      Language Key
    • getConfignCharacteristicGroupDesc

      @Nullable public String getConfignCharacteristicGroupDesc()
      Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: ConfignCharacteristicGroupDesc

      Returns:
      Description for Group of Characteristics
    • getCreatedByUser

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

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      Name of Person Responsible for Creating the Object
    • 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:
      Name of Person Who Changed Object
    • 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<VarConfignCharcGroupText>
    • equals

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

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

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

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