public class ListenerFormView extends Object
| 构造器和说明 |
|---|
ListenerFormView() |
ListenerFormView(com.ds.config.CListener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getImplementation() |
String |
getListenerId() |
com.ds.config.ListenerType |
getListenerType() |
String |
getName() |
String |
getProjectId() |
void |
setImplementation(String implementation) |
void |
setListenerId(String listenerId) |
void |
setListenerType(com.ds.config.ListenerType listenerType) |
void |
setName(String name) |
void |
setProjectId(String projectId) |
public ListenerFormView()
public ListenerFormView(com.ds.config.CListener listener)
public String getListenerId()
public void setListenerId(String listenerId)
public com.ds.config.ListenerType getListenerType()
public void setListenerType(com.ds.config.ListenerType listenerType)
public String getProjectId()
public void setProjectId(String projectId)
public String getName()
public void setName(String name)
public String getImplementation()
public void setImplementation(String implementation)
Copyright © 2023 onecode. All rights reserved.