Blame view

AF-Demo/src/af/instatnce/EQXRawInstance.java 1.11 KB
064d2ecd   Suraputt Suntimitr   AFDemo_Template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
package af.instatnce;

public class EQXRawInstance {
	private String to = null;
	private String type = null;
	private String ctype = null;
	private String oid = null;
	private String uri = null;
	private String ecode = null;
	private String message = null;
	private String Invoke = null;
	
	public String getInvoke() {
		return Invoke;
	}
	public void setInvoke(String invoke) {
		Invoke = invoke;
	}
	public String getTo() {
		return to;
	}
	public void setTo(String to) {
		this.to = to;
	}
	public String getType() {
		return type;
	}
	public void setType(String type) {
		this.type = type;
	}
	public String getCtype() {
		return ctype;
	}
	public void setCtype(String ctype) {
		this.ctype = ctype;
	}
	public String getOid() {
		return oid;
	}
	public void setOid(String oid) {
		this.oid = oid;
	}
	public String getUri() {
		return uri;
	}
	public void setUri(String uri) {
		this.uri = uri;
	}
	public String getEcode() {
		return ecode;
	}
	public void setEcode(String ecode) {
		this.ecode = ecode;
	}