com.dlsc.flexgantt.util
Interface INamedObject

All Superinterfaces:
java.lang.Comparable<INamedObject>
All Known Subinterfaces:
ILayer
All Known Implementing Classes:
Bookmark, KeyColumn, Layer, NamedObject, Page, TreeTableColumn

public interface INamedObject
extends java.lang.Comparable<INamedObject>

A common interface for any class that carries a name attribute.

Since:
1.0
Author:
Dirk Lemmermann

Method Summary
 java.lang.String getName()
          Returns the value of the object's name attribute (the object's name).
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()
Returns the value of the object's name attribute (the object's name).

Returns:
the object's name
Since:
1.0