Package 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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name Helpstatic final String
Column name IsActivestatic final String
Column name IsClosedstatic final String
Column name IsDefaultstatic final String
Column name IsFinalClosestatic final String
Column name IsOpenstatic final String
Column name IsWebCanUpdatestatic final String
Column name Namestatic final String
Column name Next_Status_IDstatic final String
Column name R_Status_IDstatic final String
Column name R_Status_UUstatic final String
Column name R_StatusCategory_IDstatic final String
Column name SeqNostatic final String
Column name TimeoutDaysstatic final String
Column name Update_Status_IDstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=776static final String
TableName=R_Status -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.Get Description.getHelp()
Get Comment/Help.getName()
Get Name.int
Get Next Status.int
Get Status.Get R_Status_UUint
Get Status Category.int
getSeqNo()
Get Sequence.int
Get Timeout in Days.int
Get Update Status.Get Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isClosed()
Get Closed Status.boolean
Get Default.boolean
Get Final Close.boolean
isOpen()
Get Open Status.boolean
Get Web Can Update.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setDescription
(String Description) Set Description.void
Set Comment/Help.void
setIsActive
(boolean IsActive) Set Active.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
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_Status_UU
(String R_Status_UU) Set R_Status_UUvoid
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
Set Search Key.
-
Field Details
-
Table_Name
TableName=R_Status- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=776- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsClosed
Column name IsClosed- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_IsFinalClose
Column name IsFinalClose- See Also:
-
COLUMNNAME_IsOpen
Column name IsOpen- See Also:
-
COLUMNNAME_IsWebCanUpdate
Column name IsWebCanUpdate- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Next_Status_ID
Column name Next_Status_ID- See Also:
-
COLUMNNAME_R_StatusCategory_ID
Column name R_StatusCategory_ID- See Also:
-
COLUMNNAME_R_Status_ID
Column name R_Status_ID- See Also:
-
COLUMNNAME_R_Status_UU
Column name R_Status_UU- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_TimeoutDays
Column name TimeoutDays- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Update_Status_ID
Column name Update_Status_ID- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setHelp
Set Comment/Help. Comment or Hint -
getHelp
String getHelp()Get Comment/Help. Comment or Hint -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
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
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 -
getNext_Status
- Throws:
RuntimeException
-
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
- Throws:
RuntimeException
-
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 -
setR_Status_UU
Set R_Status_UU -
getR_Status_UU
String getR_Status_UU()Get R_Status_UU -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
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 -
getUpdate_Status
- Throws:
RuntimeException
-
setValue
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
-