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)
           
PackageListItemComposite(int id, String packageName, String packageTypeName, String version, Long timestamp)
           
 
Method Summary
 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)

PackageListItemComposite

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

getId

public int getId()

getPackageName

public String getPackageName()

getPackageTypeName

public String getPackageTypeName()

getVersion

public String getVersion()

getTimestamp

public Long getTimestamp()


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.