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

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

public class SubSearchParamMappingInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String crossSearchParam
           
private static long serialVersionUID
           
private  String subSearchParam
           
 
Constructor Summary
SubSearchParamMappingInfo()
           
 
Method Summary
 String getCrossSearchParam()
           
 String getSubSearchParam()
           
 void setCrossSearchParam(String crossSearchParam)
           
 void setSubSearchParam(String subSearchParam)
           
 
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

crossSearchParam

private String crossSearchParam

subSearchParam

private String subSearchParam
Constructor Detail

SubSearchParamMappingInfo

public SubSearchParamMappingInfo()
Method Detail

getCrossSearchParam

public String getCrossSearchParam()

setCrossSearchParam

public void setCrossSearchParam(String crossSearchParam)

getSubSearchParam

public String getSubSearchParam()

setSubSearchParam

public void setSubSearchParam(String subSearchParam)


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