Joda System API

org.joda.util
Interface Identifiable


public interface Identifiable

Interface for objects which can be identified through a unique identifier.

Author:
Stephen Colebourne

Method Summary
 java.lang.String getIdentifier()
          Get the identifier of the object.
 void setIdentifier(java.lang.String id)
          Set the identifier of the object.
 

Method Detail

getIdentifier

public java.lang.String getIdentifier()
Get the identifier of the object.

Returns:
the identifier

setIdentifier

public void setIdentifier(java.lang.String id)
Set the identifier of the object.


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.