org.grinvin.list

Interface HasName

Known Subinterfaces:
GraphList, GraphListModel
Known Implementing Classes:
DefaultGraphList, DefaultGraphListModel, GraphListElement

public interface HasName

Interface implemented by all objects (mostly lists) that support setName and getName.

Method Summary

String
getName()
Get the name of this object.
void
setName(String name)
Set the name of this object.

Method Details

getName

public String getName()
Get the name of this object.
Returns:
the name of the object

setName

public void setName(String name)
Set the name of this object.
Parameters:
name - the new name