de.nava.informa.core
Interface WithNameMIF

All Superinterfaces:
Serializable
All Known Subinterfaces:
ItemSourceIF, TextInputIF, UserIF
All Known Implementing Classes:
ItemSource, ItemSource, TextInput, TextInput

public interface WithNameMIF
extends Serializable

Meta-, or markerinterface, specifying objects, having name.

Version:
$Id: WithNameMIF.java,v 1.5 2005/09/27 22:17:07 niko_schmuck Exp $
Author:
Alexei Matiouchkine

Method Summary
 String getName()
           
 void setName(String name)
           
 

Method Detail

getName

String getName()
Returns:
the name of the object

setName

void setName(String name)
Parameters:
name - the name of the object to be set


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.