Package com.cordys.cpc.bsf.classinfo

Examples of com.cordys.cpc.bsf.classinfo.RelationInfo_FK


                ai.addConstraintHandler(v);
                s_classInfo.addAttributeInfo(ai);
            }
            {
                // relation CALLSOLUTIONSObjects (FK:SOLUTIONS[SOLUTIONID]:CALLSOLUTIONS[SOLUTIONID])
                RelationInfo_FK ri = new RelationInfo_FK(REL_CALLSOLUTIONSObjects);
                ri.setName("CALLSOLUTIONSObjects");
                ri.setLocalAttributes(new String[]{"SOLUTIONID"});
                ri.setLocalIsPK(true);
                ri.setRelatedClass(com.cordys.demo.servicedesk.dao.CALLSOLUTIONS.class);
                ri.setRelatedAttributes(new String[]{"SOLUTIONID"});
                ri.setRelatedIdentifier("FK:CALLSOLUTIONS[SOLUTIONID]:SOLUTIONS[SOLUTIONID]");
                ri.setLoadMethod("loadCALLSOLUTIONSObjects");
                s_classInfo.addRelationInfo(ri);
            }
        }
        return s_classInfo;
    }
View Full Code Here


                ai.addConstraintHandler(v);
                s_classInfo.addAttributeInfo(ai);
            }
            {
                // relation CALLSOLUTIONSObjects (FK:CALLS[CALLID]:CALLSOLUTIONS[CALLID])
                RelationInfo_FK ri = new RelationInfo_FK(REL_CALLSOLUTIONSObjects);
                ri.setName("CALLSOLUTIONSObjects");
                ri.setLocalAttributes(new String[]{"CALLID"});
                ri.setLocalIsPK(true);
                ri.setRelatedClass(com.cordys.demo.servicedesk.dao.CALLSOLUTIONS.class);
                ri.setRelatedAttributes(new String[]{"CALLID"});
                ri.setRelatedIdentifier("FK:CALLSOLUTIONS[CALLID]:CALLS[CALLID]");
                ri.setLoadMethod("loadCALLSOLUTIONSObjects");
                s_classInfo.addRelationInfo(ri);
            }
        }
        return s_classInfo;
    }
View Full Code Here

                ai.setAttributeClass(java.util.Date.class);
                s_classInfo.addAttributeInfo(ai);
            }
            {
                // relation CALLIDObject (FK:CALLSOLUTIONS[CALLID]:CALLS[CALLID])
                RelationInfo_FK ri = new RelationInfo_FK(REL_CALLIDObject);
                ri.setName("CALLIDObject");
                ri.setLocalAttributes(new String[]{"CALLID"});
                ri.setLocalIsPK(false);
                ri.setRelatedClass(com.cordys.demo.servicedesk.dao.CALLS.class);
                ri.setRelatedAttributes(new String[]{"CALLID"});
                ri.setRelatedIdentifier("FK:CALLS[CALLID]:CALLSOLUTIONS[CALLID]");
                ri.setLoadMethod("loadCALLIDObject");
                s_classInfo.addRelationInfo(ri);
            }
            {
                // relation SOLUTIONIDObject (FK:CALLSOLUTIONS[SOLUTIONID]:SOLUTIONS[SOLUTIONID])
                RelationInfo_FK ri = new RelationInfo_FK(REL_SOLUTIONIDObject);
                ri.setName("SOLUTIONIDObject");
                ri.setLocalAttributes(new String[]{"SOLUTIONID"});
                ri.setLocalIsPK(false);
                ri.setRelatedClass(com.cordys.demo.servicedesk.dao.SOLUTIONS.class);
                ri.setRelatedAttributes(new String[]{"SOLUTIONID"});
                ri.setRelatedIdentifier("FK:SOLUTIONS[SOLUTIONID]:CALLSOLUTIONS[SOLUTIONID]");
                ri.setLoadMethod("loadSOLUTIONIDObject");
                s_classInfo.addRelationInfo(ri);
            }
        }
        return s_classInfo;
    }
View Full Code Here

TOP

Related Classes of com.cordys.cpc.bsf.classinfo.RelationInfo_FK

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.