Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.admin.runtime
Class SimplifiedBundleInfo

java.lang.Object
  extended by org.nuxeo.ecm.admin.runtime.SimplifiedBundleInfo
All Implemented Interfaces:
java.lang.Comparable<SimplifiedBundleInfo>

public class SimplifiedBundleInfo
extends java.lang.Object
implements java.lang.Comparable<SimplifiedBundleInfo>

Very simplified representation of a Nuxeo Bundle used for displaying in the admin screens

Author:
tiry

Constructor Summary
SimplifiedBundleInfo(java.lang.String name, java.lang.String version)
           
 
Method Summary
 int compareTo(SimplifiedBundleInfo other)
           
 java.lang.String getName()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplifiedBundleInfo

public SimplifiedBundleInfo(java.lang.String name,
                            java.lang.String version)
Method Detail

getName

public java.lang.String getName()

getVersion

public java.lang.String getVersion()

compareTo

public int compareTo(SimplifiedBundleInfo other)
Specified by:
compareTo in interface java.lang.Comparable<SimplifiedBundleInfo>

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.