org.hibernate.test.immutable.entitywithmutablecollection
Class ContractVariation

java.lang.Object
  extended by org.hibernate.test.immutable.entitywithmutablecollection.ContractVariation
All Implemented Interfaces:
Serializable

public class ContractVariation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ContractVariation()
           
ContractVariation(int version, Contract contract)
           
 
Method Summary
 Contract getContract()
           
 int getId()
           
 Set getInfos()
           
 String getText()
           
 void setContract(Contract contract)
           
 void setId(int id)
           
 void setInfos(Set infos)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContractVariation

public ContractVariation()

ContractVariation

public ContractVariation(int version,
                         Contract contract)
Method Detail

getContract

public Contract getContract()

setContract

public void setContract(Contract contract)

getText

public String getText()

setText

public void setText(String text)

getId

public int getId()

setId

public void setId(int id)

getInfos

public Set getInfos()

setInfos

public void setInfos(Set infos)


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