it.eng.spagobi.booklets.bo
Class PresentationVersion

java.lang.Object
  extended by it.eng.spagobi.booklets.bo.PresentationVersion

public class PresentationVersion
extends java.lang.Object


Constructor Summary
PresentationVersion()
           
 
Method Summary
 java.lang.String getCreationDate()
           
 java.lang.String getPresentationName()
           
 java.lang.String getVersionName()
           
 boolean isApproved()
           
 boolean isCurrentVersion()
           
 void setApproved(boolean approved)
           
 void setCreationDate(java.lang.String creationDate)
           
 void setCurrentVersion(boolean currentVersion)
           
 void setPresentationName(java.lang.String presentationName)
           
 void setVersionName(java.lang.String versionName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationVersion

public PresentationVersion()
Method Detail

getCreationDate

public java.lang.String getCreationDate()

setCreationDate

public void setCreationDate(java.lang.String creationDate)

getVersionName

public java.lang.String getVersionName()

setVersionName

public void setVersionName(java.lang.String versionName)

getPresentationName

public java.lang.String getPresentationName()

setPresentationName

public void setPresentationName(java.lang.String presentationName)

isApproved

public boolean isApproved()

setApproved

public void setApproved(boolean approved)

isCurrentVersion

public boolean isCurrentVersion()

setCurrentVersion

public void setCurrentVersion(boolean currentVersion)