Package org.compiere.model
Interface I_AD_Sequence
-
- All Known Implementing Classes:
MSequence,X_AD_Sequence
public interface I_AD_SequenceGenerated Interface for AD_Sequence- 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_AD_Sequence_IDColumn name AD_Sequence_IDstatic StringCOLUMNNAME_AD_Sequence_UUColumn name AD_Sequence_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CurrentNextColumn name CurrentNextstatic StringCOLUMNNAME_CurrentNextSysColumn name CurrentNextSysstatic StringCOLUMNNAME_DateColumnColumn name DateColumnstatic StringCOLUMNNAME_DecimalPatternColumn name DecimalPatternstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IncrementNoColumn name IncrementNostatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsAuditedColumn name IsAuditedstatic StringCOLUMNNAME_IsAutoSequenceColumn name IsAutoSequencestatic StringCOLUMNNAME_IsOrgLevelSequenceColumn name IsOrgLevelSequencestatic StringCOLUMNNAME_IsTableIDColumn name IsTableIDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_OrgColumnColumn name OrgColumnstatic StringCOLUMNNAME_PrefixColumn name Prefixstatic StringCOLUMNNAME_StartNewMonthColumn name StartNewMonthstatic StringCOLUMNNAME_StartNewYearColumn name StartNewYearstatic StringCOLUMNNAME_StartNoColumn name StartNostatic StringCOLUMNNAME_SuffixColumn name Suffixstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_VFormatColumn name VFormatstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=115static StringTable_NameTableName=AD_Sequence
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetAD_Sequence_ID()Get Sequence.StringgetAD_Sequence_UU()Get AD_Sequence_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.intgetCurrentNext()Get Current Next.intgetCurrentNextSys()Get Current Next (System).StringgetDateColumn()Get Date Column.StringgetDecimalPattern()Get Decimal Pattern.StringgetDescription()Get Description.intgetIncrementNo()Get Increment.StringgetName()Get Name.StringgetOrgColumn()Get Org Column.StringgetPrefix()Get Prefix.intgetStartNo()Get Start No.StringgetSuffix()Get Suffix.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetVFormat()Get Value Format.booleanisActive()Get Active.booleanisAudited()Get Activate Audit.booleanisAutoSequence()Get Auto numbering.booleanisOrgLevelSequence()Get Organization level.booleanisStartNewMonth()Get Restart sequence every monthbooleanisStartNewYear()Get Restart sequence every Year.booleanisTableID()Get Used for Record ID.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Sequence_ID(int AD_Sequence_ID)Set Sequence.voidsetAD_Sequence_UU(String AD_Sequence_UU)Set AD_Sequence_UUvoidsetCurrentNext(int CurrentNext)Set Current Next.voidsetCurrentNextSys(int CurrentNextSys)Set Current Next (System).voidsetDateColumn(String DateColumn)Set Date Column.voidsetDecimalPattern(String DecimalPattern)Set Decimal Pattern.voidsetDescription(String Description)Set Description.voidsetIncrementNo(int IncrementNo)Set Increment.voidsetIsActive(boolean IsActive)Set Active.voidsetIsAudited(boolean IsAudited)Set Activate Audit.voidsetIsAutoSequence(boolean IsAutoSequence)Set Auto numbering.voidsetIsOrgLevelSequence(boolean IsOrgLevelSequence)Set Organization level.voidsetIsTableID(boolean IsTableID)Set Used for Record ID.voidsetName(String Name)Set Name.voidsetOrgColumn(String OrgColumn)Set Org Column.voidsetPrefix(String Prefix)Set Prefix.voidsetStartNewMonth(boolean StartNewMonth)Set Restart sequence every monthvoidsetStartNewYear(boolean StartNewYear)Set Restart sequence every Year.voidsetStartNo(int StartNo)Set Start No.voidsetSuffix(String Suffix)Set Suffix.voidsetVFormat(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- 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_AD_Sequence_ID
static final String COLUMNNAME_AD_Sequence_ID
Column name AD_Sequence_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Sequence_UU
static final String COLUMNNAME_AD_Sequence_UU
Column name AD_Sequence_UU- 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_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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_IsOrgLevelSequence
static final String COLUMNNAME_IsOrgLevelSequence
Column name IsOrgLevelSequence- 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_OrgColumn
static final String COLUMNNAME_OrgColumn
Column name OrgColumn- See Also:
- Constant Field Values
-
COLUMNNAME_Prefix
static final String COLUMNNAME_Prefix
Column name Prefix- See Also:
- Constant Field Values
-
COLUMNNAME_StartNewMonth
static final String COLUMNNAME_StartNewMonth
Column name StartNewMonth- 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_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_VFormat
static final String COLUMNNAME_VFormat
Column name VFormat- 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
-
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"
-
-