com.evolveum.midpoint.wf.processes.addroles
Class Decision
java.lang.Object
com.evolveum.midpoint.wf.processes.addroles.Decision
- All Implemented Interfaces:
- Serializable
public class Decision
- extends Object
- implements Serializable
Created with IntelliJ IDEA.
User: mederly
Date: 7.8.2012
Time: 17:42
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
Decision
public Decision()
getComment
public String getComment()
setComment
public void setComment(String comment)
isApproved
public boolean isApproved()
setApproved
public void setApproved(boolean approved)
getUser
public String getUser()
setUser
public void setUser(String user)
getDate
public Date getDate()
setDate
public void setDate(Date date)
getAssignmentToApprove
public AssignmentToApprove getAssignmentToApprove()
setAssignmentToApprove
public void setAssignmentToApprove(AssignmentToApprove assignmentToApprove)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 evolveum. All Rights Reserved.