org.apache.myfaces.el.data
Class B

java.lang.Object
  extended by org.apache.myfaces.el.data.A
      extended by org.apache.myfaces.el.data.B

public class B
extends A


Constructor Summary
B()
           
 
Method Summary
 String getSecond()
           
 void setSecond(String second)
           
 String toString()
           
 
Methods inherited from class org.apache.myfaces.el.data.A
getFirst, setFirst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

B

public B()
Method Detail

getSecond

public String getSecond()

setSecond

public void setSecond(String second)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.