org.rhq.core.domain.content
Class RepoGroupType
java.lang.Object
org.rhq.core.domain.content.RepoGroupType
- All Implemented Interfaces:
- Serializable
public class RepoGroupType
- extends Object
- implements Serializable
Defines a type of (@link RepoGroup) e.g. Channel families in RHN map to a type of
(@link RepoGroup).
- See Also:
- Serialized Form
QUERY_FIND_BY_NAME
public static final String QUERY_FIND_BY_NAME
- See Also:
- Constant Field Values
RepoGroupType
public RepoGroupType()
RepoGroupType
public RepoGroupType(String name)
getId
public int getId()
setId
public void setId(int id)
getName
public String getName()
- Programmatic name of the repo group type.
setName
public void setName(String name)
getDescription
public String getDescription()
- Free text description of this repo group type.
setDescription
public void setDescription(String description)
getRepoGroups
public Set<RepoGroup> getRepoGroups()
- Repo groups of this type.
addRepoGroup
public void addRepoGroup(RepoGroup repoGroup)
setRepoGroups
public void setRepoGroups(Set<RepoGroup> repoGroups)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.