Adempiere 3.5.2a

org.compiere.model
Interface I_R_Status

All Known Implementing Classes:
MStatus, X_R_Status

public interface I_R_Status

Generated Interface for R_Status

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsClosed
          Column name IsClosed
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_IsFinalClose
          Column name IsFinalClose
static String COLUMNNAME_IsOpen
          Column name IsOpen
static String COLUMNNAME_IsWebCanUpdate
          Column name IsWebCanUpdate
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Next_Status_ID
          Column name Next_Status_ID
static String COLUMNNAME_R_Status_ID
          Column name R_Status_ID
static String COLUMNNAME_R_StatusCategory_ID
          Column name R_StatusCategory_ID
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_TimeoutDays
          Column name TimeoutDays
static String COLUMNNAME_Update_Status_ID
          Column name Update_Status_ID
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=776
static String Table_Name
          TableName=R_Status
 
Method Summary
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 int getNext_Status_ID()
          Get Next Status.
 int getR_Status_ID()
          Get Status.
 int getR_StatusCategory_ID()
          Get Status Category.
 I_R_StatusCategory getR_StatusCategory()
           
 int getSeqNo()
          Get Sequence.
 int getTimeoutDays()
          Get Timeout in Days.
 int getUpdate_Status_ID()
          Get Update Status.
 String getValue()
          Get Search Key.
 boolean isClosed()
          Get Closed Status.
 boolean isDefault()
          Get Default.
 boolean isFinalClose()
          Get Final Close.
 boolean isOpen()
          Get Open Status.
 boolean isWebCanUpdate()
          Get Web Can Update.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsClosed(boolean IsClosed)
          Set Closed Status.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setIsFinalClose(boolean IsFinalClose)
          Set Final Close.
 void setIsOpen(boolean IsOpen)
          Set Open Status.
 void setIsWebCanUpdate(boolean IsWebCanUpdate)
          Set Web Can Update.
 void setName(String Name)
          Set Name.
 void setNext_Status_ID(int Next_Status_ID)
          Set Next Status.
 void setR_Status_ID(int R_Status_ID)
          Set Status.
 void setR_StatusCategory_ID(int R_StatusCategory_ID)
          Set Status Category.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setTimeoutDays(int TimeoutDays)
          Set Timeout in Days.
 void setUpdate_Status_ID(int Update_Status_ID)
          Set Update Status.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_Status

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=776


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsClosed

static final String COLUMNNAME_IsClosed
Column name IsClosed

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_IsFinalClose

static final String COLUMNNAME_IsFinalClose
Column name IsFinalClose

See Also:
Constant Field Values

COLUMNNAME_IsOpen

static final String COLUMNNAME_IsOpen
Column name IsOpen

See Also:
Constant Field Values

COLUMNNAME_IsWebCanUpdate

static final String COLUMNNAME_IsWebCanUpdate
Column name IsWebCanUpdate

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Next_Status_ID

static final String COLUMNNAME_Next_Status_ID
Column name Next_Status_ID

See Also:
Constant Field Values

COLUMNNAME_R_StatusCategory_ID

static final String COLUMNNAME_R_StatusCategory_ID
Column name R_StatusCategory_ID

See Also:
Constant Field Values

COLUMNNAME_R_Status_ID

static final String COLUMNNAME_R_Status_ID
Column name R_Status_ID

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values

COLUMNNAME_TimeoutDays

static final String COLUMNNAME_TimeoutDays
Column name TimeoutDays

See Also:
Constant Field Values

COLUMNNAME_Update_Status_ID

static final String COLUMNNAME_Update_Status_ID
Column name Update_Status_ID

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setIsClosed

void setIsClosed(boolean IsClosed)
Set Closed Status. The status is closed


isClosed

boolean isClosed()
Get Closed Status. The status is closed


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setIsFinalClose

void setIsFinalClose(boolean IsFinalClose)
Set Final Close. Entries with Final Close cannot be re-opened


isFinalClose

boolean isFinalClose()
Get Final Close. Entries with Final Close cannot be re-opened


setIsOpen

void setIsOpen(boolean IsOpen)
Set Open Status. The status is closed


isOpen

boolean isOpen()
Get Open Status. The status is closed


setIsWebCanUpdate

void setIsWebCanUpdate(boolean IsWebCanUpdate)
Set Web Can Update. Entry can be updated from the Web


isWebCanUpdate

boolean isWebCanUpdate()
Get Web Can Update. Entry can be updated from the Web


setName

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


getName

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


setNext_Status_ID

void setNext_Status_ID(int Next_Status_ID)
Set Next Status. Move to next status automatically after timeout


getNext_Status_ID

int getNext_Status_ID()
Get Next Status. Move to next status automatically after timeout


setR_StatusCategory_ID

void setR_StatusCategory_ID(int R_StatusCategory_ID)
Set Status Category. Request Status Category


getR_StatusCategory_ID

int getR_StatusCategory_ID()
Get Status Category. Request Status Category


getR_StatusCategory

I_R_StatusCategory getR_StatusCategory()
                                       throws Exception
Throws:
Exception

setR_Status_ID

void setR_Status_ID(int R_Status_ID)
Set Status. Request Status


getR_Status_ID

int getR_Status_ID()
Get Status. Request Status


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


setTimeoutDays

void setTimeoutDays(int TimeoutDays)
Set Timeout in Days. Timeout in Days to change Status automatically


getTimeoutDays

int getTimeoutDays()
Get Timeout in Days. Timeout in Days to change Status automatically


setUpdate_Status_ID

void setUpdate_Status_ID(int Update_Status_ID)
Set Update Status. Automatically change the status after entry from web


getUpdate_Status_ID

int getUpdate_Status_ID()
Get Update Status. Automatically change the status after entry from web


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.