Class OtherName
java.lang.Object
org.orcid.jaxb.model.v3.release.record.OtherName
- All Implemented Interfaces:
Serializable,Comparable<OtherName>,Filterable,VisibilityType,SourceAware
public class OtherName
extends Object
implements Filterable, Serializable, Comparable<OtherName>, SourceAware
- Author:
- Angel Montenegro
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CreatedDateprotected Longprotected LastModifiedDateprotected Stringprotected Longprotected Sourceprotected Visibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetPath()inthashCode()voidsetContent(String content) voidsetCreatedDate(CreatedDate createdDate) voidsetDisplayIndex(Long displayIndex) voidsetLastModifiedDate(LastModifiedDate lastModifiedDate) voidvoidsetPutCode(Long putCode) voidvoidsetVisibility(Visibility visibility)
-
Field Details
-
-
source
-
putCode
-
lastModifiedDate
-
createdDate
-
visibility
-
path
-
displayIndex
-
-
Constructor Details
-
OtherName
public OtherName()
-
-
Method Details
-
getSource
- Specified by:
getSourcein interfaceSourceAware
-
setSource
- Specified by:
setSourcein interfaceSourceAware
-
getPutCode
-
setPutCode
-
getVisibility
- Specified by:
getVisibilityin interfaceVisibilityType
-
setVisibility
- Specified by:
setVisibilityin interfaceVisibilityType
-
getLastModifiedDate
-
setLastModifiedDate
-
getCreatedDate
-
setCreatedDate
-
getPath
-
setPath
-
getDisplayIndex
-
setDisplayIndex
-
hashCode
public int hashCode() -
equals
-
retrieveSourcePath
- Specified by:
retrieveSourcePathin interfaceFilterable
-
getContent
-
setContent
-
compareTo
- Specified by:
compareToin interfaceComparable<OtherName>
-