public class WSConsInfShow
extends java.lang.Object
implements java.io.Serializable
This class offers access to the list of consulted and informed for a project and issue type.
This presentation is for display only. For an editable presentation
see WSConsInfEdit
.
Constructor and Description |
---|
WSConsInfShow() |
Modifier and Type | Method and Description |
---|---|
WSPersonBean[] |
getConsultantGroups() |
WSPersonBean[] |
getConsultantPersons() |
WSPersonBean[] |
getInformantGroups() |
WSPersonBean[] |
getInformantPersons() |
void |
setConsultantGroups(WSPersonBean[] consultantGroups) |
void |
setConsultantPersons(WSPersonBean[] consultantPersons) |
void |
setInformantGroups(WSPersonBean[] informantGroups) |
void |
setInformantPersons(WSPersonBean[] informantPersons) |
public WSPersonBean[] getConsultantPersons()
public void setConsultantPersons(WSPersonBean[] consultantPersons)
public WSPersonBean[] getConsultantGroups()
public void setConsultantGroups(WSPersonBean[] consultantGroups)
public WSPersonBean[] getInformantPersons()
public void setInformantPersons(WSPersonBean[] informantPersons)
public WSPersonBean[] getInformantGroups()
public void setInformantGroups(WSPersonBean[] informantGroups)