
in.succinct.plugins.ecommerce.db.model.participation.ExtendedEntity Maven / Gradle / Ivy
The newest version!
package in.succinct.plugins.ecommerce.db.model.participation;
import com.venky.swf.db.model.Model;
import java.util.List;
import java.util.Map;
public interface ExtendedEntity<
T extends Model & ExtendedAttribute,
A extends Model & ExtendedAddress,
P extends Model & ExtendedPrint
>{
public List getAttributes();
public Map getAttributeMap();
public void saveAttributeMap(Map map);
public T getAttribute(String name);
public List getAddresses();
public List getPrints();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy