org.zkoss.ztl.util
Class Client

java.lang.Object
  extended by 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)
           
 
Method Summary
 Case getCase()
           
 java.lang.String getContent()
           
 java.lang.String[] getContentArray()
           
 Test getTest()
           
 java.lang.String getType()
           
 java.lang.String getWait()
           
 void setContent(java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client(java.util.Map<java.lang.String,java.lang.String> attrs)
Method Detail

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.