public class PackageKey extends BaseDomainHelper implements java.lang.Comparable<PackageKey>
| Constructor and Description |
|---|
PackageKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PackageKey o) |
boolean |
equals(java.lang.Object archIn) |
java.lang.Long |
getId() |
java.lang.String |
getKey() |
PackageProvider |
getProvider()
gets the provider associated with the gpg key
|
PackageKeyType |
getType() |
int |
hashCode() |
void |
setId(java.lang.Long i) |
void |
setKey(java.lang.String n) |
void |
setProvider(PackageProvider providerIn)
sets the provider
|
void |
setType(PackageKeyType typeIn) |
getCreated, getModified, setCreated, setModified, toStringpublic PackageKeyType getType()
public void setType(PackageKeyType typeIn)
typeIn - The type to set.public java.lang.Long getId()
public void setId(java.lang.Long i)
i - The id to set.public java.lang.String getKey()
public void setKey(java.lang.String n)
n - The name to set.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object archIn)
equals in class java.lang.Objectpublic int compareTo(PackageKey o)
compareTo in interface java.lang.Comparable<PackageKey>public PackageProvider getProvider()
public void setProvider(PackageProvider providerIn)
providerIn - the provider