com.evolveum.midpoint.repo.sql.data.common
Class ROrgClosure
java.lang.Object
com.evolveum.midpoint.repo.sql.data.common.ROrgClosure
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class ROrgClosure
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ROrgClosure
public ROrgClosure()
ROrgClosure
public ROrgClosure(RObject ancestor,
RObject descendant,
int depth)
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getAncestor
public RObject getAncestor()
setAncestor
public void setAncestor(RObject ancestor)
getDescendant
public RObject getDescendant()
setDescendant
public void setDescendant(RObject descendant)
getDepth
public int getDepth()
setDepth
public void setDepth(int depth)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2012 evolveum. All Rights Reserved.