public class OrgTrust extends BaseDto
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Long | getId()Returns id to be stored in RhnSet. | 
| int | getNumTrusted()Get the number or orgs trusted by this org. | 
| Org | getOrg()Get the org. | 
| java.lang.String | getOrgName()gets the org name of the trust | 
| java.util.List<java.lang.Long> | getSubscribed()Get the number of subscribed servers that have been
 enabled by this trust. | 
| void | setSubscribed(java.util.List<java.lang.Long> subscribedIn)Set the number of subscribed servers that have been
 enabled by this trust. | 
addToSet, getSelectionKey, toStringisDisabled, isSelectable, isSelected, setDisabled, setSelectedpublic OrgTrust(Org orgIn)
orgIn - An org.public java.lang.Long getId()
getId in interface IdentifiablegetId in class BaseDtopublic Org getOrg()
public int getNumTrusted()
public java.util.List<java.lang.Long> getSubscribed()
public void setSubscribed(java.util.List<java.lang.Long> subscribedIn)
subscribedIn - The number of subscribed servers.public java.lang.String getOrgName()