org.tinygroup.metadata.config.constants
类 Constant

java.lang.Object
  继承者 org.tinygroup.metadata.config.BaseObject
      继承者 org.tinygroup.metadata.config.constants.Constant

public class Constant
extends BaseObject


构造方法摘要
Constant()
           
 
方法摘要
 String getBusinessTypeName()
           
 String getStandardTypeName()
           
 String getValue()
           
 void setBusinessTypeName(String businessTypeName)
           
 void setStandardTypeName(String standardTypeName)
           
 void setValue(String value)
           
 
从类 org.tinygroup.metadata.config.BaseObject 继承的方法
getDescription, getId, getName, getTitle, setDescription, setId, setName, setTitle
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Constant

public Constant()
方法详细信息

getStandardTypeName

public String getStandardTypeName()

setStandardTypeName

public void setStandardTypeName(String standardTypeName)

getValue

public String getValue()

setValue

public void setValue(String value)

getBusinessTypeName

public String getBusinessTypeName()

setBusinessTypeName

public void setBusinessTypeName(String businessTypeName)


Copyright © 2006–2016 TinyGroup. All rights reserved.