|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_S_ResourceType
Generated Interface for S_ResourceType
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_AllowUoMFractions
Column name AllowUoMFractions |
static String |
COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID |
static String |
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID |
static String |
COLUMNNAME_ChargeableQty
Column name ChargeableQty |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_IsDateSlot
Column name IsDateSlot |
static String |
COLUMNNAME_IsSingleAssignment
Column name IsSingleAssignment |
static String |
COLUMNNAME_IsTimeSlot
Column name IsTimeSlot |
static String |
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID |
static String |
COLUMNNAME_Name
Column name Name |
static String |
COLUMNNAME_OnFriday
Column name OnFriday |
static String |
COLUMNNAME_OnMonday
Column name OnMonday |
static String |
COLUMNNAME_OnSaturday
Column name OnSaturday |
static String |
COLUMNNAME_OnSunday
Column name OnSunday |
static String |
COLUMNNAME_OnThursday
Column name OnThursday |
static String |
COLUMNNAME_OnTuesday
Column name OnTuesday |
static String |
COLUMNNAME_OnWednesday
Column name OnWednesday |
static String |
COLUMNNAME_S_ResourceType_ID
Column name S_ResourceType_ID |
static String |
COLUMNNAME_TimeSlotEnd
Column name TimeSlotEnd |
static String |
COLUMNNAME_TimeSlotStart
Column name TimeSlotStart |
static String |
COLUMNNAME_Value
Column name Value |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=480 |
static String |
Table_Name
TableName=S_ResourceType |
| Method Summary | |
|---|---|
int |
getC_TaxCategory_ID()
Get Tax Category. |
I_C_TaxCategory |
getC_TaxCategory()
|
int |
getC_UOM_ID()
Get UOM. |
I_C_UOM |
getC_UOM()
|
int |
getChargeableQty()
Get Chargeable Quantity |
String |
getDescription()
Get Description. |
int |
getM_Product_Category_ID()
Get Product Category. |
I_M_Product_Category |
getM_Product_Category()
|
String |
getName()
Get Name. |
int |
getS_ResourceType_ID()
Get Resource Type |
Timestamp |
getTimeSlotEnd()
Get Slot End. |
Timestamp |
getTimeSlotStart()
Get Slot Start. |
String |
getValue()
Get Search Key. |
boolean |
isAllowUoMFractions()
Get Allow UoM Fractions. |
boolean |
isDateSlot()
Get Day Slot. |
boolean |
isOnFriday()
Get Friday. |
boolean |
isOnMonday()
Get Monday. |
boolean |
isOnSaturday()
Get Saturday. |
boolean |
isOnSunday()
Get Sunday. |
boolean |
isOnThursday()
Get Thursday. |
boolean |
isOnTuesday()
Get Tuesday. |
boolean |
isOnWednesday()
Get Wednesday. |
boolean |
isSingleAssignment()
Get Single Assignment only. |
boolean |
isTimeSlot()
Get Time Slot. |
void |
setAllowUoMFractions(boolean AllowUoMFractions)
Set Allow UoM Fractions. |
void |
setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category. |
void |
setC_UOM_ID(int C_UOM_ID)
Set UOM. |
void |
setChargeableQty(int ChargeableQty)
Set Chargeable Quantity |
void |
setDescription(String Description)
Set Description. |
void |
setIsDateSlot(boolean IsDateSlot)
Set Day Slot. |
void |
setIsSingleAssignment(boolean IsSingleAssignment)
Set Single Assignment only. |
void |
setIsTimeSlot(boolean IsTimeSlot)
Set Time Slot. |
void |
setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. |
void |
setName(String Name)
Set Name. |
void |
setOnFriday(boolean OnFriday)
Set Friday. |
void |
setOnMonday(boolean OnMonday)
Set Monday. |
void |
setOnSaturday(boolean OnSaturday)
Set Saturday. |
void |
setOnSunday(boolean OnSunday)
Set Sunday. |
void |
setOnThursday(boolean OnThursday)
Set Thursday. |
void |
setOnTuesday(boolean OnTuesday)
Set Tuesday. |
void |
setOnWednesday(boolean OnWednesday)
Set Wednesday. |
void |
setS_ResourceType_ID(int S_ResourceType_ID)
Set Resource Type |
void |
setTimeSlotEnd(Timestamp TimeSlotEnd)
Set Slot End. |
void |
setTimeSlotStart(Timestamp TimeSlotStart)
Set Slot Start. |
void |
setValue(String Value)
Set Search Key. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AllowUoMFractions
static final String COLUMNNAME_ChargeableQty
static final String COLUMNNAME_C_TaxCategory_ID
static final String COLUMNNAME_C_UOM_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_IsDateSlot
static final String COLUMNNAME_IsSingleAssignment
static final String COLUMNNAME_IsTimeSlot
static final String COLUMNNAME_M_Product_Category_ID
static final String COLUMNNAME_Name
static final String COLUMNNAME_OnFriday
static final String COLUMNNAME_OnMonday
static final String COLUMNNAME_OnSaturday
static final String COLUMNNAME_OnSunday
static final String COLUMNNAME_OnThursday
static final String COLUMNNAME_OnTuesday
static final String COLUMNNAME_OnWednesday
static final String COLUMNNAME_S_ResourceType_ID
static final String COLUMNNAME_TimeSlotEnd
static final String COLUMNNAME_TimeSlotStart
static final String COLUMNNAME_Value
| Method Detail |
|---|
void setAllowUoMFractions(boolean AllowUoMFractions)
boolean isAllowUoMFractions()
void setChargeableQty(int ChargeableQty)
int getChargeableQty()
void setC_TaxCategory_ID(int C_TaxCategory_ID)
int getC_TaxCategory_ID()
I_C_TaxCategory getC_TaxCategory()
throws Exception
Exceptionvoid setC_UOM_ID(int C_UOM_ID)
int getC_UOM_ID()
I_C_UOM getC_UOM()
throws Exception
Exceptionvoid setDescription(String Description)
String getDescription()
void setIsDateSlot(boolean IsDateSlot)
boolean isDateSlot()
void setIsSingleAssignment(boolean IsSingleAssignment)
boolean isSingleAssignment()
void setIsTimeSlot(boolean IsTimeSlot)
boolean isTimeSlot()
void setM_Product_Category_ID(int M_Product_Category_ID)
int getM_Product_Category_ID()
I_M_Product_Category getM_Product_Category()
throws Exception
Exceptionvoid setName(String Name)
String getName()
void setOnFriday(boolean OnFriday)
boolean isOnFriday()
void setOnMonday(boolean OnMonday)
boolean isOnMonday()
void setOnSaturday(boolean OnSaturday)
boolean isOnSaturday()
void setOnSunday(boolean OnSunday)
boolean isOnSunday()
void setOnThursday(boolean OnThursday)
boolean isOnThursday()
void setOnTuesday(boolean OnTuesday)
boolean isOnTuesday()
void setOnWednesday(boolean OnWednesday)
boolean isOnWednesday()
void setS_ResourceType_ID(int S_ResourceType_ID)
int getS_ResourceType_ID()
void setTimeSlotEnd(Timestamp TimeSlotEnd)
Timestamp getTimeSlotEnd()
void setTimeSlotStart(Timestamp TimeSlotStart)
Timestamp getTimeSlotStart()
void setValue(String Value)
String getValue()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||