Methods Summary |
---|
public java.util.Collection | getBag()Returns the bag.
return bag;
|
public java.util.Collection | getCascades()Returns the cascades.
return cascades;
|
public java.util.List | getComponents()Returns the components.
return components;
|
public java.util.Set | getComposites()Gets the composites.
return composites;
|
public long | getId()Returns the id.
return id;
|
public java.util.Collection | getLazyBag()Returns the lazyBag.
return lazyBag;
|
public java.util.List | getManyToMany()Returns the manyToMany.
return manyToMany;
|
public java.util.List | getOneToMany()Returns the oneToMany.
return oneToMany;
|
public java.util.Map | getTernaryMap()Returns the ternary.
return ternaryMap;
|
public java.util.Set | getTernarySet()Returns the ternarySet.
return ternarySet;
|
public void | setBag(java.util.Collection bag)Sets the bag.
this.bag = bag;
|
public void | setCascades(java.util.Collection cascades)Sets the cascades.
this.cascades = cascades;
|
public void | setComponents(java.util.List components)Sets the components.
this.components = components;
|
public void | setComposites(java.util.Set composites)Sets the composites.
this.composites = composites;
|
public void | setId(long id)Sets the id.
this.id = id;
|
public void | setLazyBag(java.util.Collection lazyBag)Sets the lazyBag.
this.lazyBag = lazyBag;
|
public void | setManyToMany(java.util.List manyToMany)Sets the manyToMany.
this.manyToMany = manyToMany;
|
public void | setOneToMany(java.util.List oneToMany)Sets the oneToMany.
this.oneToMany = oneToMany;
|
public void | setTernaryMap(java.util.Map ternary)Sets the ternary.
this.ternaryMap = ternary;
|
public void | setTernarySet(java.util.Set ternarySet)Sets the ternarySet.
this.ternarySet = ternarySet;
|