Package org.openbravo.erpCommon.ad_forms
Class AcctSchemaElement
- java.lang.Object
-
- org.openbravo.erpCommon.ad_forms.AcctSchemaElement
-
- All Implemented Interfaces:
Serializable
public final class AcctSchemaElement extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
m_active
String
m_balanced
String
m_C_Element_ID
String
m_defaultValue
String
m_ID
String
m_mandatory
String
m_name
String
m_segmentType
String
m_seqNo
static String
SEGMENT_Account
static String
SEGMENT_Activity
static String
SEGMENT_BPartner
static String
SEGMENT_Campaign
static String
SEGMENT_LocationFrom
static String
SEGMENT_LocationTo
static String
SEGMENT_Org
static String
SEGMENT_OrgTrx
static String
SEGMENT_Product
static String
SEGMENT_Project
static String
SEGMENT_SalesRegion
static String
SEGMENT_User1
static String
SEGMENT_User2
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ArrayList<Object>
getAcctSchemaElementList(ConnectionProvider conn, String C_AcctSchema_ID)
-
-
-
Field Detail
-
m_ID
public String m_ID
-
m_seqNo
public String m_seqNo
-
m_name
public String m_name
-
m_segmentType
public String m_segmentType
-
m_C_Element_ID
public String m_C_Element_ID
-
m_defaultValue
public String m_defaultValue
-
m_mandatory
public String m_mandatory
-
m_balanced
public String m_balanced
-
m_active
public String m_active
-
SEGMENT_Org
public static final String SEGMENT_Org
- See Also:
- Constant Field Values
-
SEGMENT_Account
public static final String SEGMENT_Account
- See Also:
- Constant Field Values
-
SEGMENT_BPartner
public static final String SEGMENT_BPartner
- See Also:
- Constant Field Values
-
SEGMENT_Product
public static final String SEGMENT_Product
- See Also:
- Constant Field Values
-
SEGMENT_Activity
public static final String SEGMENT_Activity
- See Also:
- Constant Field Values
-
SEGMENT_LocationFrom
public static final String SEGMENT_LocationFrom
- See Also:
- Constant Field Values
-
SEGMENT_LocationTo
public static final String SEGMENT_LocationTo
- See Also:
- Constant Field Values
-
SEGMENT_Campaign
public static final String SEGMENT_Campaign
- See Also:
- Constant Field Values
-
SEGMENT_OrgTrx
public static final String SEGMENT_OrgTrx
- See Also:
- Constant Field Values
-
SEGMENT_Project
public static final String SEGMENT_Project
- See Also:
- Constant Field Values
-
SEGMENT_SalesRegion
public static final String SEGMENT_SalesRegion
- See Also:
- Constant Field Values
-
SEGMENT_User1
public static final String SEGMENT_User1
- See Also:
- Constant Field Values
-
SEGMENT_User2
public static final String SEGMENT_User2
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAcctSchemaElementList
public static ArrayList<Object> getAcctSchemaElementList(ConnectionProvider conn, String C_AcctSchema_ID)
-
-