Class OMAGCohortProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGCohortProperties
OMAGCohortProperties captures details about a specific cohort from a particular server's point of view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.inthashCode()Return hash code based on properties.voidsetCohortName(String cohortName) voidsetConnectionStatus(CohortConnectionStatus connectionStatus) voidsetConnectors(List<OMAGConnectorProperties> connectors) voidsetLocalRegistration(MemberRegistration localRegistration) voidsetRemoteRegistrations(List<MemberRegistration> remoteRegistrations) toString()Standard toString method.
-
Constructor Details
-
OMAGCohortProperties
public OMAGCohortProperties()
-
-
Method Details
-
getCohortName
-
setCohortName
-
getConnectionStatus
-
setConnectionStatus
-
getConnectors
-
setConnectors
-
getLocalRegistration
-
setLocalRegistration
-
getRemoteRegistrations
-
setRemoteRegistrations
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-