public class XUISystem extends Object
| 构造器和说明 |
|---|
XUISystem(com.ds.cluster.ServerNode node) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.ds.server.eumus.ConfigCode |
getConfigname() |
String |
getEnname() |
String |
getIcon() |
String |
getName() |
String |
getOrgname() |
String |
getPersonid() |
String |
getPersonname() |
String |
getRepeatEventKey() |
com.ds.server.eumus.SystemStatus |
getStatus() |
String |
getSysid() |
com.ds.esb.config.TokenType |
getTokenType() |
com.ds.server.eumus.SystemType |
getType() |
String |
getUrl() |
String |
getVfsUrl() |
void |
setConfigname(com.ds.server.eumus.ConfigCode configname) |
void |
setEnname(String enname) |
void |
setIcon(String icon) |
void |
setName(String name) |
void |
setOrgname(String orgname) |
void |
setPersonid(String personid) |
void |
setPersonname(String personname) |
void |
setRepeatEventKey(String repeatEventKey) |
void |
setStatus(com.ds.server.eumus.SystemStatus status) |
void |
setSysid(String sysid) |
void |
setTokenType(com.ds.esb.config.TokenType tokenType) |
void |
setType(com.ds.server.eumus.SystemType type) |
void |
setUrl(String url) |
void |
setVfsUrl(String vfsUrl) |
public XUISystem(com.ds.cluster.ServerNode node)
throws com.ds.common.JDSException
com.ds.common.JDSExceptionpublic String getRepeatEventKey()
public void setRepeatEventKey(String repeatEventKey)
public String getPersonid()
public void setPersonid(String personid)
public String getOrgname()
public void setOrgname(String orgname)
public String getPersonname()
public void setPersonname(String personname)
public String getEnname()
public void setEnname(String enname)
public String getIcon()
public void setIcon(String icon)
public String getSysid()
public void setSysid(String sysid)
public String getName()
public void setName(String name)
public com.ds.server.eumus.SystemStatus getStatus()
public void setStatus(com.ds.server.eumus.SystemStatus status)
public String getUrl()
public void setUrl(String url)
public com.ds.server.eumus.ConfigCode getConfigname()
public void setConfigname(com.ds.server.eumus.ConfigCode configname)
public com.ds.esb.config.TokenType getTokenType()
public void setTokenType(com.ds.esb.config.TokenType tokenType)
public String getVfsUrl()
public void setVfsUrl(String vfsUrl)
public com.ds.server.eumus.SystemType getType()
public void setType(com.ds.server.eumus.SystemType type)
Copyright © 2023 onecode. All rights reserved.