Adempiere 3.5.2a

org.compiere.model
Interface I_S_ResourceUnAvailable

All Known Implementing Classes:
MResourceUnAvailable, X_S_ResourceUnAvailable

public interface I_S_ResourceUnAvailable

Generated Interface for S_ResourceUnAvailable

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_DateFrom
          Column name DateFrom
static String COLUMNNAME_DateTo
          Column name DateTo
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_S_Resource_ID
          Column name S_Resource_ID
static String COLUMNNAME_S_ResourceUnAvailable_ID
          Column name S_ResourceUnAvailable_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=482
static String Table_Name
          TableName=S_ResourceUnAvailable
 
Method Summary
 Timestamp getDateFrom()
          Get Date From.
 Timestamp getDateTo()
          Get Date To.
 String getDescription()
          Get Description.
 int getS_Resource_ID()
          Get Resource.
 I_S_Resource getS_Resource()
           
 int getS_ResourceUnAvailable_ID()
          Get Resource Unavailability
 void setDateFrom(Timestamp DateFrom)
          Set Date From.
 void setDateTo(Timestamp DateTo)
          Set Date To.
 void setDescription(String Description)
          Set Description.
 void setS_Resource_ID(int S_Resource_ID)
          Set Resource.
 void setS_ResourceUnAvailable_ID(int S_ResourceUnAvailable_ID)
          Set Resource Unavailability
 

Field Detail

Table_Name

static final String Table_Name
TableName=S_ResourceUnAvailable

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=482


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_DateFrom

static final String COLUMNNAME_DateFrom
Column name DateFrom

See Also:
Constant Field Values

COLUMNNAME_DateTo

static final String COLUMNNAME_DateTo
Column name DateTo

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_S_Resource_ID

static final String COLUMNNAME_S_Resource_ID
Column name S_Resource_ID

See Also:
Constant Field Values

COLUMNNAME_S_ResourceUnAvailable_ID

static final String COLUMNNAME_S_ResourceUnAvailable_ID
Column name S_ResourceUnAvailable_ID

See Also:
Constant Field Values
Method Detail

setDateFrom

void setDateFrom(Timestamp DateFrom)
Set Date From. Starting date for a range


getDateFrom

Timestamp getDateFrom()
Get Date From. Starting date for a range


setDateTo

void setDateTo(Timestamp DateTo)
Set Date To. End date of a date range


getDateTo

Timestamp getDateTo()
Get Date To. End date of a date range


setDescription

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


getDescription

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


setS_Resource_ID

void setS_Resource_ID(int S_Resource_ID)
Set Resource. Resource


getS_Resource_ID

int getS_Resource_ID()
Get Resource. Resource


getS_Resource

I_S_Resource getS_Resource()
                           throws Exception
Throws:
Exception

setS_ResourceUnAvailable_ID

void setS_ResourceUnAvailable_ID(int S_ResourceUnAvailable_ID)
Set Resource Unavailability


getS_ResourceUnAvailable_ID

int getS_ResourceUnAvailable_ID()
Get Resource Unavailability


Adempiere 3.5.2a

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