public class FwkPresentation extends Fwk implements FwkPresentationInterface
,
Serialized FormModifier 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, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
release
public static final java.lang.String version
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class Fwk
public java.lang.String getPresentationString(java.util.Locale l)
getPresentationString
in interface FwkPresentationInterface
l
- The Locale object or null.public java.lang.String getPresentationString()
getPresentationString
in interface FwkPresentationInterface