Subversion Repositories SmartDukaan

Rev

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

Rev 31860 Rev 35337
Line 93... Line 93...
93
	public String toString() {
93
	public String toString() {
94
		return "Brand [id=" + id + ", name=" + name + ", logoUrl=" + logoUrl + ", logoUrlTransparent="
94
		return "Brand [id=" + id + ", name=" + name + ", logoUrl=" + logoUrl + ", logoUrlTransparent="
95
				+ logoUrlTransparent + "]";
95
				+ logoUrlTransparent + "]";
96
	}
96
	}
97
 
97
 
-
 
98
	@Transient
-
 
99
	private boolean trialBlocked;
-
 
100
 
-
 
101
	public boolean isTrialBlocked() {
-
 
102
		return trialBlocked;
-
 
103
	}
-
 
104
 
-
 
105
	public void setTrialBlocked(boolean trialBlocked) {
-
 
106
		this.trialBlocked = trialBlocked;
-
 
107
	}
98
}
108
}