com.evolveum.midpoint.web.model.dto
Class ResourceObjectShadowDto<T extends ResourceObjectShadowType>
java.lang.Object
com.evolveum.midpoint.web.model.dto.ObjectDto<T>
com.evolveum.midpoint.web.model.dto.ExtensibleObjectDto<T>
com.evolveum.midpoint.web.model.dto.ResourceObjectShadowDto<T>
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AccountShadowDto
public class ResourceObjectShadowDto<T extends ResourceObjectShadowType>
- extends ExtensibleObjectDto<T>
- Author:
- semancik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceObjectShadowDto
public ResourceObjectShadowDto()
ResourceObjectShadowDto
public ResourceObjectShadowDto(ResourceObjectShadowType object)
getResourceRef
public ObjectReferenceDto getResourceRef()
setResourceRef
public void setResourceRef(ObjectReferenceDto value)
getObjectClass
public javax.xml.namespace.QName getObjectClass()
setObjectClass
public void setObjectClass(javax.xml.namespace.QName value)
getAttributes
public java.util.List<org.w3c.dom.Element> getAttributes()
setAttributes
public void setAttributes(java.util.List<org.w3c.dom.Element> attributes)
getResource
public ResourceDto getResource()
Copyright © 2011 evolveum. All Rights Reserved.