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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Sequence_IDstatic final StringColumn name AD_Sequence_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name CurrentNextstatic final StringColumn name CurrentNextSysstatic final StringColumn name DateColumnstatic final StringColumn name DecimalPatternstatic final StringColumn name Descriptionstatic final StringColumn name IncrementNostatic final StringColumn name IsActivestatic final StringColumn name IsAuditedstatic final StringColumn name IsAutoSequencestatic final StringColumn name IsOrgLevelSequencestatic final StringColumn name IsTableIDstatic final StringColumn name Namestatic final StringColumn name OrgColumnstatic final StringColumn name Prefixstatic final StringColumn name StartNewMonthstatic final StringColumn name StartNewYearstatic final StringColumn name StartNostatic final StringColumn name Suffixstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name VFormatstatic final KeyNamePairstatic final intAD_Table_ID=115static final StringTableName=AD_Sequence -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Sequence.Get AD_Sequence_UUGet Created.intGet Created By.intGet Current Next.intGet Current Next (System).Get Date Column.Get Decimal Pattern.Get Description.intGet Increment.getName()Get Name.Get Org Column.Get Prefix.intGet Start No.Get Suffix.Get Updated.intGet Updated By.Get Value Format.booleanisActive()Get Active.booleanGet Activate Audit.booleanGet Auto numbering.booleanGet Organization level.booleanGet Restart sequence every monthbooleanGet Restart sequence every Year.booleanGet 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.voidSet Name.voidsetOrgColumn(String OrgColumn) Set Org Column.voidSet Prefix.voidsetStartNewMonth(boolean StartNewMonth) Set Restart sequence every monthvoidsetStartNewYear(boolean StartNewYear) Set Restart sequence every Year.voidsetStartNo(int StartNo) Set Start No.voidSet Suffix.voidsetVFormat(String VFormat) Set Value Format.
-
Field Details
-
Table_Name
TableName=AD_Sequence- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=115- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Sequence_ID
Column name AD_Sequence_ID- See Also:
-
COLUMNNAME_AD_Sequence_UU
Column name AD_Sequence_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CurrentNext
Column name CurrentNext- See Also:
-
COLUMNNAME_CurrentNextSys
Column name CurrentNextSys- See Also:
-
COLUMNNAME_DateColumn
Column name DateColumn- See Also:
-
COLUMNNAME_DecimalPattern
Column name DecimalPattern- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IncrementNo
Column name IncrementNo- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsAudited
Column name IsAudited- See Also:
-
COLUMNNAME_IsAutoSequence
Column name IsAutoSequence- See Also:
-
COLUMNNAME_IsOrgLevelSequence
Column name IsOrgLevelSequence- See Also:
-
COLUMNNAME_IsTableID
Column name IsTableID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_OrgColumn
Column name OrgColumn- See Also:
-
COLUMNNAME_Prefix
Column name Prefix- See Also:
-
COLUMNNAME_StartNewMonth
Column name StartNewMonth- See Also:
-
COLUMNNAME_StartNewYear
Column name StartNewYear- See Also:
-
COLUMNNAME_StartNo
Column name StartNo- See Also:
-
COLUMNNAME_Suffix
Column name Suffix- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_VFormat
Column name VFormat- See Also:
-
-
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 -
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
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
Set Date Column. Fully qualified date column -
getDateColumn
String getDateColumn()Get Date Column. Fully qualified date column -
setDecimalPattern
Set Decimal Pattern. Java Decimal Pattern -
getDecimalPattern
String getDecimalPattern()Get Decimal Pattern. Java Decimal Pattern -
setDescription
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
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setOrgColumn
Set Org Column. Fully qualified Organization column (AD_Org_ID) -
getOrgColumn
String getOrgColumn()Get Org Column. Fully qualified Organization column (AD_Org_ID) -
setPrefix
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
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
Set Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09" , or ~regex -
getVFormat
String getVFormat()Get Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09" , or ~regex
-