|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_Zone
public class X_M_Zone
Generated Model for M_Zone
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=1011 |
static String |
Table_Name
TableName=M_Zone |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_Zone(Ctx ctx,
int M_Zone_ID,
String trxName)
Standard Constructor |
|
X_M_Zone(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAddLocator()
Get Add Locators. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Warehouse_ID()
Get Warehouse. |
int |
getM_Zone_ID()
Get Zone. |
String |
getName()
Get Name. |
int |
getPickingSeqNo()
Get Picking Sequence No. |
int |
getPutawaySeqNo()
Get Putaway Sequence No. |
int |
getReplenishmentSeqNo()
Get Replenishment Sequence No. |
String |
getSynchronizeDefaults()
Get Synchronize Defaults. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isAvailableForAllocation()
Get Available For Allocation. |
boolean |
isAvailableToPromise()
Get Available To Promise. |
boolean |
isStatic()
Get Static Zone. |
void |
setAddLocator(String AddLocator)
Set Add Locators. |
void |
setDescription(String Description)
Set Description. |
void |
setIsAvailableForAllocation(boolean IsAvailableForAllocation)
Set Available For Allocation. |
void |
setIsAvailableToPromise(boolean IsAvailableToPromise)
Set Available To Promise. |
void |
setIsStatic(boolean IsStatic)
Set Static Zone. |
void |
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. |
void |
setM_Zone_ID(int M_Zone_ID)
Set Zone. |
void |
setName(String Name)
Set Name. |
void |
setPickingSeqNo(int PickingSeqNo)
Set Picking Sequence No. |
void |
setPutawaySeqNo(int PutawaySeqNo)
Set Putaway Sequence No. |
void |
setReplenishmentSeqNo(int ReplenishmentSeqNo)
Set Replenishment Sequence No. |
void |
setSynchronizeDefaults(String SynchronizeDefaults)
Set Synchronize Defaults. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_M_Zone(Ctx ctx,
int M_Zone_ID,
String trxName)
ctx - contextM_Zone_ID - idtrxName - transaction
public X_M_Zone(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAddLocator(String AddLocator)
AddLocator - Add Locators to Zonepublic String getAddLocator()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIsAvailableForAllocation(boolean IsAvailableForAllocation)
IsAvailableForAllocation - Onhand in locator is available for allocationpublic boolean isAvailableForAllocation()
public void setIsAvailableToPromise(boolean IsAvailableToPromise)
IsAvailableToPromise - Onhand is available to promisepublic boolean isAvailableToPromise()
public void setIsStatic(boolean IsStatic)
IsStatic - If checked, this zone cannot overlap other static zonespublic boolean isStatic()
public void setM_Warehouse_ID(int M_Warehouse_ID)
M_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
public void setM_Zone_ID(int M_Zone_ID)
M_Zone_ID - Warehouse zonepublic int getM_Zone_ID()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setPickingSeqNo(int PickingSeqNo)
PickingSeqNo - Locator Picking Sequence Numberpublic int getPickingSeqNo()
public void setPutawaySeqNo(int PutawaySeqNo)
PutawaySeqNo - Putaway Sequence Number of locatorpublic int getPutawaySeqNo()
public void setReplenishmentSeqNo(int ReplenishmentSeqNo)
ReplenishmentSeqNo - Replenishment Sequence No of zonepublic int getReplenishmentSeqNo()
public void setSynchronizeDefaults(String SynchronizeDefaults)
SynchronizeDefaults - Copy the values of Available to Promise and Available for Allocation flags to all locators in this zone.public String getSynchronizeDefaults()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||