com.liferay.faces.util.lang
Class NameValuePair<N,V>
java.lang.Object
com.liferay.faces.util.lang.NameValuePair<N,V>
- Direct Known Subclasses:
- ConfiguredElementImpl
public class NameValuePair<N,V>
- extends Object
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameValuePair
public NameValuePair(N name,
V value)
getName
public N getName()
setName
public void setName(N name)
getValue
public V getValue()
setValue
public void setValue(V value)
Copyright © 2015 Liferay, Inc.. All rights reserved.