org.jopendocument.model.presentation
Class PresentationPlay

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

public class PresentationPlay
extends Object


Field Summary
protected  String drawShapeId
           
protected  String presentationSpeed
           
 
Constructor Summary
PresentationPlay()
           
 
Method Summary
 String getDrawShapeId()
          Gets the value of the drawShapeId property.
 String getPresentationSpeed()
          Gets the value of the presentationSpeed property.
 void setDrawShapeId(String value)
          Sets the value of the drawShapeId property.
 void setPresentationSpeed(String value)
          Sets the value of the presentationSpeed property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawShapeId

protected String drawShapeId

presentationSpeed

protected String presentationSpeed
Constructor Detail

PresentationPlay

public PresentationPlay()
Method Detail

getDrawShapeId

public String getDrawShapeId()
Gets the value of the drawShapeId property.

Returns:
possible object is String

getPresentationSpeed

public String getPresentationSpeed()
Gets the value of the presentationSpeed property.

Returns:
possible object is String

setDrawShapeId

public void setDrawShapeId(String value)
Sets the value of the drawShapeId property.

Parameters:
value - allowed object is String

setPresentationSpeed

public void setPresentationSpeed(String value)
Sets the value of the presentationSpeed property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.