com.evolveum.midpoint.repo.sql.data.common
Class RNode
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.RNode
- All Implemented Interfaces:
- Serializable
@Entity
public class RNode
- extends RObject
- Author:
- lazyman
- See Also:
- Serialized Form
Constructor Summary |
RNode()
|
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 |
RNode
public RNode()
getHostname
public String getHostname()
getClustered
public Boolean getClustered()
getInternalNodeIdentifier
public String getInternalNodeIdentifier()
getJmxPort
public Integer getJmxPort()
getLastCheckInTime
public XMLGregorianCalendar getLastCheckInTime()
getRunning
public Boolean getRunning()
getNodeIdentifier
public String getNodeIdentifier()
getName
public RPolyString getName()
setName
public void setName(RPolyString name)
setNodeIdentifier
public void setNodeIdentifier(String nodeIdentifier)
setHostname
public void setHostname(String hostname)
setClustered
public void setClustered(Boolean clustered)
setInternalNodeIdentifier
public void setInternalNodeIdentifier(String internalNodeIdentifier)
setJmxPort
public void setJmxPort(Integer jmxPort)
setLastCheckInTime
public void setLastCheckInTime(XMLGregorianCalendar lastCheckInTime)
setRunning
public void setRunning(Boolean running)
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(RNode repo,
NodeType jaxb,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
copyFromJAXB
public static void copyFromJAXB(NodeType jaxb,
RNode repo,
PrismContext prismContext)
throws DtoTranslationException
- Throws:
DtoTranslationException
toJAXB
public NodeType toJAXB(PrismContext prismContext)
throws DtoTranslationException
- Specified by:
toJAXB
in class RObject
- Throws:
DtoTranslationException
Copyright © 2013 evolveum. All Rights Reserved.