Subversion Repositories SmartDukaan

Rev

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

Rev 25 Rev 33
Line 64... Line 64...
64
	 */
64
	 */
65
	public Unit getUnit() {
65
	public Unit getUnit() {
66
		return this.unit;
66
		return this.unit;
67
	}
67
	}
68
 
68
 
-
 
69
	/* (non-Javadoc)
-
 
70
	 * @see java.lang.Object#toString()
-
 
71
	 */
-
 
72
	@Override
-
 
73
	public String toString() {
-
 
74
		return "ExpandedBulletDefinition [datatypeDefinition="
-
 
75
				+ datatypeDefinition + ", unit=" + unit + ", toString()="
-
 
76
				+ super.toString() + "]";
-
 
77
	}
-
 
78
 
69
}
79
}