com.evolveum.midpoint.repo.sql.data.common
Class RConnector
java.lang.Object
com.evolveum.midpoint.repo.sql.data.common.RContainer
com.evolveum.midpoint.repo.sql.data.common.RObject
com.evolveum.midpoint.repo.sql.data.common.RConnector
- All Implemented Interfaces:
- Serializable
@Entity
public class RConnector
- extends RObject
- Author:
- lazyman
- See Also:
- Serialized Form
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 |
RConnector
public RConnector()
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.