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