net.openmarkup
Interface NamedPropertyMap

All Superinterfaces:
PropertyMap

public interface NamedPropertyMap
extends PropertyMap

Provides support for setting and getting client properties (also known as "user data").

Author:
Ramesh Gupta

Method Summary
 String getKey()
           
 String getTitle()
           
 void setTitle(String title)
           
 
Methods inherited from interface net.openmarkup.PropertyMap
getClientProperty, putClientProperty
 

Method Detail

getKey

public String getKey()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright 2003-2004 eNode, Inc. All rights reserved.