|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectMUM.metadataService.metadata.PresentationMetadata
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.
| 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 |
public PresentationMetadata(Path path,
java.lang.String absolutePath,
IMetadata metaData)
| Method Detail |
public Path getPathFromRootToPresentation()
getPathFromRootToPresentation in interface IPresentationMetadatapublic IMetadata getMetaData()
getMetaData in interface IPresentationMetadatapublic java.lang.String getAbsolutePath()
getAbsolutePath in interface IPresentationMetadatapublic boolean isUsing()
isUsing in interface IPresentationMetadatapublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||