Adempiere 3.5.2a

org.compiere.model
Interface I_AD_FieldGroup

All Known Implementing Classes:
X_AD_FieldGroup

public interface I_AD_FieldGroup

Generated Interface for AD_FieldGroup

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_FieldGroup_ID
          Column name AD_FieldGroup_ID
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_FieldGroupType
          Column name FieldGroupType
static String COLUMNNAME_IsCollapsedByDefault
          Column name IsCollapsedByDefault
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=414
static String Table_Name
          TableName=AD_FieldGroup
 
Method Summary
 int getAD_FieldGroup_ID()
          Get Field Group.
 String getEntityType()
          Get Entity Type.
 String getFieldGroupType()
          Get Field Group Type
 String getName()
          Get Name.
 boolean isCollapsedByDefault()
          Get Collapsed By Default.
 void setAD_FieldGroup_ID(int AD_FieldGroup_ID)
          Set Field Group.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setFieldGroupType(String FieldGroupType)
          Set Field Group Type
 void setIsCollapsedByDefault(boolean IsCollapsedByDefault)
          Set Collapsed By Default.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_FieldGroup

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=414


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_FieldGroup_ID

static final String COLUMNNAME_AD_FieldGroup_ID
Column name AD_FieldGroup_ID

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_FieldGroupType

static final String COLUMNNAME_FieldGroupType
Column name FieldGroupType

See Also:
Constant Field Values

COLUMNNAME_IsCollapsedByDefault

static final String COLUMNNAME_IsCollapsedByDefault
Column name IsCollapsedByDefault

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_FieldGroup_ID

void setAD_FieldGroup_ID(int AD_FieldGroup_ID)
Set Field Group. Logical grouping of fields


getAD_FieldGroup_ID

int getAD_FieldGroup_ID()
Get Field Group. Logical grouping of fields


setEntityType

void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization


getEntityType

String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization


setFieldGroupType

void setFieldGroupType(String FieldGroupType)
Set Field Group Type


getFieldGroupType

String getFieldGroupType()
Get Field Group Type


setIsCollapsedByDefault

void setIsCollapsedByDefault(boolean IsCollapsedByDefault)
Set Collapsed By Default. Flag to set the initial state of collapsible field group.


isCollapsedByDefault

boolean isCollapsedByDefault()
Get Collapsed By Default. Flag to set the initial state of collapsible field group.


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.