org.jasig.portal.core
Interface IObjectId

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

public interface IObjectId
extends Serializable

An object identifier interface.

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

Method Summary
 int toInt()
           
 long toLong()
           
 String toString()
           
 

Method Detail

toInt

int toInt()

toLong

long toLong()

toString

String toString()
Overrides:
toString in class Object


Copyright © 2010 Jasig. All Rights Reserved.