Class OMAGMetadataStoreProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerProperties
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGMetadataStoreProperties
OMAGMetadataStoreProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the identifier of the metadata collection stored inside the local repository.Return the optional name of the metadata collection stored inside the local repository.Return details about the connector to the server's metadata repository.Return the connector sent to fellow cohort members to enable them to contact this server.inthashCode()Return hash code based on properties.voidsetLocalMetadataCollectionId(String localMetadataCollectionId) Set up the identifier of the metadata collection stored inside the local repository.voidsetLocalMetadataCollectionName(String localMetadataCollectionName) Set up the optional name of the metadata collection stored inside the local repository.voidsetLocalRepositoryConnector(OMAGConnectorProperties localRepositoryConnector) Set up details about the connector to the server's metadata repository.voidsetRemoteRepositoryConnector(OMAGConnectorProperties remoteRepositoryConnector) Set up the connector sent to fellow cohort members to enable them to contact this server.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerProperties
getCohorts, getDescription, getLastShutdownTime, getLastStartTime, getMaxPageSize, getOrganizationName, getSecurityConnection, getServerActiveStatus, getServerHistory, getServerId, getServerName, getServerType, getServices, getUserId, setCohorts, setDescription, setLastShutdownTime, setLastStartTime, setMaxPageSize, setOrganizationName, setSecurityConnection, setServerActiveStatus, setServerHistory, setServerId, setServerName, setServerType, setServices, setUserId
-
Constructor Details
-
OMAGMetadataStoreProperties
public OMAGMetadataStoreProperties()
-
-
Method Details
-
getLocalRepositoryConnector
Return details about the connector to the server's metadata repository.- Returns:
- connector properties
-
setLocalRepositoryConnector
Set up details about the connector to the server's metadata repository.- Parameters:
localRepositoryConnector- connector properties
-
getRemoteRepositoryConnector
Return the connector sent to fellow cohort members to enable them to contact this server.- Returns:
- connector properties
-
setRemoteRepositoryConnector
Set up the connector sent to fellow cohort members to enable them to contact this server.- Parameters:
remoteRepositoryConnector- connector properties
-
getLocalMetadataCollectionId
Return the identifier of the metadata collection stored inside the local repository.- Returns:
- string
-
setLocalMetadataCollectionId
Set up the identifier of the metadata collection stored inside the local repository.- Parameters:
localMetadataCollectionId- string
-
getLocalMetadataCollectionName
Return the optional name of the metadata collection stored inside the local repository.- Returns:
- string
-
setLocalMetadataCollectionName
Set up the optional name of the metadata collection stored inside the local repository.- Parameters:
localMetadataCollectionName- string
-
toString
Standard toString method.- Overrides:
toStringin classOMAGServerProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classOMAGServerProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classOMAGServerProperties- Returns:
- int
-