|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.bu
Class BuInformationsSoftware

java.lang.Objectcom.memoire.bu.BuInformationsSoftware
- public class BuInformationsSoftware
- extends java.lang.Object
Basic informations for a software.
| Constructor Summary | |
BuInformationsSoftware()
|
|
| Method Summary | |
java.lang.String |
about()
|
java.lang.String |
baseManUrl()
|
java.lang.String |
license()
|
java.lang.String |
toString()
Convert this Object to a human-readable String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
name
public java.lang.String name
version
public java.lang.String version
date
public java.lang.String date
rights
public java.lang.String rights
contact
public java.lang.String contact
license
public java.lang.String license
languages
public java.lang.String languages
logo
public BuIcon logo
banner
public BuIcon banner
ftp
public java.lang.String ftp
http
public java.lang.String http
man
public java.lang.String man
update
public java.lang.String update
citation
public java.lang.String citation
authors
public java.lang.String[] authors
specifiers
public java.lang.String[] specifiers
contributors
public java.lang.String[] contributors
documentors
public java.lang.String[] documentors
translators
public java.lang.String[] translators
testers
public java.lang.String[] testers
libraries
public java.lang.String[] libraries
thanks
public java.lang.String[] thanks
| Constructor Detail |
BuInformationsSoftware
public BuInformationsSoftware()
| Method Detail |
about
public java.lang.String about()
license
public java.lang.String license()
baseManUrl
public java.lang.String baseManUrl()
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.memoire.bu.BuInformationsSoftware