solar.api
Interface Identifiable

All Known Subinterfaces:
Filter
All Known Implementing Classes:
GraphNode, PackFilter, Pipe

public interface Identifiable

Interface for all objects that have an ID.

Version:
$Id: Identifiable.java,v 1.5 2003/09/25 05:29:54 glchen Exp $
Author:
Guanling Chen

Method Summary
 Id getId()
          Return the ID of this object.
 void setId(Id id)
          Set the ID of this object.
 

Method Detail

setId

public void setId(Id id)
Set the ID of this object.


getId

public Id getId()
Return the ID of this object.