Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.versioning
Class VersionInfo

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

public class VersionInfo
extends Object
implements Serializable

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

Author:
tiry
See Also:
Serialized Form

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

Constructor Detail

VersionInfo

public VersionInfo(String label,
                   boolean available)
Method Detail

getVersionLabel

public String getVersionLabel()

setVersionLabel

public void setVersionLabel(String versionLabel)

isAvailable

public boolean isAvailable()

setAvailable

public void setAvailable(boolean available)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.