|
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_S_ResourceType
public class X_S_ResourceType
Generated Model for S_ResourceType
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=480 |
static String |
Table_Name
TableName=S_ResourceType |
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_S_ResourceType(Ctx ctx,
int S_ResourceType_ID,
String trxName)
Standard Constructor |
|
X_S_ResourceType(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_TaxCategory_ID()
Get Tax Category. |
int |
getC_UOM_ID()
Get UOM. |
int |
getChargeableQty()
Get Chargeable Quantity. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Product_Category_ID()
Get 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(Ctx 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()
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_S_ResourceType(Ctx ctx,
int S_ResourceType_ID,
String trxName)
ctx - contextS_ResourceType_ID - idtrxName - transaction
public X_S_ResourceType(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 setAllowUoMFractions(boolean AllowUoMFractions)
AllowUoMFractions - Allow Unit of Measure Fractionspublic boolean isAllowUoMFractions()
public void setC_TaxCategory_ID(int C_TaxCategory_ID)
C_TaxCategory_ID - Tax Categorypublic int getC_TaxCategory_ID()
public void setC_UOM_ID(int C_UOM_ID)
C_UOM_ID - Unit of Measurepublic int getC_UOM_ID()
public void setChargeableQty(int ChargeableQty)
ChargeableQty - Chargeable Quantitypublic int getChargeableQty()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIsDateSlot(boolean IsDateSlot)
IsDateSlot - Resource has day slot availabilitypublic boolean isDateSlot()
public void setIsSingleAssignment(boolean IsSingleAssignment)
IsSingleAssignment - Only one assignment at a time (no double-booking or overlapping)public boolean isSingleAssignment()
public void setIsTimeSlot(boolean IsTimeSlot)
IsTimeSlot - Resource has time slot availabilitypublic boolean isTimeSlot()
public void setM_Product_Category_ID(int M_Product_Category_ID)
M_Product_Category_ID - Category of a Productpublic int getM_Product_Category_ID()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setOnFriday(boolean OnFriday)
OnFriday - Available on Fridayspublic boolean isOnFriday()
public void setOnMonday(boolean OnMonday)
OnMonday - Available on Mondayspublic boolean isOnMonday()
public void setOnSaturday(boolean OnSaturday)
OnSaturday - Available on Saturdaypublic boolean isOnSaturday()
public void setOnSunday(boolean OnSunday)
OnSunday - Available on Sundayspublic boolean isOnSunday()
public void setOnThursday(boolean OnThursday)
OnThursday - Available on Thursdayspublic boolean isOnThursday()
public void setOnTuesday(boolean OnTuesday)
OnTuesday - Available on Tuesdayspublic boolean isOnTuesday()
public void setOnWednesday(boolean OnWednesday)
OnWednesday - Available on Wednesdayspublic boolean isOnWednesday()
public void setS_ResourceType_ID(int S_ResourceType_ID)
S_ResourceType_ID - Resource Typepublic int getS_ResourceType_ID()
public void setTimeSlotEnd(Timestamp TimeSlotEnd)
TimeSlotEnd - Time when timeslot endspublic Timestamp getTimeSlotEnd()
public void setTimeSlotStart(Timestamp TimeSlotStart)
TimeSlotStart - Time when timeslot startspublic Timestamp getTimeSlotStart()
public void setValue(String Value)
Value - Search key for the record in the format required - must be uniquepublic String getValue()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||