org.rhq.core.domain.content.transfer
Class SubscribedRepo

java.lang.Object
  extended by org.rhq.core.domain.content.transfer.SubscribedRepo
All Implemented Interfaces:
Serializable

public class SubscribedRepo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SubscribedRepo()
           
SubscribedRepo(int id, String name)
           
 
Method Summary
 int getId()
           
 String getName()
           
 void setId(int id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscribedRepo

public SubscribedRepo()

SubscribedRepo

public SubscribedRepo(int id,
                      String name)
Method Detail

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.