|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.connectivity.ConnectivityId
public class ConnectivityId
Identifier for objects in the connectivity area. Holds the source id and an object id.
Constructor Summary | |
---|---|
ConnectivityId(ConnectivityId parentId,
java.lang.String newObjectId)
Creates a new ID for an object in a container with id parentId. |
|
ConnectivityId(java.lang.String dataSourceId,
java.lang.String objectId)
Creaters a new ConnectivityId. |
|
ConnectivityId(java.lang.String dataSourceId,
java.lang.String objectId,
ConnectivityId containerId)
Creaters a new ConnectivityId. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
ConnectivityId |
getContainerId()
|
java.lang.String |
getDataSourceId()
|
java.lang.String |
getIdHash()
|
java.lang.String |
getObjectId()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConnectivityId(java.lang.String dataSourceId, java.lang.String objectId)
dataSourceId
- The (unique) id of the dataSource containing the object.objectId
- the id of the object. Must be unique within the dataSource.public ConnectivityId(java.lang.String dataSourceId, java.lang.String objectId, ConnectivityId containerId)
dataSourceId
- The (unique) id of the dataSource containing the object.objectId
- the id of the object. Must be unique within the dataSource.containerId
- the id of the container (e.g. zip file, etc.)public ConnectivityId(ConnectivityId parentId, java.lang.String newObjectId)
parentId
- the id of the containernewObjectId
- the id of the new object within the container.Method Detail |
---|
public java.lang.String getDataSourceId()
public java.lang.String getObjectId()
public ConnectivityId getContainerId()
public java.lang.String getIdHash()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |