org.rhq.core.domain.content.composite
Class PackageListItemComposite
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackageListItemComposite
public PackageListItemComposite(int id,
String packageName,
String packageTypeName,
String version)
PackageListItemComposite
public PackageListItemComposite(int id,
String packageName,
String packageTypeName,
String version,
Long timestamp)
getId
public int getId()
getPackageName
public String getPackageName()
getPackageTypeName
public String getPackageTypeName()
getVersion
public String getVersion()
getTimestamp
public Long getTimestamp()
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.