ca.infoway.messagebuilder.terminology.codeset.dao
Class CodeSystemSearchCriteria

Package class diagram package CodeSystemSearchCriteria
java.lang.Object
  extended by ca.infoway.messagebuilder.terminology.codeset.dao.CodeSystemSearchCriteria

public class CodeSystemSearchCriteria
extends Object

The Class CodeSystemSearchCriteria. Used for various Hibernate queries.

Author:
Intelliware Development

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

CodeSystemSearchCriteria

public CodeSystemSearchCriteria()
Method Detail

getOid

public String getOid()

Gets the oid.

Returns:
the oid

setOid

public void setOid(String oid)

Sets the oid.

Parameters:
oid - the new oid

getName

public String getName()

Gets the name.

Returns:
the name

setName

public void setName(String name)

Sets the name.

Parameters:
name - the new name

getDescription

public String getDescription()

Gets the description.

Returns:
the description

setDescription

public void setDescription(String description)

Sets the description.

Parameters:
description - the new description

getOidStartsWithExclusion

public String getOidStartsWithExclusion()

Gets the oid starts with exclusion.

Returns:
the oid starts with exclusion

setOidStartsWithExclusion

public void setOidStartsWithExclusion(String oidStartsWithExclusion)

Sets the oid starts with exclusion.

Parameters:
oidStartsWithExclusion - the new oid starts with exclusion

getNameStartsWithExclusion

public String getNameStartsWithExclusion()

Gets the name starts with exclusion.

Returns:
the name starts with exclusion

setNameStartsWithExclusion

public void setNameStartsWithExclusion(String nameStartsWithExclusion)

Sets the name starts with exclusion.

Parameters:
nameStartsWithExclusion - the new name starts with exclusion

getOidExlusions

public Collection<String> getOidExlusions()

Gets the oid exlusions.

Returns:
the oid exlusions

setOidExlusions

public void setOidExlusions(Collection<String> oidExlusions)

Sets the oid exlusions.

Parameters:
oidExlusions - the new oid exlusions

addExtraExclusions

public void addExtraExclusions(String nameStartsWithExclusion,
                               String oidStartsWithExclusion,
                               Collection<String> oidExlusions)

Adds the extra exclusions.

Parameters:
nameStartsWithExclusion - the name starts with exclusion
oidStartsWithExclusion - the oid starts with exclusion
oidExlusions - the oid exlusions


Copyright © 2013. All Rights Reserved.