Class Keywords

java.lang.Object
org.orcid.jaxb.model.record_v2.Keywords
All Implemented Interfaces:
Serializable

public class Keywords extends Object implements Serializable
Author:
Angel Montenegro
See Also:
  • Field Details

  • Constructor Details

    • Keywords

      public Keywords()
  • Method Details

    • getKeywords

      public List<Keyword> getKeywords()
    • setKeywords

      public void setKeywords(List<Keyword> keywords)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getLastModifiedDate

      public LastModifiedDate getLastModifiedDate()
    • setLastModifiedDate

      public void setLastModifiedDate(LastModifiedDate lastModifiedDate)