Subversion Repositories SmartDukaan

Rev

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

Rev 102 Rev 163
Line 88... Line 88...
88
	 */
88
	 */
89
	@Override
89
	@Override
90
	public String toString() {
90
	public String toString() {
91
		return "ExpandedFeatureDefinition [expandedBulletDefinition="
91
		return "ExpandedFeatureDefinition [expandedBulletDefinition="
92
				+ expandedBulletDefinition + ", normalizationRuleDefinition="
92
				+ expandedBulletDefinition + ", normalizationRuleDefinition="
-
 
93
				+ normalizationRuleDefinition + ", allowsBlank()="
-
 
94
				+ allowsBlank() + ", getBulletDefinition()="
-
 
95
				+ getBulletDefinition() + ", getDescription()="
-
 
96
				+ getDescription() + ", getLabel()=" + getLabel()
93
				+ normalizationRuleDefinition + "]";
97
				+ ", getNormalizationRuleDefinitionID()="
-
 
98
				+ getNormalizationRuleDefinitionID() + ", toString()="
-
 
99
				+ super.toString() + ", getID()=" + getID() + "]";
94
	}
100
	}
95
 
101
 
96
}
102
}