|
@@ -34,14 +34,6 @@ public class Industry implements ISelector{
|
|
|
this.fatherId = fatherId;
|
|
|
}
|
|
|
|
|
|
- public String getFatherName() {
|
|
|
- return fatherName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFatherName(String fatherName) {
|
|
|
- this.fatherName = fatherName;
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
public String getLabel() {
|
|
|
// TODO Auto-generated method stub
|