Interface I_AD_Sequence

  • All Known Implementing Classes:
    MSequence, X_AD_Sequence

    public interface I_AD_Sequence
    Generated Interface for AD_Sequence
    Version:
    Release 9
    Author:
    iDempiere (generated)
    • 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
      • setAD_Sequence_ID

        void setAD_Sequence_ID​(int AD_Sequence_ID)
        Set Sequence. Document Sequence
      • getAD_Sequence_ID

        int getAD_Sequence_ID()
        Get Sequence. Document Sequence
      • setAD_Sequence_UU

        void setAD_Sequence_UU​(String AD_Sequence_UU)
        Set AD_Sequence_UU
      • getAD_Sequence_UU

        String getAD_Sequence_UU()
        Get AD_Sequence_UU
      • getCreated

        Timestamp getCreated()
        Get Created. Date this record was created
      • getCreatedBy

        int getCreatedBy()
        Get Created By. User who created this records
      • setCurrentNext

        void setCurrentNext​(int CurrentNext)
        Set Current Next. The next number to be used
      • getCurrentNext

        int getCurrentNext()
        Get Current Next. The next number to be used
      • setCurrentNextSys

        void setCurrentNextSys​(int CurrentNextSys)
        Set Current Next (System). Next sequence for system use
      • getCurrentNextSys

        int getCurrentNextSys()
        Get Current Next (System). Next sequence for system use
      • setDateColumn

        void setDateColumn​(String DateColumn)
        Set Date Column. Fully qualified date column
      • getDateColumn

        String getDateColumn()
        Get Date Column. Fully qualified date column
      • setDecimalPattern

        void setDecimalPattern​(String DecimalPattern)
        Set Decimal Pattern. Java Decimal Pattern
      • getDecimalPattern

        String getDecimalPattern()
        Get Decimal Pattern. Java Decimal Pattern
      • setDescription

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

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

        void setIncrementNo​(int IncrementNo)
        Set Increment. The number to increment the last document number by
      • getIncrementNo

        int getIncrementNo()
        Get Increment. The number to increment the last document number by
      • 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
      • setIsAudited

        void setIsAudited​(boolean IsAudited)
        Set Activate Audit. Activate Audit Trail of what numbers are generated
      • isAudited

        boolean isAudited()
        Get Activate Audit. Activate Audit Trail of what numbers are generated
      • setIsAutoSequence

        void setIsAutoSequence​(boolean IsAutoSequence)
        Set Auto numbering. Automatically assign the next number
      • isAutoSequence

        boolean isAutoSequence()
        Get Auto numbering. Automatically assign the next number
      • setIsOrgLevelSequence

        void setIsOrgLevelSequence​(boolean IsOrgLevelSequence)
        Set Organization level. This sequence can be defined for each organization
      • isOrgLevelSequence

        boolean isOrgLevelSequence()
        Get Organization level. This sequence can be defined for each organization
      • setIsTableID

        void setIsTableID​(boolean IsTableID)
        Set Used for Record ID. The document number will be used as the record key
      • isTableID

        boolean isTableID()
        Get Used for Record ID. The document number will be used as the record key
      • setName

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

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

        void setOrgColumn​(String OrgColumn)
        Set Org Column. Fully qualified Organization column (AD_Org_ID)
      • getOrgColumn

        String getOrgColumn()
        Get Org Column. Fully qualified Organization column (AD_Org_ID)
      • setPrefix

        void setPrefix​(String Prefix)
        Set Prefix. Prefix before the sequence number
      • getPrefix

        String getPrefix()
        Get Prefix. Prefix before the sequence number
      • setStartNewMonth

        void setStartNewMonth​(boolean StartNewMonth)
        Set Restart sequence every month
      • isStartNewMonth

        boolean isStartNewMonth()
        Get Restart sequence every month
      • setStartNewYear

        void setStartNewYear​(boolean StartNewYear)
        Set Restart sequence every Year. Restart the sequence with Start on every 1/1
      • isStartNewYear

        boolean isStartNewYear()
        Get Restart sequence every Year. Restart the sequence with Start on every 1/1
      • setStartNo

        void setStartNo​(int StartNo)
        Set Start No. Starting number/position
      • getStartNo

        int getStartNo()
        Get Start No. Starting number/position
      • setSuffix

        void setSuffix​(String Suffix)
        Set Suffix. Suffix after the number
      • getSuffix

        String getSuffix()
        Get Suffix. Suffix after the number
      • getUpdated

        Timestamp getUpdated()
        Get Updated. Date this record was updated
      • getUpdatedBy

        int getUpdatedBy()
        Get Updated By. User who updated this records
      • setVFormat

        void setVFormat​(String VFormat)
        Set Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09"
      • getVFormat

        String getVFormat()
        Get Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09"