Project

General

Profile

« Previous | Next » 

Revision 44352

fixed bug

View differences:

FetchMDStoreRecordsJobNode.java
20 20

  
21 21
	private String mdId;
22 22

  
23
	private String mdFormat;
24

  
23 25
	private String eprParam;
24 26

  
25 27
	@Override
......
49 51
	public void setEprParam(final String eprParam) {
50 52
		this.eprParam = eprParam;
51 53
	}
54

  
55
	public String getMdFormat() {
56
		return mdFormat;
57
	}
58

  
59
	public void setMdFormat(final String mdFormat) {
60
		this.mdFormat = mdFormat;
61
	}
52 62
}

Also available in: Unified diff