info.magnolia.cms.core.version
Class VersionInfo

java.lang.Object
  extended by info.magnolia.cms.core.version.VersionInfo

public class VersionInfo
extends Object

A simple class that contains information about versions.


Constructor Summary
VersionInfo(String versionName, Date versionDate, String versionUser)
           
VersionInfo(String versionName, Date versionDate, String versionUser, String versionComment)
           
 
Method Summary
 String getVersionComment()
           
 Date getVersionDate()
           
 String getVersionName()
           
 String getVersionUser()
           
 void setVersionComment(String versionComment)
           
 void setVersionDate(Date versionDate)
           
 void setVersionName(String versionName)
           
 void setVersionUser(String versionUser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionInfo

public VersionInfo(String versionName,
                   Date versionDate,
                   String versionUser)

VersionInfo

public VersionInfo(String versionName,
                   Date versionDate,
                   String versionUser,
                   String versionComment)
Method Detail

getVersionName

public String getVersionName()

setVersionName

public void setVersionName(String versionName)

getVersionDate

public Date getVersionDate()

setVersionDate

public void setVersionDate(Date versionDate)

getVersionUser

public String getVersionUser()

setVersionUser

public void setVersionUser(String versionUser)

getVersionComment

public String getVersionComment()

setVersionComment

public void setVersionComment(String versionComment)


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.