Subversion Repositories SmartDukaan

Rev

Rev 323 | Blame | Compare with Previous | Last modification | View Log | RSS feed

/**
 * 
 */
package in.shop2020.metamodel.core;

import in.shop2020.metamodel.util.MetaModelComponent;

/**
 * Represents structured part of a Bullet. Various subclasses represent 
 * different types of structured data.
 * 
 * @author naveen
 *
 */
public abstract class BulletDataObject extends MetaModelComponent {

        /**
         * 
         */
        private static final long serialVersionUID = 1L;

        /**
         * 
         */
        public BulletDataObject() {
                super();
        }
}