org.apache.chemistry.opencmis.client.runtime
Class ObjectIdImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.runtime.ObjectIdImpl
All Implemented Interfaces:
Serializable, ObjectId

public class ObjectIdImpl
extends Object
implements ObjectId, Serializable

Implementation of ObjectId.

See Also:
Serialized Form

Constructor Summary
ObjectIdImpl(String id)
          Constructor.
 
Method Summary
 String getId()
          Returns the id.
 void setId(String id)
          Sets the id.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectIdImpl

public ObjectIdImpl(String id)
Constructor.

Method Detail

getId

public String getId()
Description copied from interface: ObjectId
Returns the id.

Specified by:
getId in interface ObjectId

setId

public void setId(String id)
Sets the id.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.