org.opencrx.kernel.base.cci2
Interface Note

All Known Subinterfaces:
ActivityFollowUp, ActivityFollowUp, Note, Note, Note
All Known Implementing Classes:
ActivityFollowUp, Note

public interface Note

Abstract class Note


Method Summary
 String getText()
          Retrieves the possibly null value for the optional attribute text.
 String getTitle()
          Retrieves the possibly null value for the optional attribute title.
 void setText(String text)
          Sets a new value for the attribute text.
 void setTitle(String title)
          Sets a new value for the attribute title.
 

Method Detail

getText

String getText()
Retrieves the possibly null value for the optional attribute text.

Returns:
The possibly null value for attribute text.

setText

void setText(String text)
Sets a new value for the attribute text.

Parameters:
text - The possibly null new value for attribute text.

getTitle

String getTitle()
Retrieves the possibly null value for the optional attribute title.

Returns:
The possibly null value for attribute title.

setTitle

void setTitle(String title)
Sets a new value for the attribute title.

Parameters:
title - The possibly null new value for attribute title.


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.