org.pfsw.odem
Interface IAlias

All Known Subinterfaces:
IContainer

public interface IAlias

Defines the methods of an object with an alias.


Method Summary
 java.lang.String getAlias()
          Returns the alias of the object.
 void setAlias(java.lang.String name)
          Sets the alias of the object.
 

Method Detail

getAlias

java.lang.String getAlias()
Returns the alias of the object.

Returns:
An alias or null.

setAlias

void setAlias(java.lang.String name)
Sets the alias of the object.

Parameters:
name - An alias name or null.