com.jurismarches.vradi.entities
Interface Client
- All Superinterfaces:
- org.sharengo.wikitty.BusinessEntity, Cloneable, QueryMaker, Serializable
- All Known Implementing Classes:
- ClientBean, ClientImpl
public interface Client
- 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_CLIENT
static final String EXT_CLIENT
- 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_EMAIL
static final String FIELD_EMAIL
- See Also:
- Constant Field Values
FQ_FIELD_EMAIL
static final String FQ_FIELD_EMAIL
- See Also:
- Constant Field Values
FIELD_CREATIONDATE
static final String FIELD_CREATIONDATE
- See Also:
- Constant Field Values
FQ_FIELD_CREATIONDATE
static final String FQ_FIELD_CREATIONDATE
- See Also:
- Constant Field Values
FIELD_VALIDEMAIL
static final String FIELD_VALIDEMAIL
- See Also:
- Constant Field Values
FQ_FIELD_VALIDEMAIL
static final String FQ_FIELD_VALIDEMAIL
- See Also:
- Constant Field Values
FIELD_ADDRESS
static final String FIELD_ADDRESS
- See Also:
- Constant Field Values
FQ_FIELD_ADDRESS
static final String FQ_FIELD_ADDRESS
- See Also:
- Constant Field Values
FIELD_PHONE
static final String FIELD_PHONE
- See Also:
- Constant Field Values
FQ_FIELD_PHONE
static final String FQ_FIELD_PHONE
- See Also:
- Constant Field Values
FIELD_CONTACT
static final String FIELD_CONTACT
- See Also:
- Constant Field Values
FQ_FIELD_CONTACT
static final String FQ_FIELD_CONTACT
- See Also:
- Constant Field Values
FIELD_GROUP
static final String FIELD_GROUP
- See Also:
- Constant Field Values
FQ_FIELD_GROUP
static final String FQ_FIELD_GROUP
- 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
FIELD_SENDING
static final String FIELD_SENDING
- See Also:
- Constant Field Values
FQ_FIELD_SENDING
static final String FQ_FIELD_SENDING
- See Also:
- Constant Field Values
setName
void setName(String name)
getName
String getName()
setEmail
void setEmail(String email)
getEmail
String getEmail()
setCreationDate
void setCreationDate(Date creationDate)
getCreationDate
Date getCreationDate()
setValidEmail
void setValidEmail(boolean validEmail)
getValidEmail
boolean getValidEmail()
setAddress
void setAddress(String address)
getAddress
String getAddress()
setPhone
void setPhone(String phone)
getPhone
String getPhone()
setContact
void setContact(String contact)
getContact
String getContact()
getGroup
Set<String> getGroup()
addGroup
void addGroup(String element)
removeGroup
void removeGroup(String element)
clearGroup
void clearGroup()
getUser
Set<String> getUser()
addUser
void addUser(String element)
removeUser
void removeUser(String element)
clearUser
void clearUser()
getSending
Set<String> getSending()
addSending
void addSending(String element)
removeSending
void removeSending(String element)
clearSending
void clearSending()
Copyright © 2009-2010 JurisMarches. All Rights Reserved.