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

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

public class SubmitUserDto
extends Object
implements Serializable

Author:
mserbak
See Also:
Serialized Form

Constructor Summary
SubmitUserDto(String attribute, String oldValue, String newValue, String originType, boolean secondaryValue)
           
 
Method Summary
 String getAttribute()
           
 String getNewValue()
           
 String getOldValue()
           
 String getOriginType()
           
 boolean isDeletedValue()
           
 boolean isSecondaryValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitUserDto

public SubmitUserDto(String attribute,
                     String oldValue,
                     String newValue,
                     String originType,
                     boolean secondaryValue)
Method Detail

getAttribute

public String getAttribute()

getOldValue

public String getOldValue()

getNewValue

public String getNewValue()

isSecondaryValue

public boolean isSecondaryValue()

getOriginType

public String getOriginType()

isDeletedValue

public boolean isDeletedValue()


Copyright © 2013 evolveum. All Rights Reserved.