Uses of Class
org.compiere.model.MEXPFormatLine
-
Packages that use MEXPFormatLine Package Description org.compiere.model Provides for.... -
-
Uses of MEXPFormatLine in org.compiere.model
Methods in org.compiere.model that return MEXPFormatLine Modifier and Type Method Description static MEXPFormatLine
MEXPFormatLine. getFormatLineByValue(Properties ctx, String value, int EXP_Format_ID, String trxName)
MEXPFormatLine
MEXPFormatLine. markImmutable()
Methods in org.compiere.model that return types with arguments of type MEXPFormatLine Modifier and Type Method Description List<MEXPFormatLine>
MEXPFormat. getFormatLines()
List<MEXPFormatLine>
MEXPFormat. getFormatLinesOrderedBy(String orderBy)
Collection<MEXPFormatLine>
MEXPFormat. getUniqueColumns()
Constructors in org.compiere.model with parameters of type MEXPFormatLine Constructor Description MEXPFormatLine(Properties ctx, MEXPFormatLine copy)
MEXPFormatLine(Properties ctx, MEXPFormatLine copy, String trxName)
MEXPFormatLine(MEXPFormatLine copy)
-