public class NoteType
extends java.lang.Object
| Constructor and Description |
|---|
NoteType()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.Integer |
getId() |
java.lang.String |
getName() |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.Integer id) |
void |
setName(java.lang.String name) |
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - The id to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.Copyright © 2018 OpenMRS Inc.. All Rights Reserved.