/** * Schema克隆 * * @return Object * @throws CloneNotSupportedException */ public Object clone() throws CloneNotSupportedException { LEPRiskDutySchema cloned = (LEPRiskDutySchema) super.clone(); cloned.mErrors = (CErrors) mErrors.clone(); return cloned; }
/** * Schema克隆 * * @return Object * @throws CloneNotSupportedException */ public Object clone() throws CloneNotSupportedException { LECRecommendationSchema cloned = (LECRecommendationSchema) super.clone(); cloned.mErrors = (CErrors) mErrors.clone(); return cloned; }
/** * Schema克隆 * * @return Object * @throws CloneNotSupportedException */ public Object clone() throws CloneNotSupportedException { SearchRecordSchema cloned = (SearchRecordSchema) super.clone(); cloned.fDate = (FDate) fDate.clone(); cloned.mErrors = (CErrors) mErrors.clone(); return cloned; }