Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Sequence

All Known Implementing Classes:
MSequence, X_AD_Sequence

public interface I_AD_Sequence

Generated Interface for AD_Sequence

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Sequence_ID
          Column name AD_Sequence_ID
static String COLUMNNAME_CurrentNext
          Column name CurrentNext
static String COLUMNNAME_CurrentNextSys
          Column name CurrentNextSys
static String COLUMNNAME_DateColumn
          Column name DateColumn
static String COLUMNNAME_DecimalPattern
          Column name DecimalPattern
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IncrementNo
          Column name IncrementNo
static String COLUMNNAME_IsAudited
          Column name IsAudited
static String COLUMNNAME_IsAutoSequence
          Column name IsAutoSequence
static String COLUMNNAME_IsTableID
          Column name IsTableID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Prefix
          Column name Prefix
static String COLUMNNAME_StartNewYear
          Column name StartNewYear
static String COLUMNNAME_StartNo
          Column name StartNo
static String COLUMNNAME_Suffix
          Column name Suffix
static String COLUMNNAME_VFormat
          Column name VFormat
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=115
static String Table_Name
          TableName=AD_Sequence
 
Method Summary
 int getAD_Sequence_ID()
          Get Sequence.
 int getCurrentNext()
          Get Current Next.
 int getCurrentNextSys()
          Get Current Next (System).
 String getDateColumn()
          Get Date Column.
 String getDecimalPattern()
          Get Decimal Pattern.
 String getDescription()
          Get Description.
 int getIncrementNo()
          Get Increment.
 String getName()
          Get Name.
 String getPrefix()
          Get Prefix.
 int getStartNo()
          Get Start No.
 String getSuffix()
          Get Suffix.
 String getVFormat()
          Get Value Format.
 boolean isAudited()
          Get Activate Audit.
 boolean isAutoSequence()
          Get Auto numbering.
 boolean isStartNewYear()
          Get Restart sequence every Year.
 boolean isTableID()
          Get Used for Record ID.
 void setAD_Sequence_ID(int AD_Sequence_ID)
          Set Sequence.
 void setCurrentNext(int CurrentNext)
          Set Current Next.
 void setCurrentNextSys(int CurrentNextSys)
          Set Current Next (System).
 void setDateColumn(String DateColumn)
          Set Date Column.
 void setDecimalPattern(String DecimalPattern)
          Set Decimal Pattern.
 void setDescription(String Description)
          Set Description.
 void setIncrementNo(int IncrementNo)
          Set Increment.
 void setIsAudited(boolean IsAudited)
          Set Activate Audit.
 void setIsAutoSequence(boolean IsAutoSequence)
          Set Auto numbering.
 void setIsTableID(boolean IsTableID)
          Set Used for Record ID.
 void setName(String Name)
          Set Name.
 void setPrefix(String Prefix)
          Set Prefix.
 void setStartNewYear(boolean StartNewYear)
          Set Restart sequence every Year.
 void setStartNo(int StartNo)
          Set Start No.
 void setSuffix(String Suffix)
          Set Suffix.
 void setVFormat(String VFormat)
          Set Value Format.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Sequence

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=115


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Sequence_ID

static final String COLUMNNAME_AD_Sequence_ID
Column name AD_Sequence_ID

See Also:
Constant Field Values

COLUMNNAME_CurrentNext

static final String COLUMNNAME_CurrentNext
Column name CurrentNext

See Also:
Constant Field Values

COLUMNNAME_CurrentNextSys

static final String COLUMNNAME_CurrentNextSys
Column name CurrentNextSys

See Also:
Constant Field Values

COLUMNNAME_DateColumn

static final String COLUMNNAME_DateColumn
Column name DateColumn

See Also:
Constant Field Values

COLUMNNAME_DecimalPattern

static final String COLUMNNAME_DecimalPattern
Column name DecimalPattern

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IncrementNo

static final String COLUMNNAME_IncrementNo
Column name IncrementNo

See Also:
Constant Field Values

COLUMNNAME_IsAudited

static final String COLUMNNAME_IsAudited
Column name IsAudited

See Also:
Constant Field Values

COLUMNNAME_IsAutoSequence

static final String COLUMNNAME_IsAutoSequence
Column name IsAutoSequence

See Also:
Constant Field Values

COLUMNNAME_IsTableID

static final String COLUMNNAME_IsTableID
Column name IsTableID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Prefix

static final String COLUMNNAME_Prefix
Column name Prefix

See Also:
Constant Field Values

COLUMNNAME_StartNewYear

static final String COLUMNNAME_StartNewYear
Column name StartNewYear

See Also:
Constant Field Values

COLUMNNAME_StartNo

static final String COLUMNNAME_StartNo
Column name StartNo

See Also:
Constant Field Values

COLUMNNAME_Suffix

static final String COLUMNNAME_Suffix
Column name Suffix

See Also:
Constant Field Values

COLUMNNAME_VFormat

static final String COLUMNNAME_VFormat
Column name VFormat

See Also:
Constant Field Values
Method Detail

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


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


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


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


setPrefix

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


getPrefix

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


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


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"


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.