org.glassfish.jersey.examples.jsonmoxy
Class TestBean

java.lang.Object
  extended by org.glassfish.jersey.examples.jsonmoxy.TestBean

public class TestBean
extends Object

Author:
Pavel Bucek (pavel.bucek at oracle.com)

Field Summary
 String a
           
 int b
           
 long c
           
 
Constructor Summary
TestBean()
           
TestBean(String a, int b, long c)
           
 
Method Summary
 boolean equals(Object o)
           
 String getA()
           
 int getB()
           
 long getC()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public String a

b

public int b

c

public long c
Constructor Detail

TestBean

public TestBean()

TestBean

public TestBean(String a,
                int b,
                long c)
Method Detail

getA

public String getA()

getB

public int getB()

getC

public long getC()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.