|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.luntsys.luntbuild.remoting.ProjectFacade
Facade of a luntbuild project, this is mainly used by web service client to operate project specific properties
| Constructor Summary | |
ProjectFacade()
|
|
| Method Summary | |
java.lang.String |
getDescription()
Get description of this project |
long |
getId()
Get id of this project |
java.lang.String |
getName()
Get name of this project |
VcsFacade |
getVcs()
Get project level vcs object of this project |
void |
setDescription(java.lang.String description)
Set description of this project |
void |
setId(long id)
Set id of this project |
void |
setName(java.lang.String name)
Set name of this project |
void |
setVcs(VcsFacade vcs)
Set project level vcs object of this project |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProjectFacade()
| Method Detail |
public java.lang.String getName()
public long getId()
public void setId(long id)
id - public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public VcsFacade getVcs()
public void setVcs(VcsFacade vcs)
vcs -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||