|
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.util.extensions.AboutBean
public class AboutBean
An implementation of the About
interface, which
complements all getter methods with setter methods.
Field Summary | |
---|---|
private String |
contact
|
private String |
copyright
|
private String |
description
|
private String |
email
|
private String |
name
|
private String |
url
|
private String |
version
|
Fields inherited from interface net.sf.basedb.core.plugin.About |
---|
MAX_INFORMATION_LENGTH |
Constructor Summary | |
---|---|
AboutBean()
Create a new empty about instance. |
Method Summary | |
---|---|
void |
copy(About from,
boolean overwrite)
Copy information from antoher About object
to this one. |
String |
getContact()
Contact information to get more information about the plugin. |
String |
getCopyright()
A copyright notice. |
String |
getDescription()
A description of the plugin and what it does. |
String |
getEmail()
An email adress to get more information about the plugin. |
String |
getName()
The name of the plugin. |
String |
getUrl()
An URL to get more information about the plugin. |
String |
getVersion()
The version of the plugin software. |
void |
setContact(String contact)
|
void |
setCopyright(String copyright)
|
void |
setDescription(String description)
|
void |
setEmail(String email)
|
void |
setName(String name)
|
void |
setUrl(String url)
|
void |
setVersion(String version)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String name
private String description
private String version
private String copyright
private String contact
private String email
private String url
Constructor Detail |
---|
public AboutBean()
Method Detail |
---|
public String getContact()
About
getContact
in interface About
public void setContact(String contact)
public String getCopyright()
About
getCopyright
in interface About
public void setCopyright(String copyright)
public String getDescription()
About
getDescription
in interface About
public void setDescription(String description)
public String getEmail()
About
getEmail
in interface About
public void setEmail(String email)
public String getName()
About
getName
in interface About
public void setName(String name)
public String getUrl()
About
getUrl
in interface About
public void setUrl(String url)
public String getVersion()
About
getVersion
in interface About
public void setVersion(String version)
public void copy(About from, boolean overwrite)
About
object
to this one.
from
- The object to copy fromoverwrite
- TRUE copy all values, FALSE
to only copy if the existing value is null
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |