org.ujmp.core.interfaces
Interface HasId


public interface HasId


Method Summary
 String getId()
          Returns the String id of an object.
 void setId(String id)
          Sets the id of an object
 

Method Detail

getId

String getId()
Returns the String id of an object.

Returns:
the id

setId

void setId(String id)
Sets the id of an object

Parameters:
id - the new id.


Copyright © 2010. All Rights Reserved.