|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.item.Item
org.geebis.books.model.item.retail.RetailItem
org.geebis.books.model.item.retail.Product
org.geebis.books.model.item.retail.SerializedProduct
org.geebis.books.model.item.retail.Assembly
@Name(value="assembly") public class Assembly
| Constructor Summary | |
|---|---|
Assembly()
|
|
Assembly(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.util.List<AssemblyLine> |
getLines()
Gets the lines for this assembly |
void |
setLines(java.util.List<AssemblyLine> lines)
Sets the lines for this assembly |
| Methods inherited from class org.geebis.books.model.item.retail.SerializedProduct |
|---|
getSerialNumbers, setSerialNumbers |
| Methods inherited from class org.geebis.books.model.item.retail.Product |
|---|
getAssetAccount, getManufacturer, getManufacturerDescription, getManufacturerPartNumber, getPreferredVendor, getUnitsOnHand, setAssetAccount, setManufacturer, setManufacturerDescription, setManufacturerPartNumber, setPreferredVendor, setUnitsOnHand |
| Methods inherited from class org.geebis.books.model.item.retail.RetailItem |
|---|
getAverageCost, getRetail, getTrackable, setAverageCost, setRetail, setTrackable |
| Methods inherited from class org.geebis.books.model.item.Item |
|---|
getDescription, getId, getName, getSalesAccount, getVersion, setDescription, setId, setName, setSalesAccount, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Assembly()
public Assembly(java.lang.String name)
| Method Detail |
|---|
public java.util.List<AssemblyLine> getLines()
public void setLines(java.util.List<AssemblyLine> lines)
lines - the new lines for this assembly
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||