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
ConstructorDescriptionMatchingRecord
(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 aMatchingRecord
record class. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of theAD_Org_ID
record component.Returns the value of thebusinessPartnerName
record component.int
Returns the value of theC_BPartner_ID
record component.Returns the value of thedocumentDate
record component.Returns the value of thedocumentNo
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
line()
Returns the value of theline
record component.int
Returns the value of theM_InOut_ID
record component.int
Returns the value of theM_InOutLine_ID
record component.int
Returns the value of theM_Product_ID
record component.Returns the value of thematchedQty
record component.Returns the value of themovementQty
record component.Returns the value of theorganizationName
record component.Returns the value of theproductName
record component.final String
toString()
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 aMatchingRecord
record class.- Parameters:
M_InOut_ID
- the value for theM_InOut_ID
record componentdocumentNo
- the value for thedocumentNo
record componentdocumentDate
- the value for thedocumentDate
record componentbusinessPartnerName
- the value for thebusinessPartnerName
record componentC_BPartner_ID
- the value for theC_BPartner_ID
record componentline
- the value for theline
record componentM_InOutLine_ID
- the value for theM_InOutLine_ID
record componentproductName
- the value for theproductName
record componentM_Product_ID
- the value for theM_Product_ID
record componentmovementQty
- the value for themovementQty
record componentmatchedQty
- the value for thematchedQty
record componentorganizationName
- the value for theorganizationName
record componentAD_Org_ID
- the value for theAD_Org_ID
record 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_ID
record component.- Returns:
- the value of the
M_InOut_ID
record component
-
documentNo
Returns the value of thedocumentNo
record component.- Returns:
- the value of the
documentNo
record component
-
documentDate
Returns the value of thedocumentDate
record component.- Returns:
- the value of the
documentDate
record component
-
businessPartnerName
Returns the value of thebusinessPartnerName
record component.- Returns:
- the value of the
businessPartnerName
record component
-
C_BPartner_ID
public int C_BPartner_ID()Returns the value of theC_BPartner_ID
record component.- Returns:
- the value of the
C_BPartner_ID
record component
-
line
public int line()Returns the value of theline
record component.- Returns:
- the value of the
line
record component
-
M_InOutLine_ID
public int M_InOutLine_ID()Returns the value of theM_InOutLine_ID
record component.- Returns:
- the value of the
M_InOutLine_ID
record component
-
productName
Returns the value of theproductName
record component.- Returns:
- the value of the
productName
record component
-
M_Product_ID
public int M_Product_ID()Returns the value of theM_Product_ID
record component.- Returns:
- the value of the
M_Product_ID
record component
-
movementQty
Returns the value of themovementQty
record component.- Returns:
- the value of the
movementQty
record component
-
matchedQty
Returns the value of thematchedQty
record component.- Returns:
- the value of the
matchedQty
record component
-
organizationName
Returns the value of theorganizationName
record component.- Returns:
- the value of the
organizationName
record component
-
AD_Org_ID
public int AD_Org_ID()Returns the value of theAD_Org_ID
record component.- Returns:
- the value of the
AD_Org_ID
record component
-