Class Version

All Implemented Interfaces:
Securable, TransactionalObject, Serializable, Comparable<Version>

public class Version extends AbstractDocument implements Comparable<Version>
This class represents versions.
Version:
1.0
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details Link icon

    • Version Link icon

      public Version()
    • Version Link icon

      public Version(Version source)
  • Method Details Link icon

    • getUserId Link icon

      public long getUserId()
    • setUserId Link icon

      public void setUserId(long userId)
    • getUsername Link icon

      public String getUsername()
    • setUsername Link icon

      public void setUsername(String username)
    • calculateNewVersion Link icon

      public static String calculateNewVersion(String oldVersionName, boolean major)
      Calculate the new version name in the format X.Y.
      Parameters:
      oldVersionName - the old version in the format X.Y
      major - if the new version is a major release or not
      Returns:
      the new version name in the format X.Y
      See Also:
      • getNewVersionName(String, boolean)
    • compareTo Link icon

      public int compareTo(Version other)
      Specified by:
      compareTo in interface Comparable<Version>
    • toString Link icon

      public String toString()
      Overrides:
      toString in class AbstractDocument
    • getVersionDate Link icon

      public Date getVersionDate()
    • setVersionDate Link icon

      public void setVersionDate(Date versionDate)
    • getFolderId Link icon

      public long getFolderId()
    • setFolderId Link icon

      public void setFolderId(long folderId)
    • getFolderName Link icon

      public String getFolderName()
    • setFolderName Link icon

      public void setFolderName(String folderName)
    • getTemplateId Link icon

      public Long getTemplateId()
      Overrides:
      getTemplateId in class ExtensibleObject
    • setTemplateId Link icon

      public void setTemplateId(Long templateId)
      Overrides:
      setTemplateId in class ExtensibleObject
    • create Link icon

      public static Version create(Document document, User user, String comment, String event, boolean release)
      Factory method that creates a Version and replicate all given document's properties.
      The new version and fileVersion will be set in both Document and Version

      Important: The created Version is not persistent
      Parameters:
      document - The document to be versioned
      user - The user who made the changes
      comment - The version comment
      event - The event that caused the new release
      release - True if this is a new release(eg: 2.0) rather than a subversion(eg: 1.1)
      Returns:
      The newly created version
    • getEvent Link icon

      public String getEvent()
    • setEvent Link icon

      public void setEvent(String event)
    • getCreator Link icon

      public String getCreator()
      Overrides:
      getCreator in class AbstractDocument
    • setCreator Link icon

      public void setCreator(String creator)
      Overrides:
      setCreator in class AbstractDocument
    • getCreatorId Link icon

      public long getCreatorId()
      Overrides:
      getCreatorId in class AbstractDocument
    • setCreatorId Link icon

      public void setCreatorId(long creatorId)
      Overrides:
      setCreatorId in class AbstractDocument
    • getDocId Link icon

      public long getDocId()
    • setDocId Link icon

      public void setDocId(long docId)
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class AbstractDocument
    • equals Link icon

      public boolean equals(Object obj)
      Overrides:
      equals in class AbstractDocument