Class SwordIdDescProperty

java.lang.Object
eu.dnetlib.app.directindex.sword.model.SwordIdDescProperty

public class SwordIdDescProperty extends Object
  • Field Details

    • id

      public String id
    • description

      public String description
  • Constructor Details

    • SwordIdDescProperty

      public SwordIdDescProperty()
    • SwordIdDescProperty

      public SwordIdDescProperty(String id, String description)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)