com.evolveum.midpoint.wf.processes.addroles
Class AssignmentToApprove

java.lang.Object
  extended by com.evolveum.midpoint.wf.processes.addroles.AssignmentToApprove
All Implemented Interfaces:
Serializable

public class AssignmentToApprove
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AssignmentToApprove(AssignmentType assignment, RoleType role)
           
 
Method Summary
 ApprovalSchemaType getApprovalSchema()
           
 AssignmentType getAssignment()
           
 RoleType getRole()
           
 String getRoleWithTimeInterval()
           
 String getTimeInterval()
           
 void setApprovalSchema(ApprovalSchemaType approvalSchema)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssignmentToApprove

public AssignmentToApprove(AssignmentType assignment,
                           RoleType role)
Method Detail

getAssignment

public AssignmentType getAssignment()

getRole

public RoleType getRole()

getTimeInterval

public String getTimeInterval()

getRoleWithTimeInterval

public String getRoleWithTimeInterval()

getApprovalSchema

public ApprovalSchemaType getApprovalSchema()

setApprovalSchema

public void setApprovalSchema(ApprovalSchemaType approvalSchema)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.