Package org.compiere.model
Interface I_R_Status
-
- All Known Implementing Classes:
MStatus,X_R_Status
public interface I_R_StatusGenerated Interface for R_Status- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsClosedColumn name IsClosedstatic StringCOLUMNNAME_IsDefaultColumn name IsDefaultstatic StringCOLUMNNAME_IsFinalCloseColumn name IsFinalClosestatic StringCOLUMNNAME_IsOpenColumn name IsOpenstatic StringCOLUMNNAME_IsWebCanUpdateColumn name IsWebCanUpdatestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_Next_Status_IDColumn name Next_Status_IDstatic StringCOLUMNNAME_R_Status_IDColumn name R_Status_IDstatic StringCOLUMNNAME_R_Status_UUColumn name R_Status_UUstatic StringCOLUMNNAME_R_StatusCategory_IDColumn name R_StatusCategory_IDstatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_TimeoutDaysColumn name TimeoutDaysstatic StringCOLUMNNAME_Update_Status_IDColumn name Update_Status_IDstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueColumn name Valuestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=776static StringTable_NameTableName=R_Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetHelp()Get Comment/Help.StringgetName()Get Name.I_R_StatusgetNext_Status()intgetNext_Status_ID()Get Next Status.intgetR_Status_ID()Get Status.StringgetR_Status_UU()Get R_Status_UUI_R_StatusCategorygetR_StatusCategory()intgetR_StatusCategory_ID()Get Status Category.intgetSeqNo()Get Sequence.intgetTimeoutDays()Get Timeout in Days.I_R_StatusgetUpdate_Status()intgetUpdate_Status_ID()Get Update Status.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValue()Get Search Key.booleanisActive()Get Active.booleanisClosed()Get Closed Status.booleanisDefault()Get Default.booleanisFinalClose()Get Final Close.booleanisOpen()Get Open Status.booleanisWebCanUpdate()Get Web Can Update.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetDescription(String Description)Set Description.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetIsClosed(boolean IsClosed)Set Closed Status.voidsetIsDefault(boolean IsDefault)Set Default.voidsetIsFinalClose(boolean IsFinalClose)Set Final Close.voidsetIsOpen(boolean IsOpen)Set Open Status.voidsetIsWebCanUpdate(boolean IsWebCanUpdate)Set Web Can Update.voidsetName(String Name)Set Name.voidsetNext_Status_ID(int Next_Status_ID)Set Next Status.voidsetR_Status_ID(int R_Status_ID)Set Status.voidsetR_Status_UU(String R_Status_UU)Set R_Status_UUvoidsetR_StatusCategory_ID(int R_StatusCategory_ID)Set Status Category.voidsetSeqNo(int SeqNo)Set Sequence.voidsetTimeoutDays(int TimeoutDays)Set Timeout in Days.voidsetUpdate_Status_ID(int Update_Status_ID)Set Update Status.voidsetValue(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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_R_Status_UU
static final String COLUMNNAME_R_Status_UU
Column name R_Status_UU- 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_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
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
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
-
getNext_Status
I_R_Status getNext_Status() throws RuntimeException
- 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
I_R_StatusCategory getR_StatusCategory() throws RuntimeException
- 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
void setR_Status_UU(String R_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
I_R_Status getUpdate_Status() throws RuntimeException
- Throws:
RuntimeException
-
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
-
-