Package org.apache.cloudstack.resourcedetail

Examples of org.apache.cloudstack.resourcedetail.DiskOfferingDetailVO


@Local(value = {DiskOfferingDetailsDao.class})
public class DiskOfferingDetailsDaoImpl extends ResourceDetailsDaoBase<DiskOfferingDetailVO> implements DiskOfferingDetailsDao {

    @Override
    public void addDetail(long resourceId, String key, String value, boolean display) {
        super.addDetail(new DiskOfferingDetailVO(resourceId, key, value, display));
    }
View Full Code Here

TOP

Related Classes of org.apache.cloudstack.resourcedetail.DiskOfferingDetailVO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.