|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.terminology.codeset.dao.CodeSystemSearchCriteria
public class CodeSystemSearchCriteria
The Class CodeSystemSearchCriteria. Used for various Hibernate queries.
Constructor Summary | |
---|---|
CodeSystemSearchCriteria()
|
Method Summary | |
---|---|
void |
addExtraExclusions(String nameStartsWithExclusion,
String oidStartsWithExclusion,
Collection<String> oidExlusions)
Adds the extra exclusions. |
String |
getDescription()
Gets the description. |
String |
getName()
Gets the name. |
String |
getNameStartsWithExclusion()
Gets the name starts with exclusion. |
String |
getOid()
Gets the oid. |
Collection<String> |
getOidExlusions()
Gets the oid exlusions. |
String |
getOidStartsWithExclusion()
Gets the oid starts with exclusion. |
void |
setDescription(String description)
Sets the description. |
void |
setName(String name)
Sets the name. |
void |
setNameStartsWithExclusion(String nameStartsWithExclusion)
Sets the name starts with exclusion. |
void |
setOid(String oid)
Sets the oid. |
void |
setOidExlusions(Collection<String> oidExlusions)
Sets the oid exlusions. |
void |
setOidStartsWithExclusion(String oidStartsWithExclusion)
Sets the oid starts with exclusion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeSystemSearchCriteria()
Method Detail |
---|
public String getOid()
Gets the oid.
public void setOid(String oid)
Sets the oid.
oid
- the new oidpublic String getName()
Gets the name.
public void setName(String name)
Sets the name.
name
- the new namepublic String getDescription()
Gets the description.
public void setDescription(String description)
Sets the description.
description
- the new descriptionpublic String getOidStartsWithExclusion()
Gets the oid starts with exclusion.
public void setOidStartsWithExclusion(String oidStartsWithExclusion)
Sets the oid starts with exclusion.
oidStartsWithExclusion
- the new oid starts with exclusionpublic String getNameStartsWithExclusion()
Gets the name starts with exclusion.
public void setNameStartsWithExclusion(String nameStartsWithExclusion)
Sets the name starts with exclusion.
nameStartsWithExclusion
- the new name starts with exclusionpublic Collection<String> getOidExlusions()
Gets the oid exlusions.
public void setOidExlusions(Collection<String> oidExlusions)
Sets the oid exlusions.
oidExlusions
- the new oid exlusionspublic void addExtraExclusions(String nameStartsWithExclusion, String oidStartsWithExclusion, Collection<String> oidExlusions)
Adds the extra exclusions.
nameStartsWithExclusion
- the name starts with exclusionoidStartsWithExclusion
- the oid starts with exclusionoidExlusions
- the oid exlusions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |