@Entity
public class NotationsPerSubject
extends java.lang.Object
Constructor and Description |
---|
NotationsPerSubject()
general constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
returns the description
|
java.lang.String |
getNotations()
returns the notations
|
java.lang.String |
getSubjectID()
returns the subject ID
|
NotationsPerSubject |
setDescription(java.lang.String description)
sets the description
|
NotationsPerSubject |
setNotations(java.lang.String notations)
sets the notations
|
NotationsPerSubject |
setSubjectID(java.lang.String subjectID)
sets the subject ID
|
public java.lang.String getSubjectID()
public NotationsPerSubject setSubjectID(java.lang.String subjectID)
subjectID
- the Id of the subject represented by the range of notationsNotationsPerSubject
-objectpublic java.lang.String getDescription()
public NotationsPerSubject setDescription(java.lang.String description)
description
- the description of the range of notationsNotationsPerSubject
-objectpublic java.lang.String getNotations()
public NotationsPerSubject setNotations(java.lang.String notations)
notations
- the range of notationsNotationsPerSubject
-object