org.rhq.core.domain.content.composite
Class PackageListItemComposite

java.lang.Object
  extended by org.rhq.core.domain.content.composite.PackageListItemComposite
All Implemented Interfaces:
Serializable

public class PackageListItemComposite
extends Object
implements Serializable

Contains information displayed for each package in the package list UI.

See Also:
Serialized Form

Constructor Summary
PackageListItemComposite(int id, String packageName, String packageTypeName, String version, String displayVersion, Long timestamp)
           
 
Method Summary
 String getDisplayVersion()
           
 int getId()
           
 String getPackageName()
           
 String getPackageTypeName()
           
 Long getTimestamp()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageListItemComposite

public PackageListItemComposite(int id,
                                String packageName,
                                String packageTypeName,
                                String version,
                                String displayVersion,
                                Long timestamp)
Method Detail

getId

public int getId()

getPackageName

public String getPackageName()

getPackageTypeName

public String getPackageTypeName()

getVersion

public String getVersion()

getDisplayVersion

public String getDisplayVersion()

getTimestamp

public Long getTimestamp()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.