public class ParticipantSummary extends Object implements Serializable
| Constructor and Description |
|---|
ParticipantSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
compare(ProtocolSummary other) |
String |
getCount() |
String |
getDescription() |
boolean |
isCountChanged() |
boolean |
isDescriptionChanged() |
void |
setCount(Integer count) |
void |
setDescription(String description) |
public String getDescription()
public void setDescription(String description)
public String getCount()
public void setCount(Integer count)
public boolean isDescriptionChanged()
public boolean isCountChanged()
public void compare(ProtocolSummary other)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.