org.hibernate.test.immutable
Class Plan

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

public class Plan
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Plan()
           
Plan(String description)
           
 
Method Summary
 void addContract(Contract contract)
           
 Set getContracts()
           
 String getDescription()
           
 long getId()
           
 Set getInfos()
           
 long getVersion()
           
 void removeContract(Contract contract)
           
 void removeSubcontracts(Contract contract)
           
 void setContracts(Set contracts)
           
 void setDescription(String description)
           
 void setId(long id)
           
 void setInfos(Set infos)
           
 void setVersion(long version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plan

public Plan()

Plan

public Plan(String description)
Method Detail

getVersion

public long getVersion()

setVersion

public void setVersion(long version)

getId

public long getId()

setId

public void setId(long id)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getContracts

public Set getContracts()

setContracts

public void setContracts(Set contracts)

addContract

public void addContract(Contract contract)

removeContract

public void removeContract(Contract contract)

removeSubcontracts

public void removeSubcontracts(Contract contract)

getInfos

public Set getInfos()

setInfos

public void setInfos(Set infos)


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