|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.shared.CmsProjectBean
public class CmsProjectBean
A project bean.
| Constructor Summary | |
|---|---|
protected |
CmsProjectBean()
For serialization. |
|
CmsProjectBean(CmsUUID id,
int type,
java.lang.String name,
java.lang.String description)
Creates a new project bean. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the project description. |
CmsUUID |
getId()
Returns the id. |
java.lang.String |
getName()
Returns the name. |
int |
getType()
Returns the project type. |
boolean |
isWorkflowProject()
Returns if the project is of the type workflow project. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsProjectBean(CmsUUID id,
int type,
java.lang.String name,
java.lang.String description)
id - the project idtype - the project typename - the project namedescription - the project descriptionprotected CmsProjectBean()
| Method Detail |
|---|
public java.lang.String getDescription()
public CmsUUID getId()
public java.lang.String getName()
public int getType()
public boolean isWorkflowProject()
true if the project is of the type workflow project
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||