org.eclipse.ecf.core.sharedobject
Class SharedObjectDescription
java.lang.Object
org.eclipse.ecf.core.sharedobject.SharedObjectDescription
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ReplicaSharedObjectDescription
public class SharedObjectDescription
- extends java.lang.Object
- implements java.io.Serializable
Description of a local ISharedObject instance.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
typeDescription
protected SharedObjectTypeDescription typeDescription
id
protected ID id
properties
protected java.util.Map properties
SharedObjectDescription
public SharedObjectDescription(SharedObjectTypeDescription typeDescription,
ID id,
java.util.Map properties)
- Since:
- 2.3
SharedObjectDescription
public SharedObjectDescription(SharedObjectTypeDescription typeDescription,
ID id)
- Since:
- 2.3
SharedObjectDescription
public SharedObjectDescription(java.lang.String typeName,
ID id)
- Since:
- 2.3
SharedObjectDescription
public SharedObjectDescription(java.lang.String typeName,
ID id,
java.util.Map properties)
SharedObjectDescription
public SharedObjectDescription(java.lang.Class clazz,
ID id,
java.util.Map properties)
getTypeDescription
public SharedObjectTypeDescription getTypeDescription()
getID
public ID getID()
getProperties
public java.util.Map getProperties()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object