nl.gx.webmanager.wcb.treeaction.panel
Class PrintablePageBranchFactory.NameValuePairImpl

java.lang.Object
  extended by nl.gx.webmanager.wcb.treeaction.panel.PrintablePageBranchFactory.NameValuePairImpl
All Implemented Interfaces:
nl.gx.webmanager.services.templates.NameValuePair
Enclosing class:
PrintablePageBranchFactory

public static class PrintablePageBranchFactory.NameValuePairImpl
extends java.lang.Object
implements nl.gx.webmanager.services.templates.NameValuePair

This class represents name/value pairs, that can be used as arguments for a template call.

Version:
1.0
Author:
md.pavkovic

Constructor Summary
PrintablePageBranchFactory.NameValuePairImpl(java.lang.String name, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 java.lang.String getName()
           
 java.lang.String getValue()
           
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintablePageBranchFactory.NameValuePairImpl

public PrintablePageBranchFactory.NameValuePairImpl(java.lang.String name,
                                                    java.lang.String value)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface nl.gx.webmanager.services.templates.NameValuePair

getValue

public java.lang.String getValue()
Specified by:
getValue in interface nl.gx.webmanager.services.templates.NameValuePair

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object


Copyright © 2007-2011 GX Software BV. All Rights Reserved.