org.rhq.core.domain.content.transfer
Class SubscribedRepo
java.lang.Object
org.rhq.core.domain.content.transfer.SubscribedRepo
- All Implemented Interfaces:
- Serializable
public class SubscribedRepo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscribedRepo
public SubscribedRepo()
SubscribedRepo
public SubscribedRepo(int id,
String name)
getId
public int getId()
- Returns:
- the repo id
setId
public void setId(int id)
- Parameters:
id
- the repo id to set
getName
public String getName()
- Returns:
- the repo name
setName
public void setName(String name)
- Parameters:
repoName
- the repo name to set
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.