org.zkoss.ztl.util
Class Client
java.lang.Object
org.zkoss.ztl.util.Client
- All Implemented Interfaces:
- Source
public class Client
- extends java.lang.Object
- implements Source
The client entity for ZTL file.
- Author:
- jumperchen
Constructor Summary |
Client(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 |
Client
public Client(java.util.Map<java.lang.String,java.lang.String> attrs)
getContent
public java.lang.String getContent()
- Specified by:
getContent
in interface Source
getWait
public java.lang.String getWait()
setContent
public void setContent(java.lang.String content)
- Specified by:
setContent
in interface Source
getContentArray
public java.lang.String[] getContentArray()
- Specified by:
getContentArray
in interface Source
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.