Class PrereservationManualPickEdit
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.materialmgmt.onhandquantity.PrereservationManualPickEdit
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class PrereservationManualPickEdit extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity PrereservationManualPickEdit (stored in table M_Prereservation_Pick_Edit).
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column Isactive in table M_Prereservation_Pick_Editstatic String
PROPERTY_ALLOCATED
Property allocated stored in column Isallocated in table M_Prereservation_Pick_Edit
Help: An Allocated Reservation Stock means that the referenced stock and quantity can only be used to fulfill this Reservation.static String
PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_Bpartner_ID in table M_Prereservation_Pick_Edit
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_Prereservation_Pick_Editstatic String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table M_Prereservation_Pick_Editstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_Prereservation_Pick_Editstatic String
PROPERTY_DELIVEREDQUANTITY
Property deliveredQuantity stored in column Qtydelivered in table M_Prereservation_Pick_Edit
Help: The Delivered Quantity indicates the quantity of a product that has already been delivered.static String
PROPERTY_DOCUMENTNO
Property documentNo stored in column Documentno in table M_Prereservation_Pick_Edit
Help: The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>". If the document type of your document has no automatic document sequence defined, the field will be empty when creating a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Document Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table inside the database (e.g. C_Order).static String
PROPERTY_ID
Property id stored in column M_Prereservation_Pick_Edit_ID in table M_Prereservation_Pick_Editstatic String
PROPERTY_LINENO
Property lineNo stored in column Line in table M_Prereservation_Pick_Edit
Help: Indicates the unique line for a document. It will also control the display order of the lines within a document.static String
PROPERTY_OBSELECTED
Property obSelected stored in column OB_Selected in table M_Prereservation_Pick_Editstatic String
PROPERTY_ORDERDATE
Property orderDate stored in column Dateordered in table M_Prereservation_Pick_Edit
Help: Indicates the Date an item was ordered.static String
PROPERTY_ORDEREDQUANTITY
Property orderedQuantity stored in column Qtyordered in table M_Prereservation_Pick_Edit
Help: The Ordered Quantity indicates the quantity of a product that was ordered.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_Prereservation_Pick_Editstatic String
PROPERTY_OTHERRESERVEDQTY
Property otherReservedQty stored in column Otherresqty in table M_Prereservation_Pick_Editstatic String
PROPERTY_PURCHASEDQTY
Property purchasedQty stored in column Purchasedqty in table M_Prereservation_Pick_Editstatic String
PROPERTY_PURCHASEORDERLINE
Property purchaseOrderLine stored in column Purchase_Orderline_ID in table M_Prereservation_Pick_Edit
Help: Identifies a Purchase Order Linestatic String
PROPERTY_RECEIVEDQTY
Property receivedQty stored in column Receivedqty in table M_Prereservation_Pick_Edit
Help: Received quantitystatic String
PROPERTY_RESERVATIONSTOCK
Property reservationStock stored in column M_Reservation_Stock_ID in table M_Prereservation_Pick_Edit
Help: The Reservation Stock is each existing stock or purchased stock to fulfill the Reservation.static String
PROPERTY_RESERVEDQTY
Property reservedQty stored in column Reservedqty in table M_Prereservation_Pick_Edit
Help: Represents the total quantity reserved to fulfill the reservation. It cannot be higher than the pending quantity.static String
PROPERTY_SALESORDERLINE
Property salesOrderLine stored in column Sales_Orderline_ID in table M_Prereservation_Pick_Editstatic String
PROPERTY_SCHEDULEDDELIVERYDATE
Property scheduledDeliveryDate stored in column Datepromised in table M_Prereservation_Pick_Edit
Help: Scheduled Delivery Date indicates the date, if any, that an order was promised by.static String
PROPERTY_STOCKRESERVATION
Property stockReservation stored in column M_Reservation_ID in table M_Prereservation_Pick_Edit
Help: The Reservation is the definition of a product reservation is set the owner, the quantity and the desired dimensions.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table M_Prereservation_Pick_Editstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table M_Prereservation_Pick_Editstatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description PrereservationManualPickEdit()
-
Method Summary
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column M_Prereservation_Pick_Edit_ID in table M_Prereservation_Pick_Edit- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table M_Prereservation_Pick_Edit- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table M_Prereservation_Pick_Edit- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table M_Prereservation_Pick_Edit- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table M_Prereservation_Pick_Edit- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table M_Prereservation_Pick_Edit- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table M_Prereservation_Pick_Edit- See Also:
Traceable
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column Isactive in table M_Prereservation_Pick_Edit- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_PURCHASEORDERLINE
public static final String PROPERTY_PURCHASEORDERLINE
Property purchaseOrderLine stored in column Purchase_Orderline_ID in table M_Prereservation_Pick_Edit
Help: Identifies a Purchase Order Line- See Also:
- Constant Field Values
-
PROPERTY_SALESORDERLINE
public static final String PROPERTY_SALESORDERLINE
Property salesOrderLine stored in column Sales_Orderline_ID in table M_Prereservation_Pick_Edit- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTNO
public static final String PROPERTY_DOCUMENTNO
Property documentNo stored in column Documentno in table M_Prereservation_Pick_Edit
Help: The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>". If the document type of your document has no automatic document sequence defined, the field will be empty when creating a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Document Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table inside the database (e.g. C_Order).- See Also:
- Constant Field Values
-
PROPERTY_LINENO
public static final String PROPERTY_LINENO
Property lineNo stored in column Line in table M_Prereservation_Pick_Edit
Help: Indicates the unique line for a document. It will also control the display order of the lines within a document.- See Also:
- Constant Field Values
-
PROPERTY_ORDERDATE
public static final String PROPERTY_ORDERDATE
Property orderDate stored in column Dateordered in table M_Prereservation_Pick_Edit
Help: Indicates the Date an item was ordered.- See Also:
- Constant Field Values
-
PROPERTY_SCHEDULEDDELIVERYDATE
public static final String PROPERTY_SCHEDULEDDELIVERYDATE
Property scheduledDeliveryDate stored in column Datepromised in table M_Prereservation_Pick_Edit
Help: Scheduled Delivery Date indicates the date, if any, that an order was promised by.- See Also:
- Constant Field Values
-
PROPERTY_PURCHASEDQTY
public static final String PROPERTY_PURCHASEDQTY
Property purchasedQty stored in column Purchasedqty in table M_Prereservation_Pick_Edit- See Also:
- Constant Field Values
-
PROPERTY_RECEIVEDQTY
public static final String PROPERTY_RECEIVEDQTY
Property receivedQty stored in column Receivedqty in table M_Prereservation_Pick_Edit
Help: Received quantity- See Also:
- Constant Field Values
-
PROPERTY_RESERVEDQTY
public static final String PROPERTY_RESERVEDQTY
Property reservedQty stored in column Reservedqty in table M_Prereservation_Pick_Edit
Help: Represents the total quantity reserved to fulfill the reservation. It cannot be higher than the pending quantity.- See Also:
- Constant Field Values
-
PROPERTY_RESERVATIONSTOCK
public static final String PROPERTY_RESERVATIONSTOCK
Property reservationStock stored in column M_Reservation_Stock_ID in table M_Prereservation_Pick_Edit
Help: The Reservation Stock is each existing stock or purchased stock to fulfill the Reservation.- See Also:
- Constant Field Values
-
PROPERTY_OBSELECTED
public static final String PROPERTY_OBSELECTED
Property obSelected stored in column OB_Selected in table M_Prereservation_Pick_Edit- See Also:
- Constant Field Values
-
PROPERTY_ORDEREDQUANTITY
public static final String PROPERTY_ORDEREDQUANTITY
Property orderedQuantity stored in column Qtyordered in table M_Prereservation_Pick_Edit
Help: The Ordered Quantity indicates the quantity of a product that was ordered.- See Also:
- Constant Field Values
-
PROPERTY_DELIVEREDQUANTITY
public static final String PROPERTY_DELIVEREDQUANTITY
Property deliveredQuantity stored in column Qtydelivered in table M_Prereservation_Pick_Edit
Help: The Delivered Quantity indicates the quantity of a product that has already been delivered.- See Also:
- Constant Field Values
-
PROPERTY_STOCKRESERVATION
public static final String PROPERTY_STOCKRESERVATION
Property stockReservation stored in column M_Reservation_ID in table M_Prereservation_Pick_Edit
Help: The Reservation is the definition of a product reservation is set the owner, the quantity and the desired dimensions.- See Also:
- Constant Field Values
-
PROPERTY_OTHERRESERVEDQTY
public static final String PROPERTY_OTHERRESERVEDQTY
Property otherReservedQty stored in column Otherresqty in table M_Prereservation_Pick_Edit- See Also:
- Constant Field Values
-
PROPERTY_BUSINESSPARTNER
public static final String PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_Bpartner_ID in table M_Prereservation_Pick_Edit
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.- See Also:
- Constant Field Values
-
PROPERTY_ALLOCATED
public static final String PROPERTY_ALLOCATED
Property allocated stored in column Isallocated in table M_Prereservation_Pick_Edit
Help: An Allocated Reservation Stock means that the referenced stock and quantity can only be used to fulfill this Reservation.- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getPurchaseOrderLine
public OrderLine getPurchaseOrderLine()
- See Also:
PROPERTY_PURCHASEORDERLINE
-
setPurchaseOrderLine
public void setPurchaseOrderLine(OrderLine purchaseOrderLine)
- See Also:
PROPERTY_PURCHASEORDERLINE
-
getSalesOrderLine
public OrderLine getSalesOrderLine()
- See Also:
PROPERTY_SALESORDERLINE
-
setSalesOrderLine
public void setSalesOrderLine(OrderLine salesOrderLine)
- See Also:
PROPERTY_SALESORDERLINE
-
getDocumentNo
public String getDocumentNo()
- See Also:
PROPERTY_DOCUMENTNO
-
setDocumentNo
public void setDocumentNo(String documentNo)
- See Also:
PROPERTY_DOCUMENTNO
-
getLineNo
public Long getLineNo()
- See Also:
PROPERTY_LINENO
-
setLineNo
public void setLineNo(Long lineNo)
- See Also:
PROPERTY_LINENO
-
getOrderDate
public Date getOrderDate()
- See Also:
PROPERTY_ORDERDATE
-
setOrderDate
public void setOrderDate(Date orderDate)
- See Also:
PROPERTY_ORDERDATE
-
getScheduledDeliveryDate
public Date getScheduledDeliveryDate()
- See Also:
PROPERTY_SCHEDULEDDELIVERYDATE
-
setScheduledDeliveryDate
public void setScheduledDeliveryDate(Date scheduledDeliveryDate)
- See Also:
PROPERTY_SCHEDULEDDELIVERYDATE
-
getPurchasedQty
public BigDecimal getPurchasedQty()
- See Also:
PROPERTY_PURCHASEDQTY
-
setPurchasedQty
public void setPurchasedQty(BigDecimal purchasedQty)
- See Also:
PROPERTY_PURCHASEDQTY
-
getReceivedQty
public BigDecimal getReceivedQty()
- See Also:
PROPERTY_RECEIVEDQTY
-
setReceivedQty
public void setReceivedQty(BigDecimal receivedQty)
- See Also:
PROPERTY_RECEIVEDQTY
-
getReservedQty
public BigDecimal getReservedQty()
- See Also:
PROPERTY_RESERVEDQTY
-
setReservedQty
public void setReservedQty(BigDecimal reservedQty)
- See Also:
PROPERTY_RESERVEDQTY
-
getReservationStock
public ReservationStock getReservationStock()
- See Also:
PROPERTY_RESERVATIONSTOCK
-
setReservationStock
public void setReservationStock(ReservationStock reservationStock)
- See Also:
PROPERTY_RESERVATIONSTOCK
-
isObSelected
public Boolean isObSelected()
- See Also:
PROPERTY_OBSELECTED
-
setObSelected
public void setObSelected(Boolean obSelected)
- See Also:
PROPERTY_OBSELECTED
-
getOrderedQuantity
public BigDecimal getOrderedQuantity()
- See Also:
PROPERTY_ORDEREDQUANTITY
-
setOrderedQuantity
public void setOrderedQuantity(BigDecimal orderedQuantity)
- See Also:
PROPERTY_ORDEREDQUANTITY
-
getDeliveredQuantity
public BigDecimal getDeliveredQuantity()
- See Also:
PROPERTY_DELIVEREDQUANTITY
-
setDeliveredQuantity
public void setDeliveredQuantity(BigDecimal deliveredQuantity)
- See Also:
PROPERTY_DELIVEREDQUANTITY
-
getStockReservation
public Reservation getStockReservation()
- See Also:
PROPERTY_STOCKRESERVATION
-
setStockReservation
public void setStockReservation(Reservation stockReservation)
- See Also:
PROPERTY_STOCKRESERVATION
-
getOtherReservedQty
public BigDecimal getOtherReservedQty()
- See Also:
PROPERTY_OTHERRESERVEDQTY
-
setOtherReservedQty
public void setOtherReservedQty(BigDecimal otherReservedQty)
- See Also:
PROPERTY_OTHERRESERVEDQTY
-
getBusinessPartner
public BusinessPartner getBusinessPartner()
- See Also:
PROPERTY_BUSINESSPARTNER
-
setBusinessPartner
public void setBusinessPartner(BusinessPartner businessPartner)
- See Also:
PROPERTY_BUSINESSPARTNER
-
isAllocated
public Boolean isAllocated()
- See Also:
PROPERTY_ALLOCATED
-
setAllocated
public void setAllocated(Boolean allocated)
- See Also:
PROPERTY_ALLOCATED
-
-