public class CMDecisionWrapper extends Object implements Comparable<CMDecisionWrapper>
Modifier and Type | Field and Description |
---|---|
protected CommentInfo |
comment |
Constructor and Description |
---|
CMDecisionWrapper() |
CMDecisionWrapper(CommentInfo comment) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CMDecisionWrapper o) |
String |
getActor()
Gets the value of actor
|
CommentInfo |
getComment() |
String |
getDate()
Gets the value of date
|
String |
getDecision()
Gets the value of decision
|
String |
getRationale()
Gets the value of rationale
|
void |
setActor(String argActor)
Sets the value of actor
|
void |
setComment(CommentInfo comment) |
void |
setDate(String argDate)
Sets the value of date
|
void |
setDecision(String argDecision)
Sets the value of decision
|
void |
setRationale(String argRationale)
Sets the value of rationale
|
protected CommentInfo comment
public CMDecisionWrapper()
public CMDecisionWrapper(CommentInfo comment)
public void setActor(String argActor)
argActor
- Value to assign to this.actorpublic String getDecision()
public void setDecision(String argDecision)
argDecision
- Value to assign to this.decisionpublic void setDate(String argDate)
argDate
- Value to assign to this.datepublic String getRationale()
public void setRationale(String argRationale)
argRationale
- Value to assign to this.rationalepublic CommentInfo getComment()
public void setComment(CommentInfo comment)
public int compareTo(CMDecisionWrapper o)
compareTo
in interface Comparable<CMDecisionWrapper>
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.