com.evolveum.midpoint.web.page.admin.users.dto
Class SubmitAccountDto
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubmitAccountDto
public SubmitAccountDto(String resourceName,
String attribute,
String oldValue,
String newValue,
String originType,
boolean secondaryValue)
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.