|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.info.BasicItemInfo
net.sf.basedb.info.OwnedItemInfo
net.sf.basedb.info.ProjectInfo
public class ProjectInfo
Holds information about a project in BASE It can only keep simple objects that can be handled by Web Services.
Project,
Serialized Form| Field Summary | |
|---|---|
private String |
description
|
private String |
name
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
ProjectInfo()
Creates a new empty info object |
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description of the info object |
String |
getName()
Get the name of the info object |
void |
setDescription(String description)
Sets the description of an info object. |
void |
setName(String name)
Set the info object's name |
| Methods inherited from class net.sf.basedb.info.OwnedItemInfo |
|---|
getOwnerId, setOwnerId |
| Methods inherited from class net.sf.basedb.info.BasicItemInfo |
|---|
getId, getVersion, setId, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private String description
private String name
| Constructor Detail |
|---|
public ProjectInfo()
| Method Detail |
|---|
public String getDescription()
NameableInfo
getDescription in interface NameableInfopublic String getName()
NameableInfo
getName in interface NameableInfopublic void setDescription(String description)
NameableInfo
setDescription in interface NameableInfodescription - The description to set.public void setName(String name)
NameableInfo
setName in interface NameableInfoname - The name to set.
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||