org.openmrs.notification
Class NoteType
java.lang.Object
org.openmrs.notification.NoteType
public class NoteType
- extends java.lang.Object
Constructor Summary |
NoteType()
Default constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoteType
public NoteType()
- Default constructor
getId
public java.lang.Integer getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.Integer id)
- Parameters:
id
- The id to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change