Package 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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 2 - Clientstatic final String
Column name A_RegistrationAttribute_IDstatic final String
Column name A_RegistrationAttribute_UUstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Reference_IDstatic final String
Column name AD_Reference_Value_IDstatic final String
Column name ColumnNamestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name IsSelfServicestatic final String
Column name Namestatic final String
Column name SeqNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=652static final String
TableName=A_RegistrationAttribute -
Method Summary
Modifier and TypeMethodDescriptionint
Get Registration Attribute.Get A_RegistrationAttribute_UUint
Get Tenant.int
Get Organization.int
Get Reference.int
Get Reference Key.Get DB Column Name.Get Created.int
Get Created By.Get Description.getName()
Get Name.int
getSeqNo()
Get Sequence.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Self-Service.void
setA_RegistrationAttribute_ID
(int A_RegistrationAttribute_ID) Set Registration Attribute.void
setA_RegistrationAttribute_UU
(String A_RegistrationAttribute_UU) Set A_RegistrationAttribute_UUvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.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
setIsActive
(boolean IsActive) Set Active.void
setIsSelfService
(boolean IsSelfService) Set Self-Service.void
Set Name.void
setSeqNo
(int SeqNo) Set Sequence.
-
Field Details
-
Table_Name
TableName=A_RegistrationAttribute- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=652- See Also:
-
Model
-
accessLevel
AccessLevel = 2 - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Reference_ID
Column name AD_Reference_ID- See Also:
-
COLUMNNAME_AD_Reference_Value_ID
Column name AD_Reference_Value_ID- See Also:
-
COLUMNNAME_A_RegistrationAttribute_ID
Column name A_RegistrationAttribute_ID- See Also:
-
COLUMNNAME_A_RegistrationAttribute_UU
Column name A_RegistrationAttribute_UU- See Also:
-
COLUMNNAME_ColumnName
Column name ColumnName- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsSelfService
Column name IsSelfService- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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 -
getAD_Reference
- Throws:
RuntimeException
-
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 -
getAD_Reference_Value
- Throws:
RuntimeException
-
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 -
setA_RegistrationAttribute_UU
Set A_RegistrationAttribute_UU -
getA_RegistrationAttribute_UU
String getA_RegistrationAttribute_UU()Get A_RegistrationAttribute_UU -
setColumnName
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 -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
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
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-