| | |
| | | public class CompanyFieldForm extends UsePartnerForm { |
| | | private String manager; |
| | | private String url; |
| | | private String ipStart; |
| | | private String ipEnd; |
| | | private String memo; |
| | | private String tel; |
| | | private Long ispId; |
| | |
| | | private String regionName; |
| | | private String statusName; |
| | | |
| | | private Long registerId; // 등록자 아이디 - insert batch 에서 사용 |
| | | private Long registerId; // 등록자 아이디 - excel import 에서 사용 |
| | | |
| | | private List<Long> removeIds = Lists.newArrayList(); |
| | | |
| | |
| | | this.url = url; |
| | | } |
| | | |
| | | public String getIpStart() { |
| | | return ipStart; |
| | | } |
| | | |
| | | public void setIpStart(String ipStart) { |
| | | this.ipStart = ipStart; |
| | | } |
| | | |
| | | public String getIpEnd() { |
| | | return ipEnd; |
| | | } |
| | | |
| | | public void setIpEnd(String ipEnd) { |
| | | this.ipEnd = ipEnd; |
| | | } |
| | | |
| | | public String getMemo() { |
| | | return memo; |
| | | } |