pt.digitalis.dif.dem.interfaces
Interface IMessage

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

public interface IMessage

This interface exposes behavior regarding Entity messages.

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

Method Summary
 String getMessage(String messageID)
          Returns a message associated with a given ID
 Map<String,String> getMessages()
          Returns all messages associated with the Entity.
 

Method Detail

getMessages

Map<String,String> getMessages()
Returns all messages associated with the Entity.

Returns:
a map with all the messages related to the Entity

getMessage

String getMessage(String messageID)
Returns a message associated with a given ID

Parameters:
messageID - the message ID
Returns:
the message with the given id


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