Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Sequence_ID
Column name AD_Sequence_IDstatic String
COLUMNNAME_AD_Sequence_UU
Column name AD_Sequence_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CurrentNext
Column name CurrentNextstatic String
COLUMNNAME_CurrentNextSys
Column name CurrentNextSysstatic String
COLUMNNAME_DateColumn
Column name DateColumnstatic String
COLUMNNAME_DecimalPattern
Column name DecimalPatternstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IncrementNo
Column name IncrementNostatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsAudited
Column name IsAuditedstatic String
COLUMNNAME_IsAutoSequence
Column name IsAutoSequencestatic String
COLUMNNAME_IsOrgLevelSequence
Column name IsOrgLevelSequencestatic String
COLUMNNAME_IsTableID
Column name IsTableIDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_OrgColumn
Column name OrgColumnstatic String
COLUMNNAME_Prefix
Column name Prefixstatic String
COLUMNNAME_StartNewMonth
Column name StartNewMonthstatic String
COLUMNNAME_StartNewYear
Column name StartNewYearstatic String
COLUMNNAME_StartNo
Column name StartNostatic String
COLUMNNAME_Suffix
Column name Suffixstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_VFormat
Column name VFormatstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=115static String
Table_Name
TableName=AD_Sequence
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getAD_Sequence_ID()
Get Sequence.String
getAD_Sequence_UU()
Get AD_Sequence_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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
getOrgColumn()
Get Org Column.String
getPrefix()
Get Prefix.int
getStartNo()
Get Start No.String
getSuffix()
Get Suffix.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getVFormat()
Get Value Format.boolean
isActive()
Get Active.boolean
isAudited()
Get Activate Audit.boolean
isAutoSequence()
Get Auto numbering.boolean
isOrgLevelSequence()
Get Organization level.boolean
isStartNewMonth()
Get Restart sequence every monthboolean
isStartNewYear()
Get Restart sequence every Year.boolean
isTableID()
Get Used for Record ID.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Sequence_ID(int AD_Sequence_ID)
Set Sequence.void
setAD_Sequence_UU(String AD_Sequence_UU)
Set AD_Sequence_UUvoid
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
setIsActive(boolean IsActive)
Set Active.void
setIsAudited(boolean IsAudited)
Set Activate Audit.void
setIsAutoSequence(boolean IsAutoSequence)
Set Auto numbering.void
setIsOrgLevelSequence(boolean IsOrgLevelSequence)
Set Organization level.void
setIsTableID(boolean IsTableID)
Set Used for Record ID.void
setName(String Name)
Set Name.void
setOrgColumn(String OrgColumn)
Set Org Column.void
setPrefix(String Prefix)
Set Prefix.void
setStartNewMonth(boolean StartNewMonth)
Set Restart sequence every monthvoid
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- 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"
-
-