com.evolveum.midpoint.web.page.admin.resources.content.dto
Class AccountOwnerChangeDto

java.lang.Object
  extended by 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

Constructor Summary
AccountOwnerChangeDto()
           
 
Method Summary
 String getAccountOid()
           
 QName getAccountType()
           
 String getOldOwnerOid()
           
 void setAccountOid(String accountOid)
           
 void setAccountType(QName accountType)
           
 void setOldOwnerOid(String oldOwnerOid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountOwnerChangeDto

public AccountOwnerChangeDto()
Method Detail

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.