|
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_S_ResourceType
public class X_S_ResourceType
Generated Model for S_ResourceType
| 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 |
| Constructor Summary | |
|---|---|
X_S_ResourceType(Properties ctx,
int S_ResourceType_ID,
String trxName)
Standard Constructor |
|
X_S_ResourceType(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| 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 X_S_ResourceType(Properties ctx,
int S_ResourceType_ID,
String trxName)
public X_S_ResourceType(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAllowUoMFractions(boolean AllowUoMFractions)
setAllowUoMFractions in interface I_S_ResourceTypeAllowUoMFractions - Allow Unit of Measure Fractionspublic boolean isAllowUoMFractions()
isAllowUoMFractions in interface I_S_ResourceTypepublic void setChargeableQty(int ChargeableQty)
setChargeableQty in interface I_S_ResourceTypeChargeableQty - Chargeable Quantitypublic int getChargeableQty()
getChargeableQty in interface I_S_ResourceType
public I_C_TaxCategory getC_TaxCategory()
throws Exception
getC_TaxCategory in interface I_S_ResourceTypeExceptionpublic void setC_TaxCategory_ID(int C_TaxCategory_ID)
setC_TaxCategory_ID in interface I_S_ResourceTypeC_TaxCategory_ID - Tax Categorypublic int getC_TaxCategory_ID()
getC_TaxCategory_ID in interface I_S_ResourceType
public I_C_UOM getC_UOM()
throws Exception
getC_UOM in interface I_S_ResourceTypeExceptionpublic void setC_UOM_ID(int C_UOM_ID)
setC_UOM_ID in interface I_S_ResourceTypeC_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
getC_UOM_ID in interface I_S_ResourceTypepublic void setDescription(String Description)
setDescription in interface I_S_ResourceTypeDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_S_ResourceTypepublic void setIsDateSlot(boolean IsDateSlot)
setIsDateSlot in interface I_S_ResourceTypeIsDateSlot - Resource has day slot availabilitypublic boolean isDateSlot()
isDateSlot in interface I_S_ResourceTypepublic void setIsSingleAssignment(boolean IsSingleAssignment)
setIsSingleAssignment in interface I_S_ResourceTypeIsSingleAssignment - Only one assignment at a time (no double-booking or overlapping)public boolean isSingleAssignment()
isSingleAssignment in interface I_S_ResourceTypepublic void setIsTimeSlot(boolean IsTimeSlot)
setIsTimeSlot in interface I_S_ResourceTypeIsTimeSlot - Resource has time slot availabilitypublic boolean isTimeSlot()
isTimeSlot in interface I_S_ResourceType
public I_M_Product_Category getM_Product_Category()
throws Exception
getM_Product_Category in interface I_S_ResourceTypeExceptionpublic void setM_Product_Category_ID(int M_Product_Category_ID)
setM_Product_Category_ID in interface I_S_ResourceTypeM_Product_Category_ID - Category of a Productpublic int getM_Product_Category_ID()
getM_Product_Category_ID in interface I_S_ResourceTypepublic void setName(String Name)
setName in interface I_S_ResourceTypeName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_S_ResourceTypepublic KeyNamePair getKeyNamePair()
public void setOnFriday(boolean OnFriday)
setOnFriday in interface I_S_ResourceTypeOnFriday - Available on Fridayspublic boolean isOnFriday()
isOnFriday in interface I_S_ResourceTypepublic void setOnMonday(boolean OnMonday)
setOnMonday in interface I_S_ResourceTypeOnMonday - Available on Mondayspublic boolean isOnMonday()
isOnMonday in interface I_S_ResourceTypepublic void setOnSaturday(boolean OnSaturday)
setOnSaturday in interface I_S_ResourceTypeOnSaturday - Available on Saturdaypublic boolean isOnSaturday()
isOnSaturday in interface I_S_ResourceTypepublic void setOnSunday(boolean OnSunday)
setOnSunday in interface I_S_ResourceTypeOnSunday - Available on Sundayspublic boolean isOnSunday()
isOnSunday in interface I_S_ResourceTypepublic void setOnThursday(boolean OnThursday)
setOnThursday in interface I_S_ResourceTypeOnThursday - Available on Thursdayspublic boolean isOnThursday()
isOnThursday in interface I_S_ResourceTypepublic void setOnTuesday(boolean OnTuesday)
setOnTuesday in interface I_S_ResourceTypeOnTuesday - Available on Tuesdayspublic boolean isOnTuesday()
isOnTuesday in interface I_S_ResourceTypepublic void setOnWednesday(boolean OnWednesday)
setOnWednesday in interface I_S_ResourceTypeOnWednesday - Available on Wednesdayspublic boolean isOnWednesday()
isOnWednesday in interface I_S_ResourceTypepublic void setS_ResourceType_ID(int S_ResourceType_ID)
setS_ResourceType_ID in interface I_S_ResourceTypeS_ResourceType_ID - Resource Typepublic int getS_ResourceType_ID()
getS_ResourceType_ID in interface I_S_ResourceTypepublic void setTimeSlotEnd(Timestamp TimeSlotEnd)
setTimeSlotEnd in interface I_S_ResourceTypeTimeSlotEnd - Time when timeslot endspublic Timestamp getTimeSlotEnd()
getTimeSlotEnd in interface I_S_ResourceTypepublic void setTimeSlotStart(Timestamp TimeSlotStart)
setTimeSlotStart in interface I_S_ResourceTypeTimeSlotStart - Time when timeslot startspublic Timestamp getTimeSlotStart()
getTimeSlotStart in interface I_S_ResourceTypepublic void setValue(String Value)
setValue in interface I_S_ResourceTypeValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_S_ResourceType
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||