net.sourceforge.rtf.context.fields
Class RTFContextBookmark

java.lang.Object
  extended by net.sourceforge.rtf.context.fields.RTFContextBookmark

public class RTFContextBookmark
extends java.lang.Object

RTF context bookmark is composed by :

Version:
1.0.0
Author:
Angelo ZERR

Constructor Summary
RTFContextBookmark()
           
RTFContextBookmark(java.lang.String name, java.lang.String type)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFContextBookmark

public RTFContextBookmark()

RTFContextBookmark

public RTFContextBookmark(java.lang.String name,
                          java.lang.String type)
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)


Copyright 2007 null. All Rights Reserved.