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

java.lang.Object
  extended by com.evolveum.midpoint.web.model.dto.ObjectDto<T>
      extended by com.evolveum.midpoint.web.model.dto.ExtensibleObjectDto<ConnectorHostType>
          extended by com.evolveum.midpoint.web.model.dto.ConnectorHostDto
All Implemented Interfaces:
java.io.Serializable

public class ConnectorHostDto
extends ExtensibleObjectDto<ConnectorHostType>

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ConnectorHostDto()
           
ConnectorHostDto(ConnectorHostType connectorHost)
           
 
Method Summary
 int getTimeout()
           
 java.lang.String getURL()
           
 
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

ConnectorHostDto

public ConnectorHostDto()

ConnectorHostDto

public ConnectorHostDto(ConnectorHostType connectorHost)
Method Detail

getURL

public java.lang.String getURL()

getTimeout

public int getTimeout()


Copyright © 2012 evolveum. All Rights Reserved.