Package org.compiere.model
Record Class MInOut.MatchingRecord
java.lang.Object
java.lang.Record
org.compiere.model.MInOut.MatchingRecord
- Enclosing class:
- MInOut
public static record MInOut.MatchingRecord(int M_InOut_ID, String documentNo, Timestamp documentDate, String businessPartnerName, int C_BPartner_ID, int line, int M_InOutLine_ID, String productName, int M_Product_ID, BigDecimal movementQty, BigDecimal matchedQty, String organizationName, int AD_Org_ID)
extends Record
record for matchings
-
Constructor Summary
ConstructorsConstructorDescriptionMatchingRecord(int M_InOut_ID, String documentNo, Timestamp documentDate, String businessPartnerName, int C_BPartner_ID, int line, int M_InOutLine_ID, String productName, int M_Product_ID, BigDecimal movementQty, BigDecimal matchedQty, String organizationName, int AD_Org_ID) Creates an instance of aMatchingRecordrecord class. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of theAD_Org_IDrecord component.Returns the value of thebusinessPartnerNamerecord component.intReturns the value of theC_BPartner_IDrecord component.Returns the value of thedocumentDaterecord component.Returns the value of thedocumentNorecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intline()Returns the value of thelinerecord component.intReturns the value of theM_InOut_IDrecord component.intReturns the value of theM_InOutLine_IDrecord component.intReturns the value of theM_Product_IDrecord component.Returns the value of thematchedQtyrecord component.Returns the value of themovementQtyrecord component.Returns the value of theorganizationNamerecord component.Returns the value of theproductNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MatchingRecord
public MatchingRecord(int M_InOut_ID, String documentNo, Timestamp documentDate, String businessPartnerName, int C_BPartner_ID, int line, int M_InOutLine_ID, String productName, int M_Product_ID, BigDecimal movementQty, BigDecimal matchedQty, String organizationName, int AD_Org_ID) Creates an instance of aMatchingRecordrecord class.- Parameters:
M_InOut_ID- the value for theM_InOut_IDrecord componentdocumentNo- the value for thedocumentNorecord componentdocumentDate- the value for thedocumentDaterecord componentbusinessPartnerName- the value for thebusinessPartnerNamerecord componentC_BPartner_ID- the value for theC_BPartner_IDrecord componentline- the value for thelinerecord componentM_InOutLine_ID- the value for theM_InOutLine_IDrecord componentproductName- the value for theproductNamerecord componentM_Product_ID- the value for theM_Product_IDrecord componentmovementQty- the value for themovementQtyrecord componentmatchedQty- the value for thematchedQtyrecord componentorganizationName- the value for theorganizationNamerecord componentAD_Org_ID- the value for theAD_Org_IDrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
M_InOut_ID
public int M_InOut_ID()Returns the value of theM_InOut_IDrecord component.- Returns:
- the value of the
M_InOut_IDrecord component
-
documentNo
Returns the value of thedocumentNorecord component.- Returns:
- the value of the
documentNorecord component
-
documentDate
Returns the value of thedocumentDaterecord component.- Returns:
- the value of the
documentDaterecord component
-
businessPartnerName
Returns the value of thebusinessPartnerNamerecord component.- Returns:
- the value of the
businessPartnerNamerecord component
-
C_BPartner_ID
public int C_BPartner_ID()Returns the value of theC_BPartner_IDrecord component.- Returns:
- the value of the
C_BPartner_IDrecord component
-
line
public int line()Returns the value of thelinerecord component.- Returns:
- the value of the
linerecord component
-
M_InOutLine_ID
public int M_InOutLine_ID()Returns the value of theM_InOutLine_IDrecord component.- Returns:
- the value of the
M_InOutLine_IDrecord component
-
productName
Returns the value of theproductNamerecord component.- Returns:
- the value of the
productNamerecord component
-
M_Product_ID
public int M_Product_ID()Returns the value of theM_Product_IDrecord component.- Returns:
- the value of the
M_Product_IDrecord component
-
movementQty
Returns the value of themovementQtyrecord component.- Returns:
- the value of the
movementQtyrecord component
-
matchedQty
Returns the value of thematchedQtyrecord component.- Returns:
- the value of the
matchedQtyrecord component
-
organizationName
Returns the value of theorganizationNamerecord component.- Returns:
- the value of the
organizationNamerecord component
-
AD_Org_ID
public int AD_Org_ID()Returns the value of theAD_Org_IDrecord component.- Returns:
- the value of the
AD_Org_IDrecord component
-