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:
- java.io.Serializable
public class AccountContentDto
- extends java.lang.Object
- implements java.io.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 java.lang.String getAccountName()
getAccountOid
public java.lang.String getAccountOid()
getIdentifiers
public java.util.List<ResourceAttribute<?>> getIdentifiers()
getOwnerName
public java.lang.String getOwnerName()
getOwnerOid
public java.lang.String getOwnerOid()
getSituation
public SynchronizationSituationType getSituation()
setAccountName
public void setAccountName(java.lang.String accountName)
setAccountOid
public void setAccountOid(java.lang.String accountOid)
setIdentifiers
public void setIdentifiers(java.util.List<ResourceAttribute<?>> identifiers)
setOwnerName
public void setOwnerName(java.lang.String ownerName)
setOwnerOid
public void setOwnerOid(java.lang.String ownerOid)
setSituation
public void setSituation(SynchronizationSituationType situation)
Copyright © 2012 evolveum. All Rights Reserved.