|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.AppVersion
public class AppVersion
The AppVersion class provides a means of describing (indicating)
the properties of an object to be loaded/persisted by the persistence framework.
By specifying the attributes and providing the constructed AppVersion
to the persistence framework, the caller can modify the properties
of the loader/persister instance returned (or cause a completely different
instance to be returned) in response to a call for a loader/persister from the
persistence framework (BbPersistenceManager instance).
BbPersistenceManager| Field Summary | |
|---|---|
static java.lang.String |
BB5_APP_NAME
|
static java.lang.String |
MYSQL_DB_TYPE
|
static java.lang.String |
ORACLE_DB_TYPE
|
static java.lang.String |
SQLSERVER_DB_TYPE
|
| Constructor Summary | |
|---|---|
AppVersion(java.lang.String appName,
java.lang.String type,
java.lang.String versionNum)
Creates an AppVersion instance with the specified attributes. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAppName()
Returns the application name of the AppVersion. |
java.lang.String |
getType()
Returns the type value of the AppVersion. |
java.lang.String |
getVersionNum()
Returns the version number of the AppVersion. |
java.lang.String |
toString()
Converts this AppVersion into its String representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BB5_APP_NAME
public static final java.lang.String ORACLE_DB_TYPE
public static final java.lang.String SQLSERVER_DB_TYPE
public static final java.lang.String MYSQL_DB_TYPE
| Constructor Detail |
|---|
public AppVersion(java.lang.String appName,
java.lang.String type,
java.lang.String versionNum)
AppVersion instance with the specified attributes.
appName - a String with the application name to usetype - a String with the type value to useversionNum - a String with the version number to use| Method Detail |
|---|
public java.lang.String getAppName()
AppVersion.
Stringpublic java.lang.String getType()
AppVersion.
Stringpublic java.lang.String getVersionNum()
AppVersion.
Stringpublic java.lang.String toString()
AppVersion into its String representation.
toString in class java.lang.ObjectString representation of this app version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||