Class Id
- java.lang.Object
-
- edu.indiana.lib.osid.component.id.Id
-
- All Implemented Interfaces:
Serializable,org.osid.shared.Id
public class Id extends Object implements org.osid.shared.Id
- See Also:
- Serialized Form
-
-
Constructor Detail
-
Id
protected Id() throws org.osid.shared.SharedException- Throws:
org.osid.shared.SharedException
-
Id
protected Id(String idString) throws org.osid.shared.SharedException
- Throws:
org.osid.shared.SharedException
-
-
Method Detail
-
getIdString
public String getIdString() throws org.osid.shared.SharedException
- Specified by:
getIdStringin interfaceorg.osid.shared.Id- Throws:
org.osid.shared.SharedException
-
isEqual
public boolean isEqual(org.osid.shared.Id id) throws org.osid.shared.SharedException- Specified by:
isEqualin interfaceorg.osid.shared.Id- Throws:
org.osid.shared.SharedException
-
-