MUM.data
Class Presentation

java.lang.Object
  extended byMUM.data.Presentation
All Implemented Interfaces:
java.io.Serializable

public class Presentation
extends java.lang.Object
implements java.io.Serializable

This interface describe the presentation

See Also:
Serialized Form

Constructor Summary
Presentation(java.lang.String presName, java.lang.String description)
          Constructor
 
Method Summary
 java.lang.String getDescription()
          Selector: returns the sinthetic description
 java.lang.String getName()
          Selector: returns the name
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Presentation

public Presentation(java.lang.String presName,
                    java.lang.String description)
Constructor

Method Detail

getName

public java.lang.String getName()
Selector: returns the name


getDescription

public java.lang.String getDescription()
Selector: returns the sinthetic description


toString

public java.lang.String toString()


Copyright © 2004 Luca Foschini