Adempiere 3.5.2a

org.compiere.model
Interface I_PA_SLA_Criteria

All Known Implementing Classes:
MSLACriteria, X_PA_SLA_Criteria

public interface I_PA_SLA_Criteria

Generated Interface for PA_SLA_Criteria

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_Classname
          Column name Classname
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsManual
          Column name IsManual
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PA_SLA_Criteria_ID
          Column name PA_SLA_Criteria_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=744
static String Table_Name
          TableName=PA_SLA_Criteria
 
Method Summary
 String getClassname()
          Get Classname.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 int getPA_SLA_Criteria_ID()
          Get SLA Criteria.
 boolean isManual()
          Get Manual.
 void setClassname(String Classname)
          Set Classname.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsManual(boolean IsManual)
          Set Manual.
 void setName(String Name)
          Set Name.
 void setPA_SLA_Criteria_ID(int PA_SLA_Criteria_ID)
          Set SLA Criteria.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_SLA_Criteria

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=744


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_Classname

static final String COLUMNNAME_Classname
Column name Classname

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsManual

static final String COLUMNNAME_IsManual
Column name IsManual

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PA_SLA_Criteria_ID

static final String COLUMNNAME_PA_SLA_Criteria_ID
Column name PA_SLA_Criteria_ID

See Also:
Constant Field Values
Method Detail

setClassname

void setClassname(String Classname)
Set Classname. Java Classname


getClassname

String getClassname()
Get Classname. Java Classname


setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setIsManual

void setIsManual(boolean IsManual)
Set Manual. This is a manual process


isManual

boolean isManual()
Get Manual. This is a manual process


setName

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


getName

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


setPA_SLA_Criteria_ID

void setPA_SLA_Criteria_ID(int PA_SLA_Criteria_ID)
Set SLA Criteria. Service Level Agreement Criteria


getPA_SLA_Criteria_ID

int getPA_SLA_Criteria_ID()
Get SLA Criteria. Service Level Agreement Criteria


Adempiere 3.5.2a

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