|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugin.pc.content.RepoGroupDetails
public class RepoGroupDetails
Represents a repo group being introduced by a repo source.
RepoSource| Constructor Summary | |
|---|---|
RepoGroupDetails(String name,
String typeName)
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of what this type represents. |
String |
getName()
Returns the name of the group. |
String |
getTypeName()
Returns the name of the type of group this instance represents. |
void |
setDescription(String description)
Sets the description the group type should display to users. |
void |
setName(String name)
Sets the name of the group being represented. |
void |
setTypeName(String typeName)
Sets the name of the group type this repo belongs to. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepoGroupDetails(String name,
String typeName)
| Method Detail |
|---|
public String getName()
nullpublic void setName(String name)
name - cannot be nullpublic String getTypeName()
nullpublic void setTypeName(String typeName)
typeName - cannot be nullpublic String getDescription()
nullpublic void setDescription(String description)
description - may be nullpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||