com.jalios.jcms.db
Interface CategorizedDBData
- All Superinterfaces: 
 - DBData, Serializable
 
- All Known Implementing Classes: 
 - DBFileDocument
 
public interface CategorizedDBData
- extends DBData
 
This tagging interface must be implemented by DBData that can be categorized.
- Since:
 
  - jcms-6.2.0
 
- Version:
 
  - $Revision: 25883 $
 
- Author:
 
  - Olivier Dedieu
 
 
 
 
REVISION
static final String REVISION
- See Also:
 - Constant Field Values
 
getCatIdSet
Set<String> getCatIdSet()
 
 
setCatIdSet
void setCatIdSet(Set<String> v)
 
 
getAllCatIdSet
Set<String> getAllCatIdSet()
 
 
setAllCatIdSet
void setAllCatIdSet(Set<String> v)
 
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.