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

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
 

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-2013 The Kuali Foundation. All Rights Reserved.