Adempiere 3.5.2a

org.compiere.model
Interface I_C_SubscriptionType

All Known Implementing Classes:
X_C_SubscriptionType

public interface I_C_SubscriptionType

Generated Interface for C_SubscriptionType

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_C_SubscriptionType_ID
          Column name C_SubscriptionType_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Frequency
          Column name Frequency
static String COLUMNNAME_FrequencyType
          Column name FrequencyType
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=668
static String Table_Name
          TableName=C_SubscriptionType
 
Method Summary
 int getC_SubscriptionType_ID()
          Get Subscription Type.
 String getDescription()
          Get Description.
 int getFrequency()
          Get Frequency.
 String getFrequencyType()
          Get Frequency Type.
 String getName()
          Get Name.
 void setC_SubscriptionType_ID(int C_SubscriptionType_ID)
          Set Subscription Type.
 void setDescription(String Description)
          Set Description.
 void setFrequency(int Frequency)
          Set Frequency.
 void setFrequencyType(String FrequencyType)
          Set Frequency Type.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_SubscriptionType

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=668


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_C_SubscriptionType_ID

static final String COLUMNNAME_C_SubscriptionType_ID
Column name C_SubscriptionType_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Frequency

static final String COLUMNNAME_Frequency
Column name Frequency

See Also:
Constant Field Values

COLUMNNAME_FrequencyType

static final String COLUMNNAME_FrequencyType
Column name FrequencyType

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setC_SubscriptionType_ID

void setC_SubscriptionType_ID(int C_SubscriptionType_ID)
Set Subscription Type. Type of subscription


getC_SubscriptionType_ID

int getC_SubscriptionType_ID()
Get Subscription Type. Type of subscription


setDescription

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


getDescription

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


setFrequency

void setFrequency(int Frequency)
Set Frequency. Frequency of events


getFrequency

int getFrequency()
Get Frequency. Frequency of events


setFrequencyType

void setFrequencyType(String FrequencyType)
Set Frequency Type. Frequency of event


getFrequencyType

String getFrequencyType()
Get Frequency Type. Frequency of event


setName

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


getName

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


Adempiere 3.5.2a

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