|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.channel.ChannelArch
public class ChannelArch
ChannelArch
| Constructor Summary | |
|---|---|
ChannelArch()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
ArchType |
getArchType()
|
java.util.Set |
getCompatiblePackageArches()
Returns the set of package architectures compatible with this channel architecture. |
java.util.Set |
getCompatibleServerArches()
Returns the set of server architectures compatible with this channel architecture. |
java.lang.Long |
getId()
|
java.lang.String |
getLabel()
|
java.lang.String |
getName()
|
int |
hashCode()
|
boolean |
isCompatible(PackageArch arch)
Returns true if the given package architecture is compatible with this channel architecture. |
boolean |
isCompatible(ServerArch arch)
Returns true if the given server architecture is compatible with this channel architecture. |
void |
setArchType(ArchType a)
|
void |
setId(java.lang.Long i)
|
void |
setLabel(java.lang.String l)
|
void |
setName(java.lang.String n)
|
java.lang.String |
toString()
|
| Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper |
|---|
getCreated, getModified, setCreated, setModified |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelArch()
| Method Detail |
|---|
public ArchType getArchType()
public void setArchType(ArchType a)
a - The archType to set.public java.lang.Long getId()
public void setId(java.lang.Long i)
i - The id to set.public java.lang.String getLabel()
public void setLabel(java.lang.String l)
l - The label to set.public java.lang.String getName()
public void setName(java.lang.String n)
n - The name to set.public java.util.Set getCompatibleServerArches()
public java.util.Set getCompatiblePackageArches()
public boolean isCompatible(ServerArch arch)
arch - Server architecture to be verified.
public boolean isCompatible(PackageArch arch)
arch - Package architecture to be verified.
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||