org.jafer.osid.provider
Class Id

java.lang.Object
  extended by org.jafer.osid.provider.Id
All Implemented Interfaces:
java.io.Serializable, org.osid.shared.Id

public class Id
extends java.lang.Object
implements org.osid.shared.Id

See Also:
Serialized Form

Field Summary
private  java.lang.String idString
           
 
Constructor Summary
protected Id()
           
protected Id(java.lang.String idString)
           
 
Method Summary
 java.lang.String getIdString()
           
 boolean isEqual(org.osid.shared.Id id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idString

private java.lang.String idString
Constructor Detail

Id

protected Id()

Id

protected Id(java.lang.String idString)
      throws org.osid.id.IdException
Throws:
org.osid.id.IdException
Method Detail

getIdString

public java.lang.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 id)
                throws org.osid.shared.SharedException
Specified by:
isEqual in interface org.osid.shared.Id
Throws:
org.osid.shared.SharedException