@Entity public class RConnectorHost extends RObject<ConnectorHostType>
QUERY_NEXT_ID
Constructor and Description |
---|
RConnectorHost() |
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(ConnectorHostType jaxb,
RConnectorHost repo,
PrismContext prismContext) |
static void |
copyToJAXB(RConnectorHost repo,
ConnectorHostType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
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,
Collection<SelectorOptions<GetOperationOptions>> options) |
copyFromJAXB, copyToJAXB, getAncestors, getDescendants, getDescription, getExtension, getMetadata, getParentOrgRef, getTrigger, getVersion, setAncestors, setDescendants, setDescription, setExtension, setMetadata, setParentOrgRef, setTrigger, setVersion
public String getSharedSecret()
public String getHostname()
public void setHostname(String hostname)
public String getPort()
public void setPort(String port)
public Boolean isProtectConnection()
public RPolyString getName()
getName
in class RObject<ConnectorHostType>
public void setName(RPolyString name)
setName
in class RObject<ConnectorHostType>
public void setProtectConnection(Boolean protectConnection)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public void setSharedSecret(String sharedSecret)
public boolean equals(Object o)
equals
in class RObject<ConnectorHostType>
public int hashCode()
hashCode
in class RObject<ConnectorHostType>
public static void copyToJAXB(RConnectorHost repo, ConnectorHostType jaxb, PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(ConnectorHostType jaxb, RConnectorHost repo, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public ConnectorHostType toJAXB(PrismContext prismContext, Collection<SelectorOptions<GetOperationOptions>> options) throws DtoTranslationException
toJAXB
in class RObject<ConnectorHostType>
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.