Adempiere 3.5.2a

org.compiere.model
Interface I_A_RegistrationAttribute

All Known Implementing Classes:
MRegistrationAttribute, X_A_RegistrationAttribute

public interface I_A_RegistrationAttribute

Generated Interface for A_RegistrationAttribute

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_A_RegistrationAttribute_ID
          Column name A_RegistrationAttribute_ID
static String COLUMNNAME_AD_Reference_ID
          Column name AD_Reference_ID
static String COLUMNNAME_AD_Reference_Value_ID
          Column name AD_Reference_Value_ID
static String COLUMNNAME_ColumnName
          Column name ColumnName
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=652
static String Table_Name
          TableName=A_RegistrationAttribute
 
Method Summary
 int getA_RegistrationAttribute_ID()
          Get Registration Attribute.
 int getAD_Reference_ID()
          Get Reference.
 int getAD_Reference_Value_ID()
          Get Reference Key.
 String getColumnName()
          Get DB Column Name.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 int getSeqNo()
          Get Sequence.
 boolean isSelfService()
          Get Self-Service.
 void setA_RegistrationAttribute_ID(int A_RegistrationAttribute_ID)
          Set Registration Attribute.
 void setAD_Reference_ID(int AD_Reference_ID)
          Set Reference.
 void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
          Set Reference Key.
 void setColumnName(String ColumnName)
          Set DB Column Name.
 void setDescription(String Description)
          Set Description.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 void setName(String Name)
          Set Name.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=A_RegistrationAttribute

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=652


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AD_Reference_ID

static final String COLUMNNAME_AD_Reference_ID
Column name AD_Reference_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Reference_Value_ID

static final String COLUMNNAME_AD_Reference_Value_ID
Column name AD_Reference_Value_ID

See Also:
Constant Field Values

COLUMNNAME_A_RegistrationAttribute_ID

static final String COLUMNNAME_A_RegistrationAttribute_ID
Column name A_RegistrationAttribute_ID

See Also:
Constant Field Values

COLUMNNAME_ColumnName

static final String COLUMNNAME_ColumnName
Column name ColumnName

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsSelfService

static final String COLUMNNAME_IsSelfService
Column name IsSelfService

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setAD_Reference_ID

void setAD_Reference_ID(int AD_Reference_ID)
Set Reference. System Reference and Validation


getAD_Reference_ID

int getAD_Reference_ID()
Get Reference. System Reference and Validation


setAD_Reference_Value_ID

void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
Set Reference Key. Required to specify, if data type is Table or List


getAD_Reference_Value_ID

int getAD_Reference_Value_ID()
Get Reference Key. Required to specify, if data type is Table or List


setA_RegistrationAttribute_ID

void setA_RegistrationAttribute_ID(int A_RegistrationAttribute_ID)
Set Registration Attribute. Asset Registration Attribute


getA_RegistrationAttribute_ID

int getA_RegistrationAttribute_ID()
Get Registration Attribute. Asset Registration Attribute


setColumnName

void setColumnName(String ColumnName)
Set DB Column Name. Name of the column in the database


getColumnName

String getColumnName()
Get DB Column Name. Name of the column in the database


setDescription

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


getDescription

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


setIsSelfService

void setIsSelfService(boolean IsSelfService)
Set Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


isSelfService

boolean isSelfService()
Get Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


setName

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


getName

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


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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