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

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

public class SubmitAccountDto
extends Object
implements Serializable

Author:
mserbak
See Also:
Serialized Form

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

Constructor Detail

SubmitAccountDto

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

getAttribute

public String getAttribute()

getOldValue

public String getOldValue()

getNewValue

public String getNewValue()

getResourceName

public String getResourceName()

isSecondaryValue

public boolean isSecondaryValue()

getOriginType

public String getOriginType()

isDeletedValue

public boolean isDeletedValue()


Copyright © 2013 evolveum. All Rights Reserved.