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 Details

  • 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

      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