Subversion Repositories SmartDukaan

Rev

Rev 21734 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21734 Rev 23045
Line 34... Line 34...
34
		return other2;
34
		return other2;
35
	}
35
	}
36
	public void setOther2(String other2) {
36
	public void setOther2(String other2) {
37
		this.other2 = other2;
37
		this.other2 = other2;
38
	}
38
	}
-
 
39
	@Override
-
 
40
	public String toString() {
-
 
41
		return "LineOfBusiness [recharge=" + recharge + ", mobile=" + mobile + ", accessories=" + accessories
-
 
42
				+ ", other1=" + other1 + ", other2=" + other2 + "]";
-
 
43
	}
-
 
44
	
-
 
45
	
39
}
46
}