Adempiere 3.5.2a

org.compiere.model
Interface I_S_ResourceType

All Known Implementing Classes:
MResourceType, X_S_ResourceType

public interface I_S_ResourceType

Generated Interface for S_ResourceType

Version:
Release 3.5.2a
Author:
Adempiere (generated)

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

Table_Name

static final String Table_Name
TableName=S_ResourceType

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=480


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AllowUoMFractions

static final String COLUMNNAME_AllowUoMFractions
Column name AllowUoMFractions

See Also:
Constant Field Values

COLUMNNAME_ChargeableQty

static final String COLUMNNAME_ChargeableQty
Column name ChargeableQty

See Also:
Constant Field Values

COLUMNNAME_C_TaxCategory_ID

static final String COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsDateSlot

static final String COLUMNNAME_IsDateSlot
Column name IsDateSlot

See Also:
Constant Field Values

COLUMNNAME_IsSingleAssignment

static final String COLUMNNAME_IsSingleAssignment
Column name IsSingleAssignment

See Also:
Constant Field Values

COLUMNNAME_IsTimeSlot

static final String COLUMNNAME_IsTimeSlot
Column name IsTimeSlot

See Also:
Constant Field Values

COLUMNNAME_M_Product_Category_ID

static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_OnFriday

static final String COLUMNNAME_OnFriday
Column name OnFriday

See Also:
Constant Field Values

COLUMNNAME_OnMonday

static final String COLUMNNAME_OnMonday
Column name OnMonday

See Also:
Constant Field Values

COLUMNNAME_OnSaturday

static final String COLUMNNAME_OnSaturday
Column name OnSaturday

See Also:
Constant Field Values

COLUMNNAME_OnSunday

static final String COLUMNNAME_OnSunday
Column name OnSunday

See Also:
Constant Field Values

COLUMNNAME_OnThursday

static final String COLUMNNAME_OnThursday
Column name OnThursday

See Also:
Constant Field Values

COLUMNNAME_OnTuesday

static final String COLUMNNAME_OnTuesday
Column name OnTuesday

See Also:
Constant Field Values

COLUMNNAME_OnWednesday

static final String COLUMNNAME_OnWednesday
Column name OnWednesday

See Also:
Constant Field Values

COLUMNNAME_S_ResourceType_ID

static final String COLUMNNAME_S_ResourceType_ID
Column name S_ResourceType_ID

See Also:
Constant Field Values

COLUMNNAME_TimeSlotEnd

static final String COLUMNNAME_TimeSlotEnd
Column name TimeSlotEnd

See Also:
Constant Field Values

COLUMNNAME_TimeSlotStart

static final String COLUMNNAME_TimeSlotStart
Column name TimeSlotStart

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setAllowUoMFractions

void setAllowUoMFractions(boolean AllowUoMFractions)
Set Allow UoM Fractions. Allow Unit of Measure Fractions


isAllowUoMFractions

boolean isAllowUoMFractions()
Get Allow UoM Fractions. Allow Unit of Measure Fractions


setChargeableQty

void setChargeableQty(int ChargeableQty)
Set Chargeable Quantity


getChargeableQty

int getChargeableQty()
Get Chargeable Quantity


setC_TaxCategory_ID

void setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category. Tax Category


getC_TaxCategory_ID

int getC_TaxCategory_ID()
Get Tax Category. Tax Category


getC_TaxCategory

I_C_TaxCategory getC_TaxCategory()
                                 throws Exception
Throws:
Exception

setC_UOM_ID

void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure


getC_UOM_ID

int getC_UOM_ID()
Get UOM. Unit of Measure


getC_UOM

I_C_UOM getC_UOM()
                 throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsDateSlot

void setIsDateSlot(boolean IsDateSlot)
Set Day Slot. Resource has day slot availability


isDateSlot

boolean isDateSlot()
Get Day Slot. Resource has day slot availability


setIsSingleAssignment

void setIsSingleAssignment(boolean IsSingleAssignment)
Set Single Assignment only. Only one assignment at a time (no double-booking or overlapping)


isSingleAssignment

boolean isSingleAssignment()
Get Single Assignment only. Only one assignment at a time (no double-booking or overlapping)


setIsTimeSlot

void setIsTimeSlot(boolean IsTimeSlot)
Set Time Slot. Resource has time slot availability


isTimeSlot

boolean isTimeSlot()
Get Time Slot. Resource has time slot availability


setM_Product_Category_ID

void setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. Category of a Product


getM_Product_Category_ID

int getM_Product_Category_ID()
Get Product Category. Category of a Product


getM_Product_Category

I_M_Product_Category getM_Product_Category()
                                           throws Exception
Throws:
Exception

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setOnFriday

void setOnFriday(boolean OnFriday)
Set Friday. Available on Fridays


isOnFriday

boolean isOnFriday()
Get Friday. Available on Fridays


setOnMonday

void setOnMonday(boolean OnMonday)
Set Monday. Available on Mondays


isOnMonday

boolean isOnMonday()
Get Monday. Available on Mondays


setOnSaturday

void setOnSaturday(boolean OnSaturday)
Set Saturday. Available on Saturday


isOnSaturday

boolean isOnSaturday()
Get Saturday. Available on Saturday


setOnSunday

void setOnSunday(boolean OnSunday)
Set Sunday. Available on Sundays


isOnSunday

boolean isOnSunday()
Get Sunday. Available on Sundays


setOnThursday

void setOnThursday(boolean OnThursday)
Set Thursday. Available on Thursdays


isOnThursday

boolean isOnThursday()
Get Thursday. Available on Thursdays


setOnTuesday

void setOnTuesday(boolean OnTuesday)
Set Tuesday. Available on Tuesdays


isOnTuesday

boolean isOnTuesday()
Get Tuesday. Available on Tuesdays


setOnWednesday

void setOnWednesday(boolean OnWednesday)
Set Wednesday. Available on Wednesdays


isOnWednesday

boolean isOnWednesday()
Get Wednesday. Available on Wednesdays


setS_ResourceType_ID

void setS_ResourceType_ID(int S_ResourceType_ID)
Set Resource Type


getS_ResourceType_ID

int getS_ResourceType_ID()
Get Resource Type


setTimeSlotEnd

void setTimeSlotEnd(Timestamp TimeSlotEnd)
Set Slot End. Time when timeslot ends


getTimeSlotEnd

Timestamp getTimeSlotEnd()
Get Slot End. Time when timeslot ends


setTimeSlotStart

void setTimeSlotStart(Timestamp TimeSlotStart)
Set Slot Start. Time when timeslot starts


getTimeSlotStart

Timestamp getTimeSlotStart()
Get Slot Start. Time when timeslot starts


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.