org.base.apps.util
Class BaseNameable
java.lang.Object
org.base.apps.util.BaseNameable
- All Implemented Interfaces:
- Nameable, Named
- Direct Known Subclasses:
- BaseApplication, BaseData, BoundProperty, ColumnInfo
public abstract class BaseNameable
- extends Object
- implements Nameable
Abstract base Nameable to avoid duplicating name attribute everywhere.
- Author:
- Kevan Simpson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseNameable
public BaseNameable()
setName
public void setName(String name)
- Description copied from interface:
Nameable
- Sets the name of this instance.
- Specified by:
setName in interface Nameable
- Parameters:
name - The new name.- See Also:
Nameable.setName(java.lang.String)
getName
public String getName()
- Description copied from interface:
Named
- Fetches the name of this instance.
- Specified by:
getName in interface Named
- Returns:
- the name of this instance.
- See Also:
Named.getName()
Copyright 2011, Blue Agate Software Entity (BASE)