org.minetti.astrodevice.common.object
Interface Entity


public interface Entity

Object representing any entity with only an identifier and a name. An entity can be:

Author:
Jean-Philippe MINETTI

Method Summary
 long getId()
          Returns the entity identifier.
 String getName()
          Returns the entity name.
 

Method Detail

getId

long getId()
Returns the entity identifier.

Returns:
Entity identifier.

getName

String getName()
Returns the entity name.

Returns:
Entity name.


Copyright © 2012 astroDevice. All Rights Reserved.