com.evolveum.midpoint.repo.sql.data.common
Class RConnectorHost

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.data.common.RContainer
      extended by com.evolveum.midpoint.repo.sql.data.common.RObject
          extended by com.evolveum.midpoint.repo.sql.data.common.RConnectorHost
All Implemented Interfaces:
Serializable

@Entity
public class RConnectorHost
extends RObject

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
RConnectorHost()
           
 
Method Summary
static void copyFromJAXB(ConnectorHostType jaxb, RConnectorHost repo, PrismContext prismContext)
           
static void copyToJAXB(RConnectorHost repo, ConnectorHostType jaxb, PrismContext prismContext)
           
 boolean equals(Object o)
           
 String getHostname()
           
 RPolyString getName()
           
 String getPort()
           
 String getSharedSecret()
           
 Integer getTimeout()
           
 int hashCode()
           
 Boolean isProtectConnection()
           
 void setHostname(String hostname)
           
 void setName(RPolyString name)
           
 void setPort(String port)
           
 void setProtectConnection(Boolean protectConnection)
           
 void setSharedSecret(String sharedSecret)
           
 void setTimeout(Integer timeout)
           
 ConnectorHostType toJAXB(PrismContext prismContext)
           
 
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.RObject
copyFromJAXB, copyToJAXB, getAncestors, getDescendants, getDescription, getExtension, getParentOrgRef, getVersion, setAncestors, setDescendants, setDescription, setExtension, setParentOrgRef, setVersion
 
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.RContainer
getId, getOid, setId, setOid, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RConnectorHost

public RConnectorHost()
Method Detail

getSharedSecret

public String getSharedSecret()

getHostname

public String getHostname()

setHostname

public void setHostname(String hostname)

getPort

public String getPort()

setPort

public void setPort(String port)

isProtectConnection

public Boolean isProtectConnection()

getName

public RPolyString getName()

setName

public void setName(RPolyString name)

setProtectConnection

public void setProtectConnection(Boolean protectConnection)

getTimeout

public Integer getTimeout()

setTimeout

public void setTimeout(Integer timeout)

setSharedSecret

public void setSharedSecret(String sharedSecret)

equals

public boolean equals(Object o)
Overrides:
equals in class RObject

hashCode

public int hashCode()
Overrides:
hashCode in class RObject

copyToJAXB

public static void copyToJAXB(RConnectorHost repo,
                              ConnectorHostType jaxb,
                              PrismContext prismContext)
                       throws DtoTranslationException
Throws:
DtoTranslationException

copyFromJAXB

public static void copyFromJAXB(ConnectorHostType jaxb,
                                RConnectorHost repo,
                                PrismContext prismContext)
                         throws DtoTranslationException
Throws:
DtoTranslationException

toJAXB

public ConnectorHostType toJAXB(PrismContext prismContext)
                         throws DtoTranslationException
Specified by:
toJAXB in class RObject
Throws:
DtoTranslationException


Copyright © 2013 evolveum. All Rights Reserved.