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

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.data.common.ROrgClosure
All Implemented Interfaces:
Serializable

@Entity
public class ROrgClosure
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ROrgClosure()
           
ROrgClosure(RObject ancestor, RObject descendant, int depth)
           
 
Method Summary
 boolean equals(Object obj)
           
 RObject getAncestor()
           
 int getDepth()
           
 RObject getDescendant()
           
 Long getId()
           
 int hashCode()
           
 void setAncestor(RObject ancestor)
           
 void setDepth(int depth)
           
 void setDescendant(RObject descendant)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ROrgClosure

public ROrgClosure()

ROrgClosure

public ROrgClosure(RObject ancestor,
                   RObject descendant,
                   int depth)
Method Detail

getId

public Long getId()

setId

public void setId(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 Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 evolveum. All Rights Reserved.