Class Category

    • Field Detail

      • PROPERTY_ID

        public static final String PROPERTY_ID
        Property id stored in column C_BP_Group_ID in table C_BP_Group
        Help: A way of grouping business partners together for classification and reporting purposes. Provides a method of defining certain defaults to be used when opening new business partners.
        See Also:
        Constant Field Values
      • PROPERTY_CREATIONDATE

        public static final String PROPERTY_CREATIONDATE
        Property creationDate stored in column Created in table C_BP_Group
        See Also:
        Traceable, Constant Field Values
      • PROPERTY_SEARCHKEY

        public static final String PROPERTY_SEARCHKEY
        Property searchKey stored in column Value in table C_BP_Group
        Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.
        See Also:
        Constant Field Values
      • PROPERTY_NAME

        public static final String PROPERTY_NAME
        Property name stored in column Name in table C_BP_Group
        See Also:
        Constant Field Values
      • PROPERTY_DESCRIPTION

        public static final String PROPERTY_DESCRIPTION
        Property description stored in column Description in table C_BP_Group
        Help: A description is limited to 255 characters.
        See Also:
        Constant Field Values
      • PROPERTY_DEFAULT

        public static final String PROPERTY_DEFAULT
        Property default stored in column IsDefault in table C_BP_Group
        Help: The Default Checkbox indicates if this record will be used as a default value.
        See Also:
        Constant Field Values
      • PROPERTY_BUSINESSPARTNERLIST

        public static final String PROPERTY_BUSINESSPARTNERLIST
        Property businessPartnerList stored in table C_BP_Group
        See Also:
        Constant Field Values
      • PROPERTY_BUSINESSPARTNERCATEGORYACCOUNTLIST

        public static final String PROPERTY_BUSINESSPARTNERCATEGORYACCOUNTLIST
        Property businessPartnerCategoryAccountList stored in table C_BP_Group
        See Also:
        Constant Field Values
    • Constructor Detail

      • Category

        public Category()