Subversion Repositories SmartDukaan

Rev

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

Rev 23809 Rev 23811
Line 90... Line 90...
90
	
90
	
91
	public void setTransactionType(WalletReferenceType transactionType) {
91
	public void setTransactionType(WalletReferenceType transactionType) {
92
		this.transactionType = transactionType;
92
		this.transactionType = transactionType;
93
	}
93
	}
94
	
94
	
-
 
95
	public void setTransactionType(String transactionType) {
-
 
96
		this.transactionType = WalletReferenceType.valueOf(transactionType);
-
 
97
	}
-
 
98
	
95
	public String getAmount() {
99
	public String getAmount() {
96
		return amount;
100
		return amount;
97
	}
101
	}
98
 
102
 
99
	public void setAmount(String amount) {
103
	public void setAmount(String amount) {