Package tod.core.database.structure

Examples of tod.core.database.structure.ObjectId


        if (!loaded) {
            load();
        }
       
        if (this.todObject instanceof ObjectId) {
            ObjectId oid = (ObjectId)this.todObject;
           
            return oid.getId();
        }
       
        return -1;
    }
View Full Code Here


        if (!loaded) {
            load();
        }
       
        if (this.todObject instanceof ObjectId) {
            ObjectId oid = (ObjectId)this.todObject;
           
            return oid.getId();
        }
       
        return -1;
    }
View Full Code Here

TOP

Related Classes of tod.core.database.structure.ObjectId

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.