org.jasig.portal.core
Class ObjectIdFactory.ObjectIdImpl
java.lang.Object
org.jasig.portal.core.ObjectIdFactory.ObjectIdImpl
- All Implemented Interfaces:
- Serializable, IObjectId
- Direct Known Subclasses:
- NodeIdFactory.NodeIdImpl
- Enclosing class:
- ObjectIdFactory
protected static class ObjectIdFactory.ObjectIdImpl
- extends Object
- implements IObjectId
- See Also:
- Serialized Form
id
protected String id
ObjectIdFactory.ObjectIdImpl
public ObjectIdFactory.ObjectIdImpl(String id)
ObjectIdFactory.ObjectIdImpl
public ObjectIdFactory.ObjectIdImpl(int id)
ObjectIdFactory.ObjectIdImpl
public ObjectIdFactory.ObjectIdImpl(long id)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Specified by:
toString in interface IObjectId- Overrides:
toString in class Object
toInt
public int toInt()
- Specified by:
toInt in interface IObjectId
toLong
public long toLong()
- Specified by:
toLong in interface IObjectId
Copyright © 2010 Jasig. All Rights Reserved.