public class FwkPresentation extends Fwk implements FwkPresentationInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
| Constructor and Description |
|---|
FwkPresentation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPresentationString()
Retrieves the representation string.
|
java.lang.String |
getPresentationString(java.util.Locale l)
Retrieves the representation string.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
getNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreleasepublic static final java.lang.String version
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class Fwkpublic java.lang.String getPresentationString(java.util.Locale l)
getPresentationString in interface FwkPresentationInterfacel - The Locale object or null.public java.lang.String getPresentationString()
getPresentationString in interface FwkPresentationInterface