Project

General

Profile

« Previous | Next » 

Revision 45623

View differences:

Invoice.java
38 38
	public Invoice() {
39 39
	}
40 40

  
41
	public String getAlternativeid() {
41
	public String getAlternativeId() {
42 42
		return this.alternativeid;
43 43
	}
44 44

  
45
	public void setAlternativeid(String alternativeid) {
45
	public void setAlternativeId(String alternativeid) {
46 46
		this.alternativeid = alternativeid;
47 47
	}
48 48

  

Also available in: Unified diff