pt.digitalis.dif.dem.interfaces
Interface IEntity

All Known Subinterfaces:
IApplication, IProvider, IService, IStage, IStageInstance
All Known Implementing Classes:
ApplicationCGTemplate, ProviderCGTemplate, ServiceCGTemplate, StageCGTemplate, StageInstanceCGTemplate

public interface IEntity

This interface exposes the behavior shared by all the Entity, namely having a name, an ID and an Object (POJO).

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/05/03

Method Summary
 String getID()
          Returns the Entity ID.
 String getName()
          Returns the Entity name.
 String getOriginalClassName()
          Returns the original entity class name
 String getUID()
          Returns the entity's unique ID.
 

Method Detail

getID

String getID()
Returns the Entity ID.

Returns:
the Entity ID

getName

String getName()
Returns the Entity name.

Returns:
the Entity name

getOriginalClassName

String getOriginalClassName()
Returns the original entity class name

Returns:
the class name

getUID

String getUID()
Returns the entity's unique ID. The unique ID has the form ":".

Returns:
the entity's UID


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.