org.rhq.enterprise.server.plugin.pc.content
Class RepoGroupDetails

java.lang.Object
  extended by org.rhq.enterprise.server.plugin.pc.content.RepoGroupDetails

public class RepoGroupDetails
extends java.lang.Object

Represents a repo group being introduced by a repo source.

Author:
Jason Dobies
See Also:
RepoSource

Constructor Summary
RepoGroupDetails(java.lang.String name, java.lang.String typeName)
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of what this type represents.
 java.lang.String getName()
          Returns the name of the group.
 java.lang.String getTypeName()
          Returns the name of the type of group this instance represents.
 void setDescription(java.lang.String description)
          Sets the description the group type should display to users.
 void setName(java.lang.String name)
          Sets the name of the group being represented.
 void setTypeName(java.lang.String typeName)
          Sets the name of the group type this repo belongs to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoGroupDetails

public RepoGroupDetails(java.lang.String name,
                        java.lang.String typeName)
Method Detail

getName

public java.lang.String getName()
Returns the name of the group.

Returns:
will not be null

setName

public void setName(java.lang.String name)
Sets the name of the group being represented.

Parameters:
name - cannot be null

getTypeName

public java.lang.String getTypeName()
Returns the name of the type of group this instance represents.

Returns:
will not be null

setTypeName

public void setTypeName(java.lang.String typeName)
Sets the name of the group type this repo belongs to.

Parameters:
typeName - cannot be null

getDescription

public java.lang.String getDescription()
Returns the description of what this type represents.

Returns:
may be null

setDescription

public void setDescription(java.lang.String description)
Sets the description the group type should display to users.

Parameters:
description - may be null


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