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


Field Summary
static String EXT_CLIENT
           
static String FIELD_ADDRESS
           
static String FIELD_CONTACT
           
static String FIELD_CREATIONDATE
           
static String FIELD_NAME
           
static String FIELD_PHONE
           
static String FQ_FIELD_ADDRESS
           
static String FQ_FIELD_CONTACT
           
static String FQ_FIELD_CREATIONDATE
           
static String FQ_FIELD_NAME
           
static String FQ_FIELD_PHONE
           
 
Fields inherited from interface com.jurismarches.vradi.entities.QueryMaker
EXT_QUERYMAKER, FIELD_QUERIES, FQ_FIELD_QUERIES
 
Method Summary
 String getAddress()
           
 String getContact()
           
 Date getCreationDate()
           
 String getName()
           
 String getPhone()
           
 void setAddress(String address)
           
 void setContact(String contact)
           
 void setCreationDate(Date creationDate)
           
 void setName(String name)
           
 void setPhone(String phone)
           
 
Methods inherited from interface com.jurismarches.vradi.entities.QueryMaker
addQueries, clearQueries, getQueries, removeQueries
 
Methods inherited from interface org.sharengo.wikitty.BusinessEntity
getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion
 

Field Detail

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_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_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
Method Detail

setName

void setName(String name)

getName

String getName()

setCreationDate

void setCreationDate(Date creationDate)

getCreationDate

Date getCreationDate()

setAddress

void setAddress(String address)

getAddress

String getAddress()

setPhone

void setPhone(String phone)

getPhone

String getPhone()

setContact

void setContact(String contact)

getContact

String getContact()


Copyright © 2009-2010 JurisMarches. All Rights Reserved.