MCPcopy Create free account
hub / github.com/castello/spring_basic / User

Method User

ch3/User.java:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 private Date reg_date;
14
15 public User(){}
16 public User(String id, String pwd, String name, String email, Date birth, String sns, Date reg_date) {
17 this.id = id;
18 this.pwd = pwd;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected