|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.accessor.TAccessLocation
public class TAccessLocation
TAccessorLocation serves as a property class for a TAccessor instance providing access location information. Any accessor needs at least the access location information, which currently consists of the Tamino collection name.
Constructor Summary | |
---|---|
protected |
TAccessLocation(java.lang.String collection)
Initializes the access location with the Tamino collection name. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a cloned instance. |
java.lang.String |
getCollection()
Gets the Tamino collection name. |
static TAccessLocation |
newInstance(java.lang.String collection)
Factory method for the instantiation of a TAccessLocation instance with the given Tamino collection name. |
void |
setCollection(java.lang.String collection)
Sets the Tamino collection name. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TAccessLocation(java.lang.String collection)
collection
- the Tamino collection name.Method Detail |
---|
public static TAccessLocation newInstance(java.lang.String collection)
collection
- the Tamino collection name.
public void setCollection(java.lang.String collection)
collection
- the Tamino collection name.public java.lang.String getCollection()
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |