public class SearchRow extends Object implements Serializable, Cloneable
Constructor and Description |
---|
SearchRow() |
Modifier and Type | Method and Description |
---|---|
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
|
public SearchRow()
public int getRowNumber()
public void setRowNumber(int rowNumber)
rowNumber
- new value of rowNumberpublic String getLookupKey()
public void setLookupKey(String lookupKey)
lookupKey
- new value of lookupKeypublic String getDataType()
public void setDataType(String dataType)
dataType
- new value of dataTypepublic void setWidget(String widget)
widget
- new value of widgetpublic String getOptional()
public String getCaseSensitive()
public void setCaseSensitive(String caseSensitive)
caseSensitive
- new value of caseSensitivepublic String getWriteAccess()
public void setWriteAccess(String writeAccess)
writeAccess
- new value of writeAccesspublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue
- new value of defaultValuepublic String getChildLookup()
public void setChildLookup(String childLookup)
childLookup
- new value of childLookuppublic void setOptional(String optional)
optional
- new value of optionalpublic void setUsage(String usage)
usage
- new value of usagepublic void setHidden(String hidden)
hidden
- new value of hiddenpublic String getDescription()
public void setDescription(String description)
description
- new value of descriptionpublic void setStatus(String status)
status
- new value of statuspublic String getComments()
public void setComments(String comments)
comments
- new value of commentsprotected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String getService()
public void setService(String service)
service
- new value of serviceCopyright © 2004–2014 The Kuali Foundation. All rights reserved.