[1998727] MMovementLine.setM_LocatorTo_ID() sets the M_Locator_ID

This commit is contained in:
kthiemann 2008-06-20 12:36:58 +00:00
parent 30c8cf617a
commit a9e6b6f3c2
1 changed files with 6 additions and 6 deletions

View File

@ -267,16 +267,16 @@ public class MMovementLine extends X_M_MovementLine
} // setM_Locator_ID
/**
* Set M_Locator_ID
* @param M_Locator_ID id
* Set M_LocatorTo_ID
* @param M_LocatorTo_ID id
*/
public void setM_LocatorTo_ID (int M_Locator_ID)
public void setM_LocatorTo_ID (int M_LocatorTo_ID)
{
if (M_Locator_ID < 0)
if (M_LocatorTo_ID < 0)
throw new IllegalArgumentException ("M_LocatorTo_ID is mandatory.");
// set to 0 explicitly to reset
set_Value ("M_Locator_ID", new Integer(M_Locator_ID));
} // setM_Locator_ID
set_Value ("M_LocatorTo_ID", new Integer(M_LocatorTo_ID));
} // M_LocatorTo_ID
/**
* Get Movement lines Of Distribution Order Line