|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.data.platform.DatabasePlatformInfo
public final class DatabasePlatformInfo
Contains database platform information, specifically the name and major version of the database.
The name of the database platform should be considered as case insensitive.
Constructor Summary | |
---|---|
DatabasePlatformInfo(String name,
int majorVersion)
Creates database platform information. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
int |
getMajorVersion()
Gets the major version of the database. |
String |
getName()
Gets the name of the database. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DatabasePlatformInfo(String name, int majorVersion)
name
- the name of the database.majorVersion
- the major version of the database.Method Detail |
---|
public String getName()
public int getMajorVersion()
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |