org.jtheque.primary.od.able
Interface Notable

All Known Subinterfaces:
Person
All Known Implementing Classes:
PersonImpl

public interface Notable

Represents a data who's notable. It seems a data who has a note.

Author:
Baptiste Wicht

Method Summary
 org.jtheque.core.utils.db.Note getNote()
          Return the note of the data.
 void setNote(org.jtheque.core.utils.db.Note note)
          Set the note of the object.
 

Method Detail

setNote

void setNote(org.jtheque.core.utils.db.Note note)
Set the note of the object.

Parameters:
note - The new note to set

getNote

org.jtheque.core.utils.db.Note getNote()
Return the note of the data.

Returns:
The note


Copyright © 2010 JTheque. All Rights Reserved.