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

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

Constructor Summary
AccountContentDto()
           
 
Method Summary
 String getAccountName()
           
 String getAccountOid()
           
 List<ResourceAttribute<?>> getIdentifiers()
           
 String getOwnerName()
           
 String getOwnerOid()
           
 SynchronizationSituationType getSituation()
           
 void setAccountName(String accountName)
           
 void setAccountOid(String accountOid)
           
 void setIdentifiers(List<ResourceAttribute<?>> identifiers)
           
 void setOwnerName(String ownerName)
           
 void setOwnerOid(String ownerOid)
           
 void setSituation(SynchronizationSituationType situation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountContentDto

public AccountContentDto()
Method Detail

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.