public class RepoGroupDetails extends Object
RepoSource| Constructor and Description |
|---|
RepoGroupDetails(String name,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
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() |
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 nullCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.