Package org.cyclos.entities.system
Interface ICategorizedImage<C extends BaseEntity>
-
- All Known Implementing Classes:
AdCategoryImage,AdImage,ContactInfoImage,CustomImage,IdentityProviderImage,ImportedImage,OidcClientImage,OwnedImage,SystemCustomImage,UserCustomImage,UserImage,VoucherTypeImage
public interface ICategorizedImage<C extends BaseEntity>Implemented by images having a category (custom images or owned images)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CgetCategory()voidsetCategory(C category)
-