public class Profile extends BaseDomainHelper implements Identifiable
| Constructor and Description |
|---|
Profile()
Default constructor
|
Profile(ProfileType type)
Constructs a Profile of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
Channel |
getBaseChannel() |
java.lang.String |
getDescription() |
java.lang.Long |
getId()
Get the database id of this Object.
|
java.lang.String |
getInfo() |
java.lang.String |
getName() |
Org |
getOrg() |
java.util.Set |
getPackageEntries() |
ProfileType |
getProfileType() |
int |
hashCode() |
void |
setBaseChannel(Channel b) |
void |
setDescription(java.lang.String d) |
void |
setId(java.lang.Long i) |
void |
setInfo(java.lang.String i) |
void |
setName(java.lang.String n) |
void |
setOrg(Org o) |
void |
setPackageEntries(java.util.Set packageEntriesIn) |
void |
setProfileType(ProfileType p) |
java.lang.String |
toString() |
getCreated, getModified, setCreated, setModifiedpublic Profile()
public Profile(ProfileType type)
type - Type of profile desired.public Channel getBaseChannel()
public void setBaseChannel(Channel b)
b - The baseChannel to set.public java.lang.String getDescription()
public void setDescription(java.lang.String d)
d - The description to set.public java.lang.Long getId()
IdentifiablegetId in interface Identifiablepublic void setId(java.lang.Long i)
i - The id to set.public java.lang.String getInfo()
public void setInfo(java.lang.String i)
i - The info to set.public java.lang.String getName()
public void setName(java.lang.String n)
n - The name to set.public Org getOrg()
public void setOrg(Org o)
o - The org to set.public ProfileType getProfileType()
public void setProfileType(ProfileType p)
p - The profileType to set.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 BaseDomainHelperpublic java.util.Set getPackageEntries()
public void setPackageEntries(java.util.Set packageEntriesIn)
packageEntriesIn - The packageEntries to set.