| | |
| | | public class CompanyFieldForm extends UsePartnerForm { |
| | | private String manager; |
| | | private String tel; |
| | | private String url; |
| | | private String memo; |
| | | private Long ispId; |
| | | private Long hostingId; |
| | | |
| | | private List<Long> removeIds = Lists.newArrayList(); |
| | | |
| | | public CompanyFieldForm() { |
| | |
| | | this.tel = tel; |
| | | } |
| | | |
| | | public String getUrl() { |
| | | return url; |
| | | } |
| | | |
| | | public void setUrl(String url) { |
| | | this.url = url; |
| | | } |
| | | |
| | | public String getMemo() { |
| | | return memo; |
| | | } |
| | |
| | | this.memo = memo; |
| | | } |
| | | |
| | | public Long getIspId() { |
| | | return ispId; |
| | | } |
| | | |
| | | public void setIspId(Long ispId) { |
| | | this.ispId = ispId; |
| | | } |
| | | |
| | | public Long getHostingId() { |
| | | return hostingId; |
| | | } |
| | | |
| | | public void setHostingId(Long hostingId) { |
| | | this.hostingId = hostingId; |
| | | } |
| | | |
| | | public List<Long> getRemoveIds() { |
| | | return removeIds; |
| | | } |