Class TemplateObjectLight

  • All Implemented Interfaces:
    Comparable<TemplateObjectLight>
    Direct Known Subclasses:
    TemplateObject

    public class TemplateObjectLight
    extends Object
    implements Comparable<TemplateObjectLight>
    Instances of this class represent a simplified representation of an inventory object defined within a template. This is actually very similar, if not identical, to #BusinessObjectLight, the only difference is that these objects don't exist, they are used as templates to create actual inventory objects. Also, validators are not supported
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • TemplateObjectLight

        public TemplateObjectLight​(String className,
                                   String id,
                                   String name)
        Default constructor
        Parameters:
        id - The id of the template object
        name - The name of the template object
        className - The class the object is instance of