Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.versioning
Class VersionInfo

java.lang.Object
  extended by org.nuxeo.ecm.webapp.versioning.VersionInfo
All Implemented Interfaces:
java.io.Serializable

public class VersionInfo
extends java.lang.Object
implements java.io.Serializable

Simple class that will be outjected into the Seam context to avoid multiple calls.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
VersionInfo(java.lang.String label, boolean available)
           
 
Method Summary
 java.lang.String getVersionLabel()
           
 boolean isAvailable()
           
 void setAvailable(boolean available)
           
 void setVersionLabel(java.lang.String versionLabel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionInfo

public VersionInfo(java.lang.String label,
                   boolean available)
Method Detail

getVersionLabel

public java.lang.String getVersionLabel()

setVersionLabel

public void setVersionLabel(java.lang.String versionLabel)

isAvailable

public boolean isAvailable()

setAvailable

public void setAvailable(boolean available)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.