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

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

public class ComparisonParamInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ComparisonParamInfo()
           
 
Method Summary
 String getParam()
           
 String getSubSearchKey()
           
 void setParam(String param)
           
 void setSubSearchKey(String subSearchKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparisonParamInfo

public ComparisonParamInfo()
Method Detail

getSubSearchKey

public String getSubSearchKey()

setSubSearchKey

public void setSubSearchKey(String subSearchKey)

getParam

public String getParam()

setParam

public void setParam(String param)


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