|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.tickerlingua.HackystatProject
public class HackystatProject
Represents a Hackystat Project.
Constructor Summary | |
---|---|
HackystatProject(java.lang.String id,
java.lang.String name,
java.lang.String shortname,
HackystatService service,
HackystatUser owner,
HackystatUser authUser,
java.lang.String mailinglist)
Create a new Hackystat Project representation. |
Method Summary | |
---|---|
HackystatUser |
getHackystatAuthUser()
Get the HackystatUser that can access this project data. |
HackystatUser |
getHackystatOwner()
Get the HackystatUser that owns this project. |
HackystatService |
getHackystatService()
Get the Hackystat Service. |
java.lang.String |
getId()
Get the id. |
java.lang.String |
getMailingList()
Get the mailing list for this project. |
java.lang.String |
getName()
Get the name. |
java.lang.String |
getShortName()
Get the shortname. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HackystatProject(java.lang.String id, java.lang.String name, java.lang.String shortname, HackystatService service, HackystatUser owner, HackystatUser authUser, java.lang.String mailinglist)
id
- The id, which must be unique.name
- The name of this project.shortname
- A nickname.service
- The HackystatService for this Project.owner
- The owner of this project. We don't need a password for this user.authUser
- The authorized user for accessing this project. We need the password for them.mailinglist
- The mailing list for this project.Method Detail |
---|
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getShortName()
public HackystatService getHackystatService()
public HackystatUser getHackystatOwner()
public HackystatUser getHackystatAuthUser()
public java.lang.String getMailingList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |