com.evolveum.midpoint.web.page.admin.users.dto
Class AccountDto<T extends ObjectType>

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.users.dto.AccountDto<T>
All Implemented Interfaces:
Serializable

public class AccountDto<T extends ObjectType>
extends Object
implements Serializable

Author:
mserbak
See Also:
Serialized Form

Constructor Summary
AccountDto(PrismObject<T> account, SynchronizationPolicyDecision syncPolicy)
           
 
Method Summary
 PrismObject<T> getPrismAccount()
           
 SynchronizationPolicyDecision getSyncPolicy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountDto

public AccountDto(PrismObject<T> account,
                  SynchronizationPolicyDecision syncPolicy)
Method Detail

getPrismAccount

public PrismObject<T> getPrismAccount()

getSyncPolicy

public SynchronizationPolicyDecision getSyncPolicy()


Copyright © 2013 evolveum. All Rights Reserved.