org.kuali.student.common.search.dto
Class SearchRelationship
java.lang.Object
org.kuali.student.common.search.dto.SearchRelationship
- All Implemented Interfaces:
- Serializable
public class SearchRelationship
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
lhs
private TypeAttribute lhs
rhs
private TypeAttribute rhs
SearchRelationship
public SearchRelationship()
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.