|
|
@@ -8,6 +8,7 @@ import java.util.ArrayList;
|
|
|
import java.util.Arrays;
|
|
|
import java.util.List;
|
|
|
|
|
|
+import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.util.Formatter;
|
|
|
|
|
|
/**
|
|
|
@@ -123,6 +124,10 @@ public class MobileAuthBean extends JsonBeanBase {
|
|
|
return gender;
|
|
|
}
|
|
|
|
|
|
+ public int getGenderStringId() {
|
|
|
+ return GENDER_MALE.equals(gender) ? R.string.phone_identify_male : R.string.phone_identify_female;
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 년도 와 성별, 내/외국인으로 구분 된 성별
|
|
|
* - 내국인 : ~1999 -> 1, 2, 2000~ -> 3, 4
|