org.jopendocument.model.presentation
Class PresentationShow
java.lang.Object
org.jopendocument.model.presentation.PresentationShow
public class PresentationShow
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
presentationName
protected String presentationName
presentationPages
protected String presentationPages
PresentationShow
public PresentationShow()
getPresentationName
public String getPresentationName()
- Gets the value of the presentationName property.
- Returns:
- possible object is
String
getPresentationPages
public String getPresentationPages()
- Gets the value of the presentationPages property.
- Returns:
- possible object is
String
setPresentationName
public void setPresentationName(String value)
- Sets the value of the presentationName property.
- Parameters:
value
- allowed object is String
setPresentationPages
public void setPresentationPages(String value)
- Sets the value of the presentationPages property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.