com.evolveum.midpoint.web.model.dto
Class AccountShadowDto

java.lang.Object
  extended by com.evolveum.midpoint.web.model.dto.ObjectDto<T>
      extended by com.evolveum.midpoint.web.model.dto.ExtensibleObjectDto<T>
          extended by com.evolveum.midpoint.web.model.dto.ResourceObjectShadowDto<AccountShadowType>
              extended by com.evolveum.midpoint.web.model.dto.AccountShadowDto
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GuiAccountShadowDto

public class AccountShadowDto
extends ResourceObjectShadowDto<AccountShadowType>

Author:
semancik
See Also:
Serialized Form

Constructor Summary
AccountShadowDto()
           
AccountShadowDto(AccountShadowType object)
           
 
Method Summary
 ActivationType getActivation()
           
 CredentialsType getCredentials()
           
 boolean isAdded()
           
 void setActivation(ActivationType activation)
           
 void setAdded(boolean added)
           
 void setCredentials(CredentialsType credentials)
           
 
Methods inherited from class com.evolveum.midpoint.web.model.dto.ResourceObjectShadowDto
getAttributes, getObjectClass, getResource, getResourceRef, setAttributes, setObjectClass, setResourceRef
 
Methods inherited from class com.evolveum.midpoint.web.model.dto.ObjectDto
getDescription, getName, getOid, getVersion, getXmlObject, setDescription, setName, setOid, setVersion, setXmlObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountShadowDto

public AccountShadowDto(AccountShadowType object)

AccountShadowDto

public AccountShadowDto()
Method Detail

getCredentials

public CredentialsType getCredentials()

getActivation

public ActivationType getActivation()

setCredentials

public void setCredentials(CredentialsType credentials)

setActivation

public void setActivation(ActivationType activation)

isAdded

public boolean isAdded()

setAdded

public void setAdded(boolean added)


Copyright © 2012 evolveum. All Rights Reserved.