Package org.apache.jetspeed.util

Examples of org.apache.jetspeed.util.JetspeedObjectID


    /**
     * @see org.apache.pluto.om.servlet.WebApplicationDefinition#getId()
     */
    public ObjectID getId()
    {
        return new JetspeedObjectID((int)id);
    }
View Full Code Here


    /**
     *
     */
    public ObjectID getId()
    {
        return new JetspeedObjectID(id);
    }
View Full Code Here

TOP

Related Classes of org.apache.jetspeed.util.JetspeedObjectID

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.