org.tinygroup.metadata.config.service
类 ServiceResult

java.lang.Object
  继承者 org.tinygroup.metadata.config.service.ServiceResult

public class ServiceResult
extends Object


构造方法摘要
ServiceResult()
           
 
方法摘要
 String getCollectionType()
           
 String getDescription()
           
 String getName()
           
 String getType()
           
 String getValidatorScene()
           
 boolean isArray()
           
 boolean isRequired()
           
 void setArray(boolean isArray)
           
 void setCollectionType(String collectionType)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setRequired(boolean required)
           
 void setType(String type)
           
 void setValidatorScene(String validatorScene)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ServiceResult

public ServiceResult()
方法详细信息

getCollectionType

public String getCollectionType()

setCollectionType

public void setCollectionType(String collectionType)

getValidatorScene

public String getValidatorScene()

setValidatorScene

public void setValidatorScene(String validatorScene)

isArray

public boolean isArray()

setArray

public void setArray(boolean isArray)

getType

public String getType()

setType

public void setType(String type)

getName

public String getName()

setName

public void setName(String name)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2006–2016 TinyGroup. All rights reserved.