org.rhq.enterprise.server.plugins.rhnhosted.certificate
Class ChannelFamilyDescriptor

java.lang.Object
  extended by org.rhq.enterprise.server.plugins.rhnhosted.certificate.ChannelFamilyDescriptor
All Implemented Interfaces:
Comparable

public class ChannelFamilyDescriptor
extends Object
implements Comparable

The entitlements for a channel family, consisting of the family name and a quantity.


Method Summary
 int compareTo(Object obj)
          
 String getFamily()
          Return the name of this channel family
 String getQuantity()
          Return the quantity for this family
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFamily

public String getFamily()
Return the name of this channel family

Returns:
the name of this channel family

getQuantity

public String getQuantity()
Return the quantity for this family

Returns:
the quantity for this family

compareTo

public int compareTo(Object obj)

Specified by:
compareTo in interface Comparable


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