org.eucalyptus.analysesi.model
Class NoteLink

java.lang.Object
  extended by org.eucalyptus.analysesi.model.NoteLink

public class NoteLink
extends java.lang.Object

Un lien vers unte Note.

Author:
Loic Dreux

Constructor Summary
NoteLink(Note note)
          Le constructeur de la classe NoteLink.
 
Method Summary
 Note getNote()
          Retourne la note associée au lien.
 void setNote(Note note)
          Modifie la note associée au lien.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteLink

public NoteLink(Note note)
Le constructeur de la classe NoteLink.

Parameters:
note - La note associée au lien
Method Detail

getNote

public Note getNote()
Retourne la note associée au lien.

Returns:
la note associée au lien

setNote

public void setNote(Note note)
Modifie la note associée au lien.

Parameters:
note - la note associée au lien


Copyright © 2009. All Rights Reserved.