Class catalogInfo

java.lang.Object
com.kloudville.data.object.DataObject
com.kloudville.catalog.catalogInfo

public class catalogInfo extends DataObject
  • Field Details

    • name

      public String name
              Restrictions:
                      Mandatory: true
                      maxlength: 48
      
    • label

      public String label
              Restrictions:
                      maxlength: 128
      
    • image

      public String image
              Restrictions:
                      maxlength: 256
      
    • type

      public String type
              Restrictions:
                      Mandatory: true
                      maxlength: 16
                      enumeration: PRODUCT (Products)
                      enumeration: CHARGE (Charges)
                      enumeration: ASSET (Assets)
                      enumeration: RULE (Rules)
      
    • hasCharges

      public boolean hasCharges
    • currency

      public String[] currency
              Restrictions:
                      maxlength: 16
      
  • Constructor Details

    • catalogInfo

      public catalogInfo()