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

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.RConnector
All Implemented Interfaces:
Serializable

@Entity
public class RConnector
extends RObject

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
RConnector()
           
 
Method Summary
static void copyFromJAXB(ConnectorType jaxb, RConnector repo, PrismContext prismContext)
           
static void copyToJAXB(RConnector repo, ConnectorType jaxb, PrismContext prismContext)
           
 boolean equals(Object o)
           
 String getConnectorBundle()
           
 REmbeddedReference getConnectorHostRef()
           
 String getConnectorType()
           
 String getConnectorVersion()
           
 String getFramework()
           
 RPolyString getName()
           
 String getNamespace()
           
 Set<String> getTargetSystemType()
           
 String getXmlSchema()
           
 int hashCode()
           
 void setConnectorBundle(String connectorBundle)
           
 void setConnectorHostRef(REmbeddedReference connectorHostRef)
           
 void setConnectorType(String connectorType)
           
 void setConnectorVersion(String connectorVersion)
           
 void setFramework(String framework)
           
 void setName(RPolyString name)
           
 void setNamespace(String namespace)
           
 void setTargetSystemType(Set<String> targetSystemType)
           
 void setXmlSchema(String xmlSchema)
           
 ConnectorType 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

RConnector

public RConnector()
Method Detail

getConnectorHostRef

public REmbeddedReference getConnectorHostRef()

getConnectorBundle

public String getConnectorBundle()

getConnectorType

public String getConnectorType()

getConnectorVersion

public String getConnectorVersion()

getNamespace

public String getNamespace()

getTargetSystemType

public Set<String> getTargetSystemType()

getXmlSchema

public String getXmlSchema()

getFramework

public String getFramework()

getName

public RPolyString getName()

setName

public void setName(RPolyString name)

setFramework

public void setFramework(String framework)

setConnectorHostRef

public void setConnectorHostRef(REmbeddedReference connectorHostRef)

setConnectorBundle

public void setConnectorBundle(String connectorBundle)

setConnectorType

public void setConnectorType(String connectorType)

setConnectorVersion

public void setConnectorVersion(String connectorVersion)

setNamespace

public void setNamespace(String namespace)

setTargetSystemType

public void setTargetSystemType(Set<String> targetSystemType)

setXmlSchema

public void setXmlSchema(String xmlSchema)

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(RConnector repo,
                              ConnectorType jaxb,
                              PrismContext prismContext)
                       throws DtoTranslationException
Throws:
DtoTranslationException

copyFromJAXB

public static void copyFromJAXB(ConnectorType jaxb,
                                RConnector repo,
                                PrismContext prismContext)
                         throws DtoTranslationException
Throws:
DtoTranslationException

toJAXB

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


Copyright © 2013 evolveum. All Rights Reserved.