@Entity public class event_subscriber extends IVdcQueryable implements INotifyPropertyChanged, Serializable
Constructor and Description |
---|
event_subscriber() |
event_subscriber(String event_up_name,
int method_id,
Guid subscriber_id,
String tagName) |
event_subscriber(String event_up_name,
int method_id,
String method_address,
Guid subscriber_id,
String tagName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ArrayList<String> |
getChangeablePropertiesList() |
String |
getevent_up_name() |
String |
getmethod_address() |
int |
getmethod_id() |
Object |
getQueryableId() |
Guid |
getsubscriber_id() |
String |
gettag_name() |
int |
hashCode() |
protected void |
OnPropertyChanged(PropertyChangedEventArgs e) |
void |
setevent_up_name(String value) |
void |
setmethod_address(String value) |
void |
setmethod_id(int value) |
void |
setsubscriber_id(Guid value) |
void |
settag_name(String value) |
public event_subscriber()
public event_subscriber(String event_up_name, int method_id, Guid subscriber_id, String tagName)
public String getevent_up_name()
public void setevent_up_name(String value)
public int getmethod_id()
public void setmethod_id(int value)
public String getmethod_address()
public void setmethod_address(String value)
public Guid getsubscriber_id()
public void setsubscriber_id(Guid value)
public String gettag_name()
public void settag_name(String value)
public Object getQueryableId()
getQueryableId
in class IVdcQueryable
public ArrayList<String> getChangeablePropertiesList()
getChangeablePropertiesList
in class IVdcQueryable
protected void OnPropertyChanged(PropertyChangedEventArgs e)
Copyright © 2012. All Rights Reserved.