package org.fastcatsearch.object; /** * Created by 전제현 on 2016-03-07. */ public class Phone { public String name; public String number; }