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