org.tinygroup.metadata.config
类 PlaceholderValue

java.lang.Object
  继承者 org.tinygroup.metadata.config.PlaceholderValue

public class PlaceholderValue
extends Object

占位符对应的值

作者:
luoguo

构造方法摘要
PlaceholderValue()
           
 
方法摘要
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PlaceholderValue

public PlaceholderValue()
方法详细信息

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2006–2016 TinyGroup. All rights reserved.