|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_Sequence
public class X_AD_Sequence
Generated Model for AD_Sequence
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=115 |
static String |
Table_Name
TableName=AD_Sequence |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_Sequence(Ctx ctx,
int AD_Sequence_ID,
String trxName)
Standard Constructor |
|
X_AD_Sequence(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Sequence_ID()
Get Sequence. |
int |
getCurrentNext()
Get Current Next. |
int |
getCurrentNextSys()
Get Current Next (System). |
String |
getDescription()
Get Description. |
int |
getIncrementNo()
Get Increment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getPrefix()
Get Prefix. |
int |
getStartNo()
Get Start No. |
String |
getSuffix()
Get Suffix. |
String |
getVFormat()
Get Value Format. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
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 |
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. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_AD_Sequence(Ctx ctx,
int AD_Sequence_ID,
String trxName)
ctx - contextAD_Sequence_ID - idtrxName - transaction
public X_AD_Sequence(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_Sequence_ID(int AD_Sequence_ID)
AD_Sequence_ID - Document Sequencepublic int getAD_Sequence_ID()
public void setCurrentNext(int CurrentNext)
CurrentNext - The next number to be usedpublic int getCurrentNext()
public void setCurrentNextSys(int CurrentNextSys)
CurrentNextSys - Next sequence for system usepublic int getCurrentNextSys()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIncrementNo(int IncrementNo)
IncrementNo - The number to increment the last document number bypublic int getIncrementNo()
public void setIsAudited(boolean IsAudited)
IsAudited - Activate Audit Trail of what numbers are generatedpublic boolean isAudited()
public void setIsAutoSequence(boolean IsAutoSequence)
IsAutoSequence - Automatically assign the next numberpublic boolean isAutoSequence()
public void setIsTableID(boolean IsTableID)
IsTableID - The document number will be used as the record keypublic boolean isTableID()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setPrefix(String Prefix)
Prefix - Prefix before the sequence numberpublic String getPrefix()
public void setStartNewYear(boolean StartNewYear)
StartNewYear - Restart the sequence with Start on every 1/1public boolean isStartNewYear()
public void setStartNo(int StartNo)
StartNo - Starting number/positionpublic int getStartNo()
public void setSuffix(String Suffix)
Suffix - Suffix after the numberpublic String getSuffix()
public void setVFormat(String VFormat)
VFormat - Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09"public String getVFormat()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||