Adempiere 3.5.2a

org.compiere.model
Interface I_C_Dunning

All Known Implementing Classes:
MDunning, X_C_Dunning

public interface I_C_Dunning

Generated Interface for C_Dunning

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Dunning_ID
          Column name C_Dunning_ID
static String COLUMNNAME_CreateLevelsSequentially
          Column name CreateLevelsSequentially
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SendDunningLetter
          Column name SendDunningLetter
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=301
static String Table_Name
          TableName=C_Dunning
 
Method Summary
 int getC_Dunning_ID()
          Get Dunning.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 boolean isCreateLevelsSequentially()
          Get Create levels sequentially.
 boolean isDefault()
          Get Default.
 boolean isSendDunningLetter()
          Get Send dunning letters.
 void setC_Dunning_ID(int C_Dunning_ID)
          Set Dunning.
 void setCreateLevelsSequentially(boolean CreateLevelsSequentially)
          Set Create levels sequentially.
 void setDescription(String Description)
          Set Description.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setName(String Name)
          Set Name.
 void setSendDunningLetter(boolean SendDunningLetter)
          Set Send dunning letters.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Dunning

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=301


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_Dunning_ID

static final String COLUMNNAME_C_Dunning_ID
Column name C_Dunning_ID

See Also:
Constant Field Values

COLUMNNAME_CreateLevelsSequentially

static final String COLUMNNAME_CreateLevelsSequentially
Column name CreateLevelsSequentially

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_SendDunningLetter

static final String COLUMNNAME_SendDunningLetter
Column name SendDunningLetter

See Also:
Constant Field Values
Method Detail

setC_Dunning_ID

void setC_Dunning_ID(int C_Dunning_ID)
Set Dunning. Dunning Rules for overdue invoices


getC_Dunning_ID

int getC_Dunning_ID()
Get Dunning. Dunning Rules for overdue invoices


setCreateLevelsSequentially

void setCreateLevelsSequentially(boolean CreateLevelsSequentially)
Set Create levels sequentially. Create Dunning Letter by level sequentially


isCreateLevelsSequentially

boolean isCreateLevelsSequentially()
Get Create levels sequentially. Create Dunning Letter by level sequentially


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setSendDunningLetter

void setSendDunningLetter(boolean SendDunningLetter)
Set Send dunning letters. Indicates if dunning letters will be sent


isSendDunningLetter

boolean isSendDunningLetter()
Get Send dunning letters. Indicates if dunning letters will be sent


Adempiere 3.5.2a

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