Adempiere 3.5.2a

org.compiere.model
Interface I_M_SerNoCtl

All Known Implementing Classes:
MSerNoCtl, X_M_SerNoCtl

public interface I_M_SerNoCtl

Generated Interface for M_SerNoCtl

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_CurrentNext
          Column name CurrentNext
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IncrementNo
          Column name IncrementNo
static String COLUMNNAME_M_SerNoCtl_ID
          Column name M_SerNoCtl_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Prefix
          Column name Prefix
static String COLUMNNAME_StartNo
          Column name StartNo
static String COLUMNNAME_Suffix
          Column name Suffix
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=555
static String Table_Name
          TableName=M_SerNoCtl
 
Method Summary
 int getCurrentNext()
          Get Current Next.
 String getDescription()
          Get Description.
 int getIncrementNo()
          Get Increment.
 int getM_SerNoCtl_ID()
          Get Serial No Control.
 String getName()
          Get Name.
 String getPrefix()
          Get Prefix.
 int getStartNo()
          Get Start No.
 String getSuffix()
          Get Suffix.
 void setCurrentNext(int CurrentNext)
          Set Current Next.
 void setDescription(String Description)
          Set Description.
 void setIncrementNo(int IncrementNo)
          Set Increment.
 void setM_SerNoCtl_ID(int M_SerNoCtl_ID)
          Set Serial No Control.
 void setName(String Name)
          Set Name.
 void setPrefix(String Prefix)
          Set Prefix.
 void setStartNo(int StartNo)
          Set Start No.
 void setSuffix(String Suffix)
          Set Suffix.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_SerNoCtl

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=555


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_CurrentNext

static final String COLUMNNAME_CurrentNext
Column name CurrentNext

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_M_SerNoCtl_ID

static final String COLUMNNAME_M_SerNoCtl_ID
Column name M_SerNoCtl_ID

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_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
Method Detail

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


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


setM_SerNoCtl_ID

void setM_SerNoCtl_ID(int M_SerNoCtl_ID)
Set Serial No Control. Product Serial Number Control


getM_SerNoCtl_ID

int getM_SerNoCtl_ID()
Get Serial No Control. Product Serial Number Control


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


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


Adempiere 3.5.2a

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