|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r1.common.dictionary.dto.CommonLookupParam
@Deprecated public class CommonLookupParam
Nested Class Summary | |
---|---|
static class |
CommonLookupParam.Usage
Deprecated. |
static class |
CommonLookupParam.Widget
Deprecated. |
static class |
CommonLookupParam.WriteAccess
Deprecated. |
Field Summary | |
---|---|
protected String |
fieldPath
Deprecated. |
protected String |
fieldPathMessageId
Deprecated. |
Constructor Summary | |
---|---|
CommonLookupParam()
Deprecated. |
Method Summary | |
---|---|
CommonLookup |
getChildLookup()
Deprecated. |
DataType |
getDataType()
Deprecated. |
ArrayList<String> |
getDefaultValueList()
Deprecated. |
String |
getDefaultValueString()
Deprecated. |
String |
getDesc()
Deprecated. |
String |
getFieldPath()
Deprecated. |
String |
getFieldPathMessageId()
Deprecated. |
String |
getKey()
Deprecated. |
String |
getName()
Deprecated. |
CommonLookupParam.Usage |
getUsage()
Deprecated. |
CommonLookupParam.Widget |
getWidget()
Deprecated. |
CommonLookupParam.WriteAccess |
getWriteAccess()
Deprecated. |
boolean |
isCaseSensitive()
Deprecated. |
boolean |
isOptional()
Deprecated. |
void |
setCaseSensitive(boolean caseSensitive)
Deprecated. |
void |
setChildLookup(CommonLookup childLookup)
Deprecated. |
void |
setDataType(DataType dataType)
Deprecated. |
void |
setDefaultValueList(ArrayList<String> defaultValueList)
Deprecated. |
void |
setDefaultValueString(String defaultValueString)
Deprecated. |
void |
setDesc(String desc)
Deprecated. |
void |
setFieldPath(String fieldPath)
Deprecated. |
void |
setFieldPathMessageId(String fieldPathMessageId)
Deprecated. |
void |
setKey(String key)
Deprecated. |
void |
setName(String name)
Deprecated. |
void |
setOptional(boolean optional)
Deprecated. |
void |
setUsage(CommonLookupParam.Usage usage)
Deprecated. |
void |
setWidget(CommonLookupParam.Widget widget)
Deprecated. |
void |
setWriteAccess(CommonLookupParam.WriteAccess writeAccess)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String fieldPath
protected String fieldPathMessageId
Constructor Detail |
---|
public CommonLookupParam()
Method Detail |
---|
public String getKey()
public void setKey(String key)
public CommonLookup getChildLookup()
public void setChildLookup(CommonLookup childLookup)
public CommonLookupParam.WriteAccess getWriteAccess()
public void setWriteAccess(CommonLookupParam.WriteAccess writeAccess)
public DataType getDataType()
public void setDataType(DataType dataType)
public boolean isOptional()
public void setOptional(boolean optional)
public ArrayList<String> getDefaultValueList()
public void setDefaultValueList(ArrayList<String> defaultValueList)
public String getDefaultValueString()
public void setDefaultValueString(String defaultValueString)
public String getName()
public void setName(String name)
public String getDesc()
public void setDesc(String desc)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
public CommonLookupParam.Usage getUsage()
public void setUsage(CommonLookupParam.Usage usage)
public String getFieldPath()
public void setFieldPath(String fieldPath)
public CommonLookupParam.Widget getWidget()
public void setWidget(CommonLookupParam.Widget widget)
public String getFieldPathMessageId()
public void setFieldPathMessageId(String fieldPathMessageId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |