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

Package class diagram package CodeSearchCriteria
java.lang.Object
  extended by ca.infoway.messagebuilder.terminology.codeset.dao.CodeSearchCriteria
All Implemented Interfaces:
Serializable

public class CodeSearchCriteria
extends Object
implements Serializable

The Class CodeSearchCriteria. A convenience class for holding multiple code-based search criteria, used in some code dao methods.

Author:
Intelliware Development
See Also:
Serialized Form

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

CodeSearchCriteria

public CodeSearchCriteria()
Method Detail

getType

public String getType()

Gets the type.

Returns:
the type

setType

public void setType(String type)

Sets the type.

Parameters:
type - the new type

getBusinessName

public String getBusinessName()

Gets the business name.

Returns:
the business name

setBusinessName

public void setBusinessName(String businessName)

Sets the business name.

Parameters:
businessName - the new business 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


Copyright © 2013. All Rights Reserved.