MUM.metadataService.metadata
Class PresentationMetadata

java.lang.Object
  extended byMUM.metadataService.metadata.PresentationMetadata
All Implemented Interfaces:
IPresentationMetadata, java.io.Serializable

public class PresentationMetadata
extends java.lang.Object
implements IPresentationMetadata

This class describe the presentation metadata. It encapsulate the location of a presentation using a path and the metadata about the presentation. It also encapsulate some useful methods to manage this ADT.

See Also:
Serialized Form

Constructor Summary
PresentationMetadata(Path path, java.lang.String absolutePath, IMetadata metaData)
           
 
Method Summary
 java.lang.String getAbsolutePath()
          Gets the absolute path to the file containing the presentation
 IMetadata getMetaData()
          Gets the metadata about the presentation
 Path getPathFromRootToPresentation()
          Gets the path from the root to the presentation
 boolean isUsing()
          Returns true if presentation is currently using.
 java.lang.String toString()
          Ridefinizione del metodo toString().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PresentationMetadata

public PresentationMetadata(Path path,
                            java.lang.String absolutePath,
                            IMetadata metaData)
Method Detail

getPathFromRootToPresentation

public Path getPathFromRootToPresentation()
Gets the path from the root to the presentation

Specified by:
getPathFromRootToPresentation in interface IPresentationMetadata

getMetaData

public IMetadata getMetaData()
Gets the metadata about the presentation

Specified by:
getMetaData in interface IPresentationMetadata

getAbsolutePath

public java.lang.String getAbsolutePath()
Gets the absolute path to the file containing the presentation

Specified by:
getAbsolutePath in interface IPresentationMetadata

isUsing

public boolean isUsing()
Returns true if presentation is currently using.

Specified by:
isUsing in interface IPresentationMetadata

toString

public java.lang.String toString()
Ridefinizione del metodo toString().



Copyright © 2004 Luca Foschini