org.hibernate.test.component.basic
Class OptionalComponent

java.lang.Object
  extended by org.hibernate.test.component.basic.OptionalComponent

public class OptionalComponent
extends Object


Constructor Summary
OptionalComponent()
           
 
Method Summary
 String getValue1()
           
 String getValue2()
           
 void setValue1(String value1)
           
 void setValue2(String value2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionalComponent

public OptionalComponent()
Method Detail

getValue1

public String getValue1()

setValue1

public void setValue1(String value1)

getValue2

public String getValue2()

setValue2

public void setValue2(String value2)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.