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

public class Royalties extends VdmEntity<Royalties> implements VdmEntitySet
BR Royalties Received and Paid

Original entity name from the Odata EDM: royaltiesType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setEmpresa(@Nullable String empresa)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - Company Code
    • setDt_lancto

      public void setDt_lancto(@Nullable String dt_lancto)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_lancto

      Parameters:
      dt_lancto - Posting Date
    • setTip_roy

      public void setTip_roy(@Nullable String tip_roy)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tip_roy

      Parameters:
      tip_roy - Royalties Type
    • setPais

      public void setPais(@Nullable String pais)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: pais

      Parameters:
      pais - Siscomex Table Country/Region Code
    • setVl_expl_dir_sw

      public void setVl_expl_dir_sw(@Nullable BigDecimal vl_expl_dir_sw)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_dir_sw

      Parameters:
      vl_expl_dir_sw - Value of Economic Exploitation related to Software Copyright
    • setVl_expl_dir_aut

      public void setVl_expl_dir_aut(@Nullable BigDecimal vl_expl_dir_aut)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_dir_aut

      Parameters:
      vl_expl_dir_aut - Value of Economic Exploitation of Non-Software Copyright
    • setVl_expl_marca

      public void setVl_expl_marca(@Nullable BigDecimal vl_expl_marca)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_marca

      Parameters:
      vl_expl_marca - Value of Economic Exploitation of Brand Copyright
    • setVl_expl_pat

      public void setVl_expl_pat(@Nullable BigDecimal vl_expl_pat)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_pat

      Parameters:
      vl_expl_pat - Value of Economic Exploitation of Patents of Indust. Design
    • setVl_expl_know

      public void setVl_expl_know(@Nullable BigDecimal vl_expl_know)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_know

      Parameters:
      vl_expl_know - Value of Exploitation of Know-How
    • setVl_expl_franq

      public void setVl_expl_franq(@Nullable BigDecimal vl_expl_franq)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_franq

      Parameters:
      vl_expl_franq - Value of Exploitation of Franchises
    • setVl_expl_int

      public void setVl_expl_int(@Nullable BigDecimal vl_expl_int)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_int

      Parameters:
      vl_expl_int - Value of Exploitation of Plant Varieties Intellect. Property
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

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

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

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

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

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

      @Nonnull public static Royalties.RoyaltiesBuilder builder()
    • getEmpresa

      @Nullable public String getEmpresa()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getDt_lancto

      @Nullable public String getDt_lancto()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_lancto

      Returns:
      Posting Date
    • getTip_roy

      @Nullable public String getTip_roy()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tip_roy

      Returns:
      Royalties Type
    • getPais

      @Nullable public String getPais()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: pais

      Returns:
      Siscomex Table Country/Region Code
    • getVl_expl_dir_sw

      @Nullable public BigDecimal getVl_expl_dir_sw()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_dir_sw

      Returns:
      Value of Economic Exploitation related to Software Copyright
    • getVl_expl_dir_aut

      @Nullable public BigDecimal getVl_expl_dir_aut()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_dir_aut

      Returns:
      Value of Economic Exploitation of Non-Software Copyright
    • getVl_expl_marca

      @Nullable public BigDecimal getVl_expl_marca()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_marca

      Returns:
      Value of Economic Exploitation of Brand Copyright
    • getVl_expl_pat

      @Nullable public BigDecimal getVl_expl_pat()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_pat

      Returns:
      Value of Economic Exploitation of Patents of Indust. Design
    • getVl_expl_know

      @Nullable public BigDecimal getVl_expl_know()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_know

      Returns:
      Value of Exploitation of Know-How
    • getVl_expl_franq

      @Nullable public BigDecimal getVl_expl_franq()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_franq

      Returns:
      Value of Exploitation of Franchises
    • getVl_expl_int

      @Nullable public BigDecimal getVl_expl_int()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_expl_int

      Returns:
      Value of Exploitation of Plant Varieties Intellect. Property
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

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

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

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

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

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