@Entity
public class Notation
extends java.lang.Object
| Constructor and Description |
|---|
Notation()
general constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
returns the description
|
java.lang.String |
getNotation()
returns the notation
|
Notation |
setDescription(java.lang.String description)
sets the description
|
Notation |
setNotation(java.lang.String notation)
sets the notation
|
public java.lang.String getDescription()
public Notation setDescription(java.lang.String description)
description - the description of the notationNotation-objectpublic java.lang.String getNotation()
public Notation setNotation(java.lang.String notation)
notation - the notationNotation-object