org.jopendocument.model.presentation
Class PresentationShow

java.lang.Object
  extended by org.jopendocument.model.presentation.PresentationShow

public class PresentationShow
extends Object


Field Summary
protected  String presentationName
           
protected  String presentationPages
           
 
Constructor Summary
PresentationShow()
           
 
Method Summary
 String getPresentationName()
          Gets the value of the presentationName property.
 String getPresentationPages()
          Gets the value of the presentationPages property.
 void setPresentationName(String value)
          Sets the value of the presentationName property.
 void setPresentationPages(String value)
          Sets the value of the presentationPages property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

presentationName

protected String presentationName

presentationPages

protected String presentationPages
Constructor Detail

PresentationShow

public PresentationShow()
Method Detail

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.