com.evolveum.midpoint.web.page.admin.resources.dto
Class ResourceObjectTypeDto

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.resources.dto.ResourceObjectTypeDto
All Implemented Interfaces:
Serializable

public class ResourceObjectTypeDto
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ResourceObjectTypeDto(ObjectClassComplexTypeDefinition definition)
           
 
Method Summary
 String getDisplayName()
           
 String getHelp()
           
 String getNativeObjectClass()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceObjectTypeDto

public ResourceObjectTypeDto(ObjectClassComplexTypeDefinition definition)
Method Detail

getDisplayName

public String getDisplayName()

getNativeObjectClass

public String getNativeObjectClass()

getHelp

public String getHelp()

getType

public String getType()


Copyright © 2013 evolveum. All Rights Reserved.