org.zkoss.ztl.util
Class Server
java.lang.Object
org.zkoss.ztl.util.Server
- All Implemented Interfaces:
- Source
public class Server
- extends java.lang.Object
- implements Source
The server entity for ZTL file.
- Author:
- jumperchen
|
Constructor Summary |
Server(java.util.Map<java.lang.String,java.lang.String> attrs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server(java.util.Map<java.lang.String,java.lang.String> attrs)
getContent
public java.lang.String getContent()
- Specified by:
getContent in interface Source
getId
public java.lang.String getId()
getRef
public Server getRef()
setContent
public void setContent(java.lang.String content)
- Specified by:
setContent in interface Source
getIdArray
public java.lang.String[] getIdArray()
getContentArray
public java.lang.String[] getContentArray()
- Specified by:
getContentArray in interface Source
getLang
public java.lang.String getLang()
getType
public java.lang.String getType()
- Specified by:
getType in interface Source
getCase
public Case getCase()
- Specified by:
getCase in interface Source
getTest
public Test getTest()
- Specified by:
getTest in interface Source
Copyright © 2014. All Rights Reserved.