org.jasig.portal.core
Interface IObjectId

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INodeId
All Known Implementing Classes:
NodeIdFactory.NodeIdImpl, ObjectIdFactory.ObjectIdImpl

public interface IObjectId
extends java.io.Serializable

An object identifier interface.

Version:
$Revision: 1.1 $
Author:
Michael Ivanov mvi@immagic.com

Method Summary
 int toInt()
           
 long toLong()
           
 java.lang.String toString()
           
 

Method Detail

toInt

int toInt()

toLong

long toLong()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object