public class CohortDescription extends Object
| Constructor and Description |
|---|
CohortDescription()
Default constructor
|
CohortDescription(CohortDescription template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getCohortName()
Return the name of the cohort.
|
CohortConnectionStatus |
getConnectionStatus() |
Connection |
getTopicConnection() |
int |
hashCode()
Create a hash code for this element type.
|
void |
setCohortName(String cohortName)
Set up the name of the cohort
|
void |
setConnectionStatus(CohortConnectionStatus connectionStatus) |
void |
setTopicConnection(Connection topicConnection) |
String |
toString()
Standard toString method.
|
public CohortDescription()
public CohortDescription(CohortDescription template)
template - object to copypublic String getCohortName()
public void setCohortName(String cohortName)
cohortName - string namepublic CohortConnectionStatus getConnectionStatus()
public void setConnectionStatus(CohortConnectionStatus connectionStatus)
public Connection getTopicConnection()
public void setTopicConnection(Connection topicConnection)
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.