com.evolveum.midpoint.web.model.dto
Class ExtensibleObjectDto<T extends ObjectType>

java.lang.Object
  extended by com.evolveum.midpoint.web.model.dto.ObjectDto<T>
      extended by com.evolveum.midpoint.web.model.dto.ExtensibleObjectDto<T>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectorDto, ConnectorHostDto, ResourceDto, ResourceObjectShadowDto, RoleDto, UserDto

public abstract class ExtensibleObjectDto<T extends ObjectType>
extends ObjectDto<T>

Author:
semancik
See Also:
Serialized Form

Constructor Summary
ExtensibleObjectDto()
           
ExtensibleObjectDto(ExtensibleObjectType object)
           
 
Method Summary
 
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

ExtensibleObjectDto

public ExtensibleObjectDto(ExtensibleObjectType object)

ExtensibleObjectDto

public ExtensibleObjectDto()


Copyright © 2012 evolveum. All Rights Reserved.