All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.catalog.internal.CatalogEntityItemDto Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.catalog.internal;

import brooklyn.entity.Entity;


public class CatalogEntityItemDto extends CatalogItemDtoAbstract {
    
    @Override
    public CatalogItemType getCatalogItemType() {
        return CatalogItemType.ENTITY;
    }

    @Override
    public Class getCatalogItemJavaType() {
        return Entity.class;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy