org.zkoss.ztl.util
Class Server

java.lang.Object
  extended by 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)
           
 
Method Summary
 Case getCase()
           
 java.lang.String getContent()
           
 java.lang.String[] getContentArray()
           
 java.lang.String getId()
           
 java.lang.String[] getIdArray()
           
 java.lang.String getLang()
           
 Server getRef()
           
 Test getTest()
           
 java.lang.String getType()
           
 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

Server

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

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.