com.liferay.faces.bridge.util
Class NameValuePair<N,V>

java.lang.Object
  extended by com.liferay.faces.bridge.util.NameValuePair<N,V>
Direct Known Subclasses:
BridgeRequestScopeCompatImpl.FacesContextAttribute, BridgeRequestScopeImpl.IncongruityAttribute, BridgeRequestScopeImpl.RequestAttribute, HeadResource.Attribute, RequestParameter, URLParameter

public class NameValuePair<N,V>
extends Object

Author:
Neil Griffin

Constructor Summary
NameValuePair(N name, V value)
           
 
Method Summary
 N getName()
           
 V getValue()
           
 void setName(N name)
           
 void setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValuePair

public NameValuePair(N name,
                     V value)
Method Detail

getName

public N getName()

setName

public void setName(N name)

getValue

public V getValue()

setValue

public void setValue(V value)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.