|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 FormField 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 NameableInfo
public String getName()
NameableInfo
getName
in interface NameableInfo
public void setDescription(String description)
NameableInfo
setDescription
in interface NameableInfo
description
- The description to set.public void setName(String name)
NameableInfo
setName
in interface NameableInfo
name
- The name to set.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |