|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.terminology.codeset.dao.CodeSearchCriteria
public class CodeSearchCriteria
The Class CodeSearchCriteria. A convenience class for holding multiple code-based search criteria, used in some code dao methods.
Constructor Summary | |
---|---|
CodeSearchCriteria()
|
Method Summary | |
---|---|
String |
getBusinessName()
Gets the business name. |
String |
getDescription()
Gets the description. |
String |
getType()
Gets the type. |
void |
setBusinessName(String businessName)
Sets the business name. |
void |
setDescription(String description)
Sets the description. |
void |
setType(String type)
Sets the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeSearchCriteria()
Method Detail |
---|
public String getType()
Gets the type.
public void setType(String type)
Sets the type.
type
- the new typepublic String getBusinessName()
Gets the business name.
public void setBusinessName(String businessName)
Sets the business name.
businessName
- the new business namepublic String getDescription()
Gets the description.
public void setDescription(String description)
Sets the description.
description
- the new description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |