|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_PeriodControl
org.compiere.model.MPeriodControl
public class MPeriodControl
Period Control Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_C_PeriodControl |
|---|
accessLevel, COLUMNNAME_C_Period_ID, COLUMNNAME_C_PeriodControl_ID, COLUMNNAME_DocBaseType, COLUMNNAME_PeriodAction, COLUMNNAME_PeriodStatus, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MPeriodControl(MPeriod period,
String DocBaseType)
Parent Constructor |
|
MPeriodControl(Properties ctx,
int AD_Client_ID,
int C_Period_ID,
String DocBaseType,
String trxName)
New Constructor |
|
MPeriodControl(Properties ctx,
int C_PeriodControl_ID,
String trxName)
Standard Constructor |
|
MPeriodControl(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
boolean |
isOpen()
Is Period Open |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_PeriodControl |
|---|
get_AccessLevel, getC_Period_ID, getC_Period, getC_PeriodControl_ID, getDocBaseType, getKeyNamePair, getPeriodAction, getPeriodStatus, initPO, isProcessing, setC_Period_ID, setC_PeriodControl_ID, setDocBaseType, setPeriodAction, setPeriodStatus, setProcessing |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MPeriodControl(Properties ctx,
int C_PeriodControl_ID,
String trxName)
ctx - contextC_PeriodControl_ID - 0trxName - transaction
public MPeriodControl(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MPeriodControl(MPeriod period,
String DocBaseType)
period - parentDocBaseType - doc base type
public MPeriodControl(Properties ctx,
int AD_Client_ID,
int C_Period_ID,
String DocBaseType,
String trxName)
ctx - contextAD_Client_ID - clientC_Period_ID - periodDocBaseType - doc base typetrxName - transaction| Method Detail |
|---|
public boolean isOpen()
public String toString()
toString in class X_C_PeriodControl
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||