org.kuali.student.common.search.dto
Class SearchRelationship

java.lang.Object
  extended by org.kuali.student.common.search.dto.SearchRelationship
All Implemented Interfaces:
Serializable

public class SearchRelationship
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  TypeAttribute lhs
           
private  TypeAttribute rhs
           
private static long serialVersionUID
           
 
Constructor Summary
SearchRelationship()
           
 
Method Summary
 TypeAttribute getLhs()
           
 TypeAttribute getRhs()
           
 void setLhs(TypeAttribute lhs)
           
 void setRhs(TypeAttribute rhs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

lhs

private TypeAttribute lhs

rhs

private TypeAttribute rhs
Constructor Detail

SearchRelationship

public SearchRelationship()
Method Detail

getLhs

public TypeAttribute getLhs()

setLhs

public void setLhs(TypeAttribute lhs)

getRhs

public TypeAttribute getRhs()

setRhs

public void setRhs(TypeAttribute rhs)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.