Class Thesaurus
java.lang.Object
org.gcube.spatial.data.geonetwork.iso.Thesaurus
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.getTitle()Deprecated.org.opengis.metadata.identification.KeywordTypegetType()Deprecated.inthashCode()Deprecated.booleanDeprecated.voidsetAuthored(boolean isAuthored) Deprecated.voidsetCitationDate(Date citationDate) Deprecated.voidsetCitationDescription(String citationDescription) Deprecated.voidsetCitationOrganization(String citationOrganization) Deprecated.voidsetCitationUri(String citationUri) Deprecated.voidDeprecated.voidsetType(org.opengis.metadata.identification.KeywordType type) Deprecated.toString()Deprecated.
-
Constructor Details
-
Thesaurus
public Thesaurus(org.opengis.metadata.identification.KeywordType type, String title, Date citationDate) Deprecated. -
Thesaurus
public Thesaurus(org.opengis.metadata.identification.KeywordType type, String title, Date citationDate, String citationDescription, String citationUri, String citationOrganization) Deprecated.
-
-
Method Details
-
getType
public org.opengis.metadata.identification.KeywordType getType()Deprecated.- Returns:
- the type
-
setType
public void setType(org.opengis.metadata.identification.KeywordType type) Deprecated.- Parameters:
type- the type to set
-
getTitle
Deprecated.- Returns:
- the title
-
setTitle
Deprecated.- Parameters:
title- the title to set
-
getCitationDate
Deprecated.- Returns:
- the citationDate
-
setCitationDate
Deprecated.- Parameters:
citationDate- the citationDate to set
-
getCitationDescription
Deprecated.- Returns:
- the citationDescription
-
setCitationDescription
Deprecated.- Parameters:
citationDescription- the citationDescription to set
-
getCitationUri
Deprecated.- Returns:
- the citationUri
-
setCitationUri
Deprecated.- Parameters:
citationUri- the citationUri to set
-
getCitationOrganization
Deprecated.- Returns:
- the citationOrganization
-
setCitationOrganization
Deprecated.- Parameters:
citationOrganization- the citationOrganization to set
-
isAuthored
public boolean isAuthored()Deprecated.- Returns:
- the isAuthored
-
setAuthored
public void setAuthored(boolean isAuthored) Deprecated.- Parameters:
isAuthored- the isAuthored to set
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
toString
Deprecated.
-