In a scalable solution if I were to do this, I would rather create an super class sling model (parent class). This super class would have all the common methods that you would be using in your sub classes. Each sub class would inherit from the parent class, and so when you create 3 components, each ...