org.hibernate.test.immutable.entitywithmutablecollection
Class Plan
java.lang.Object
   org.hibernate.test.immutable.entitywithmutablecollection.Plan
org.hibernate.test.immutable.entitywithmutablecollection.Plan
- All Implemented Interfaces: 
- Serializable
- public class Plan 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Plan
public Plan()
Plan
public Plan(String description)
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)
- 
 
- 
 
getOwner
public Owner getOwner()
- 
 
- 
 
setOwner
public void setOwner(Owner owner)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.