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;
}