SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.schema.config
Class DataConnectionID

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.schema.config.DataConnectionID

public class DataConnectionID
extends java.lang.Object

The Class DataConnectionID.


Nested Class Summary
static class DataConnectionID.DataConnectionType
          The Enum DataConnectionType.
 
Constructor Summary
DataConnectionID()
           
 
Method Summary
 java.lang.String getId()
          Gets id property.
 DataConnectionID.DataConnectionType getType()
          Gets the type.
 void setId(java.lang.String id)
          Sets the id property.
 void setType(DataConnectionID.DataConnectionType type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataConnectionID

public DataConnectionID()
Method Detail

getId

public java.lang.String getId()
Gets id property.

Returns:
the id

setId

public void setId(java.lang.String id)
Sets the id property.

Parameters:
id - the new id

getType

public DataConnectionID.DataConnectionType getType()
Gets the type.

Returns:
the type

setType

public void setType(DataConnectionID.DataConnectionType type)
Sets the type.

Parameters:
type - the new type

SMILA 1.0 API documentation