2.17.2: 2011-06-17

net.sf.basedb.info
Class ProjectInfo

java.lang.Object
  extended by net.sf.basedb.info.BasicItemInfo
      extended by net.sf.basedb.info.OwnedItemInfo
          extended by net.sf.basedb.info.ProjectInfo
All Implemented Interfaces:
Serializable, NameableInfo, Transferable

public class ProjectInfo
extends OwnedItemInfo
implements Serializable, NameableInfo

Holds information about a project in BASE It can only keep simple objects that can be handled by Web Services.

Version:
2.5
Author:
Martin
See Also:
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

description

private String description

name

private String name
Constructor Detail

ProjectInfo

public ProjectInfo()
Creates a new empty info object

Method Detail

getDescription

public String getDescription()
Description copied from interface: NameableInfo
Gets the description of the info object

Specified by:
getDescription in interface NameableInfo
Returns:
description A String.

getName

public String getName()
Description copied from interface: NameableInfo
Get the name of the info object

Specified by:
getName in interface NameableInfo
Returns:
name A String

setDescription

public void setDescription(String description)
Description copied from interface: NameableInfo
Sets the description of an info object.

Specified by:
setDescription in interface NameableInfo
Parameters:
description - The description to set.

setName

public void setName(String name)
Description copied from interface: NameableInfo
Set the info object's name

Specified by:
setName in interface NameableInfo
Parameters:
name - The name to set.

2.17.2: 2011-06-17