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

Field Summary
static String REVISION
           
 
Method Summary
 Set<String> getAllCatIdSet()
           
 Set<String> getCatIdSet()
           
 void setAllCatIdSet(Set<String> v)
           
 void setCatIdSet(Set<String> v)
           
 
Methods inherited from interface com.jalios.jcms.db.DBData
getRowId, setRowId
 

Field Detail

REVISION

static final String REVISION
See Also:
Constant Field Values
Method Detail

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.