com.jurismarches.vradi.entities
Interface Group
- All Superinterfaces:
- org.sharengo.wikitty.BusinessEntity, Cloneable, QueryMaker, Serializable
- All Known Implementing Classes:
- GroupBean, GroupImpl
public interface Group
- extends org.sharengo.wikitty.BusinessEntity, QueryMaker
| Methods inherited from interface org.sharengo.wikitty.BusinessEntity |
addExtension, getExtensionFields, getExtensionNames, getExtensions, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion |
EXT_GROUP
static final String EXT_GROUP
- See Also:
- Constant Field Values
FIELD_NAME
static final String FIELD_NAME
- See Also:
- Constant Field Values
FQ_FIELD_NAME
static final String FQ_FIELD_NAME
- See Also:
- Constant Field Values
FIELD_CLIENT
static final String FIELD_CLIENT
- See Also:
- Constant Field Values
FQ_FIELD_CLIENT
static final String FQ_FIELD_CLIENT
- See Also:
- Constant Field Values
FIELD_USER
static final String FIELD_USER
- See Also:
- Constant Field Values
FQ_FIELD_USER
static final String FQ_FIELD_USER
- See Also:
- Constant Field Values
setName
void setName(String name)
getName
String getName()
getClient
Set<String> getClient()
addClient
void addClient(String element)
removeClient
void removeClient(String element)
clearClient
void clearClient()
getUser
Set<String> getUser()
addUser
void addUser(String element)
removeUser
void removeUser(String element)
clearUser
void clearUser()
Copyright © 2009-2010 JurisMarches. All Rights Reserved.