Class OtherNames

java.lang.Object
org.orcid.jaxb.model.v3.release.record.OtherNames
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • OtherNames

      public OtherNames()
  • Method Details

    • getOtherNames

      public List<OtherName> getOtherNames()
    • setOtherNames

      public void setOtherNames(List<OtherName> otherNames)
    • 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)