com.evolveum.midpoint.web.page.admin.resources.content.dto
Class AccountOwnerChangeDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.resources.content.dto.AccountOwnerChangeDto
- All Implemented Interfaces:
- Serializable
public class AccountOwnerChangeDto
- extends Object
- implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountOwnerChangeDto
public AccountOwnerChangeDto()
getAccountOid
public String getAccountOid()
setAccountOid
public void setAccountOid(String accountOid)
getAccountType
public QName getAccountType()
setAccountType
public void setAccountType(QName accountType)
getOldOwnerOid
public String getOldOwnerOid()
setOldOwnerOid
public void setOldOwnerOid(String oldOwnerOid)
Copyright © 2013 evolveum. All Rights Reserved.