public class TDatabase
extends java.lang.Object
Constructor and Description |
---|
TDatabase(java.lang.String taminoUri,
java.lang.String databaseName)
Create a database object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Indicates whether some other object is "equal to" this one.
|
java.lang.String |
getName()
Return the database name.
|
java.lang.String |
getUri()
Return the database URI as a string.
|
int |
hashCode()
Returns a hash code value for the object.
|
java.lang.String |
toString()
Return the content of this object.
|
public TDatabase(java.lang.String taminoUri, java.lang.String databaseName) throws java.net.MalformedURLException
taminoUri
- URI of the tamino hostdatabaseName
- name of the databasejava.net.MalformedURLException
public java.lang.String getUri()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- the reference object with which to compare.public int hashCode()
hashCode
in class java.lang.Object
Copyright (c) 2017 Software AG. All Rights Reserved.