Package com.dream.domain.resume

Examples of com.dream.domain.resume.BasicInfo


                portrait = new Portrait(this.portrait.getOriginalFilename(), this.portrait.getContentType(), this.portrait.getBytes());
            }
        } catch (IOException e) {
            e.printStackTrace();
        }
        return new BasicInfo(name, birthday, this.phone, this.email, this.qq, this.gender, this.address, this.selfDescription, portrait);
    }
View Full Code Here

TOP

Related Classes of com.dream.domain.resume.BasicInfo

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.