org.base.apps.util
Interface Nameable

All Superinterfaces:
Named
All Known Subinterfaces:
Application<D,V>, ApplicationData<D>, ApplicationInfo, Attr
All Known Implementing Classes:
Account, AccountApplication, BaseApplication, BaseAttr, BaseData, BaseInfo, BaseNameable, BoundProperty, ColumnInfo, FileData, PrefNode, Property, SwingApplication

public interface Nameable
extends Named

A mutable version of the Named interface.

Author:
Kevan Simpson

Method Summary
 void setName(String name)
          Sets the name of this instance.
 
Methods inherited from interface org.base.apps.util.Named
getName
 

Method Detail

setName

void setName(String name)
Sets the name of this instance.

Parameters:
name - The new name.

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)