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>