| Constructor and Description |
|---|
ProtocolActionFollowupMapping(String protocolActionTypeCode,
String committeeDecisionMotionTypeCode)
Constructs a ProtocolActionFollowupMapping.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitteeDecisionMotionTypeCode() |
boolean |
getIsOpenForFollowup() |
String |
getProtocolActionTypeCode() |
void |
setCommitteeDecisionMotionTypeCode(String committeeDecisionMotionTypeCode) |
void |
setIsOpenForFollowup(boolean isOpenForFollowup) |
void |
setProtocolActionTypeCode(String protocolActionTypeCode) |
public ProtocolActionFollowupMapping(String protocolActionTypeCode, String committeeDecisionMotionTypeCode)
protocolActionTypeCode - The code for the protocol actioncommitteeDecisionMotionTypeCode - The code for the committee decision motion typepublic String getProtocolActionTypeCode()
public void setProtocolActionTypeCode(String protocolActionTypeCode)
public String getCommitteeDecisionMotionTypeCode()
public void setCommitteeDecisionMotionTypeCode(String committeeDecisionMotionTypeCode)
public boolean getIsOpenForFollowup()
public void setIsOpenForFollowup(boolean isOpenForFollowup)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.