Class ExternalGlossaryLinkProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalReferenceProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalGlossaryLinkProperties
-
- All Implemented Interfaces:
Serializable
public class ExternalGlossaryLinkProperties extends ExternalReferenceProperties
ExternalGlossaryLinkProperties describes the properties of URL link to a remote glossary.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalGlossaryLinkProperties()Default constructorExternalGlossaryLinkProperties(ExternalGlossaryLinkProperties template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalReferenceProperties
equals, getDescription, getDisplayName, getOrganization, getUrl, getVersion, hashCode, setDescription, setDisplayName, setOrganization, setUrl, setVersion
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
-
-
-
Constructor Detail
-
ExternalGlossaryLinkProperties
public ExternalGlossaryLinkProperties()
Default constructor
-
ExternalGlossaryLinkProperties
public ExternalGlossaryLinkProperties(ExternalGlossaryLinkProperties template)
Copy/clone constructor- Parameters:
template- template object to copy.
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classExternalReferenceProperties- Returns:
- print out of variables in a JSON-style
-
-