com.evolveum.midpoint.web.page.admin.users.dto
Class SubmitAssignmentDto

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.users.dto.SubmitAssignmentDto
All Implemented Interfaces:
Serializable

public class SubmitAssignmentDto
extends Object
implements Serializable

Author:
mserbak
See Also:
Serialized Form

Constructor Summary
SubmitAssignmentDto(String assignment, String status, String originType, boolean secondaryValue, boolean deleted)
           
 
Method Summary
 String getAssignment()
           
 String getOriginType()
           
 String getStatus()
           
 boolean isDeletedValue()
           
 boolean isSecondaryValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitAssignmentDto

public SubmitAssignmentDto(String assignment,
                           String status,
                           String originType,
                           boolean secondaryValue,
                           boolean deleted)
Method Detail

getAssignment

public String getAssignment()

getStatus

public String getStatus()

isSecondaryValue

public boolean isSecondaryValue()

isDeletedValue

public boolean isDeletedValue()

getOriginType

public String getOriginType()


Copyright © 2013 evolveum. All Rights Reserved.