com.evolveum.midpoint.web.page.admin.resources.content.dto
Class AccountContentDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.resources.content.dto.AccountContentDto
- All Implemented Interfaces:
- Serializable
public class AccountContentDto
- 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 |
AccountContentDto
public AccountContentDto()
getAccountName
public String getAccountName()
getAccountOid
public String getAccountOid()
getIdentifiers
public List<ResourceAttribute<?>> getIdentifiers()
getOwnerName
public String getOwnerName()
getOwnerOid
public String getOwnerOid()
getSituation
public SynchronizationSituationType getSituation()
setAccountName
public void setAccountName(String accountName)
setAccountOid
public void setAccountOid(String accountOid)
setIdentifiers
public void setIdentifiers(List<ResourceAttribute<?>> identifiers)
setOwnerName
public void setOwnerName(String ownerName)
setOwnerOid
public void setOwnerOid(String ownerOid)
setSituation
public void setSituation(SynchronizationSituationType situation)
Copyright © 2013 evolveum. All Rights Reserved.