org.qriterium.dogma.resourcebase.data
Class Connection

java.lang.Object
  extended by org.qriterium.dogma.resourcebase.data.Connection
All Implemented Interfaces:
java.io.Serializable, iConnection

public class Connection
extends java.lang.Object
implements iConnection, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Connection()
           
 
Method Summary
 java.lang.String getFromcanoname()
           
 java.lang.String getFromtype()
           
 java.lang.String getKey()
           
 java.lang.String getTocanoname()
           
 java.lang.String getTotype()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface iConnection

getFromcanoname

public java.lang.String getFromcanoname()
Specified by:
getFromcanoname in interface iConnection

getTocanoname

public java.lang.String getTocanoname()
Specified by:
getTocanoname in interface iConnection

getFromtype

public java.lang.String getFromtype()
Specified by:
getFromtype in interface iConnection

getTotype

public java.lang.String getTotype()
Specified by:
getTotype in interface iConnection