org.kuali.student.contract.model
Class SearchRow

java.lang.Object
  extended by org.kuali.student.contract.model.SearchRow
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
SearchCriteria, SearchCriteriaParameter, SearchImplementation, SearchResult, SearchResultColumn, SearchType

public class SearchRow
extends Object
implements Serializable, Cloneable

Models a single dictionary entry

Author:
nwright
See Also:
Serialized Form

Field Summary
private  String caseSensitive
           
private  String childLookup
           
private  String comments
           
private  String dataType
           
private  String defaultValue
           
private  String description
           
private  String hidden
           
private  String key
           
private  String lookupKey
           
private  String name
           
private  String optional
           
private  int rowNumber
           
private  String service
           
private  String status
           
private  String type
           
private  String usage
           
private  String widget
           
private  String writeAccess
           
 
Constructor Summary
SearchRow()
           
 
Method Summary
protected  Object clone()
           
 String getCaseSensitive()
          Get the value of caseSensitive
 String getChildLookup()
          Get the value of childLookup
 String getComments()
          Get the value of comments
 String getDataType()
          Get the value of dataType
 String getDefaultValue()
          Get the value of defaultValue
 String getDescription()
          Get the value of description
 String getHidden()
          Get the value of hidden
 String getKey()
          Get the value of key
 String getLookupKey()
          Get the value of lookupKey
 String getName()
          Get the value of name
 String getOptional()
          Get the value of optional
 int getRowNumber()
          Get the value of rowNumber
 String getService()
          Get the value of service
 String getStatus()
          Get the value of status
 String getType()
          Get the value of type
 String getUsage()
          Get the value of usage
 String getWidget()
          Get the value of widget
 String getWriteAccess()
          Get the value of writeAccess
 void setCaseSensitive(String caseSensitive)
          Set the value of caseSensitive
 void setChildLookup(String childLookup)
          Set the value of childLookup
 void setComments(String comments)
          Set the value of comments
 void setDataType(String dataType)
          Set the value of dataType
 void setDefaultValue(String defaultValue)
          Set the value of defaultValue
 void setDescription(String description)
          Set the value of description
 void setHidden(String hidden)
          Set the value of hidden
 void setKey(String key)
          Set the value of key
 void setLookupKey(String lookupKey)
          Set the value of lookupKey
 void setName(String name)
          Set the value of name
 void setOptional(String optional)
          Set the value of optional
 void setRowNumber(int rowNumber)
          Set the value of rowNumber
 void setService(String service)
          Set the value of service
 void setStatus(String status)
          Set the value of status
 void setType(String type)
          Set the value of type
 void setUsage(String usage)
          Set the value of usage
 void setWidget(String widget)
          Set the value of widget
 void setWriteAccess(String writeAccess)
          Set the value of writeAccess
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowNumber

private int rowNumber

key

private String key

lookupKey

private String lookupKey

type

private String type

name

private String name

description

private String description

dataType

private String dataType

hidden

private String hidden

usage

private String usage

widget

private String widget

optional

private String optional

caseSensitive

private String caseSensitive

writeAccess

private String writeAccess

defaultValue

private String defaultValue

childLookup

private String childLookup

status

private String status

comments

private String comments

service

private String service
Constructor Detail

SearchRow

public SearchRow()
Method Detail

getRowNumber

public int getRowNumber()
Get the value of rowNumber

Returns:
the value of row

setRowNumber

public void setRowNumber(int rowNumber)
Set the value of rowNumber

Parameters:
rowNumber - new value of rowNumber

getKey

public String getKey()
Get the value of key

Returns:
the value of key

getLookupKey

public String getLookupKey()
Get the value of lookupKey

Returns:
the value of lookupKey

setLookupKey

public void setLookupKey(String lookupKey)
Set the value of lookupKey

Parameters:
lookupKey - new value of lookupKey

getType

public String getType()
Get the value of type

Returns:
the value of type

setType

public void setType(String type)
Set the value of type

Parameters:
type - new value of type

setKey

public void setKey(String key)
Set the value of key

Parameters:
key - new value of key

getName

public String getName()
Get the value of name

Returns:
the value of name

setName

public void setName(String name)
Set the value of name

Parameters:
name - new value of name

getDataType

public String getDataType()
Get the value of dataType

Returns:
the value of dataType

setDataType

public void setDataType(String dataType)
Set the value of dataType

Parameters:
dataType - new value of dataType

getHidden

public String getHidden()
Get the value of hidden

Returns:
the value of hidden

getUsage

public String getUsage()
Get the value of usage

Returns:
the value of usage

getWidget

public String getWidget()
Get the value of widget

Returns:
the value of widget

setWidget

public void setWidget(String widget)
Set the value of widget

Parameters:
widget - new value of widget

getOptional

public String getOptional()
Get the value of optional

Returns:
the value of optional

getCaseSensitive

public String getCaseSensitive()
Get the value of caseSensitive

Returns:
the value of caseSensitive

setCaseSensitive

public void setCaseSensitive(String caseSensitive)
Set the value of caseSensitive

Parameters:
caseSensitive - new value of caseSensitive

getWriteAccess

public String getWriteAccess()
Get the value of writeAccess

Returns:
the value of writeAccess

setWriteAccess

public void setWriteAccess(String writeAccess)
Set the value of writeAccess

Parameters:
writeAccess - new value of writeAccess

getDefaultValue

public String getDefaultValue()
Get the value of defaultValue

Returns:
the value of defaultValue

setDefaultValue

public void setDefaultValue(String defaultValue)
Set the value of defaultValue

Parameters:
defaultValue - new value of defaultValue

getChildLookup

public String getChildLookup()
Get the value of childLookup

Returns:
the value of childLookup

setChildLookup

public void setChildLookup(String childLookup)
Set the value of childLookup

Parameters:
childLookup - new value of childLookup

setOptional

public void setOptional(String optional)
Set the value of optional

Parameters:
optional - new value of optional

setUsage

public void setUsage(String usage)
Set the value of usage

Parameters:
usage - new value of usage

setHidden

public void setHidden(String hidden)
Set the value of hidden

Parameters:
hidden - new value of hidden

getDescription

public String getDescription()
Get the value of description

Returns:
the value of description

setDescription

public void setDescription(String description)
Set the value of description

Parameters:
description - new value of description

getStatus

public String getStatus()
Get the value of status

Returns:
the value of status

setStatus

public void setStatus(String status)
Set the value of status

Parameters:
status - new value of status

getComments

public String getComments()
Get the value of comments

Returns:
the value of comments

setComments

public void setComments(String comments)
Set the value of comments

Parameters:
comments - new value of comments

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

getService

public String getService()
Get the value of service

Returns:
the value of service

setService

public void setService(String service)
Set the value of service

Parameters:
service - new value of service


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