org.hibernate.test.resulttransformer
Class Contract

java.lang.Object
  extended by org.hibernate.test.resulttransformer.Contract

public class Contract
extends Object


Constructor Summary
Contract()
           
 
Method Summary
 PartnerA getA()
           
 PartnerB getB()
           
 Long getCustom1()
           
 Long getId()
           
 String getName()
           
 void setA(PartnerA a)
           
 void setB(PartnerB b)
           
 void setCustom1(Long custom1)
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contract

public Contract()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getA

public PartnerA getA()

setA

public void setA(PartnerA a)

getB

public PartnerB getB()

setB

public void setB(PartnerB b)

getCustom1

public Long getCustom1()

setCustom1

public void setCustom1(Long custom1)


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