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

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

public class ComparisonParamInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String param
           
private static long serialVersionUID
           
private  String subSearchKey
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

subSearchKey

private String subSearchKey

param

private String param
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.