org.sakaiproject.tool.assessment.osid.shared.impl
Class IdImpl

java.lang.Object
  extended by org.sakaiproject.tool.assessment.osid.shared.impl.IdImpl
All Implemented Interfaces:
Serializable, org.osid.shared.Id

public class IdImpl
extends Object
implements org.osid.shared.Id

See Also:
Serialized Form

Constructor Summary
IdImpl(long internalId)
           
IdImpl(Long internalId)
           
IdImpl(String id)
           
 
Method Summary
 String getIdString()
           
 boolean isEqual(org.osid.shared.Id pId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdImpl

public IdImpl(String id)

IdImpl

public IdImpl(Long internalId)

IdImpl

public IdImpl(long internalId)
Method Detail

getIdString

public String getIdString()
                   throws org.osid.shared.SharedException
Specified by:
getIdString in interface org.osid.shared.Id
Throws:
org.osid.shared.SharedException

isEqual

public boolean isEqual(org.osid.shared.Id pId)
                throws org.osid.shared.SharedException
Specified by:
isEqual in interface org.osid.shared.Id
Throws:
org.osid.shared.SharedException


Copyright © 2005-2012 Sakai Project. All Rights Reserved.