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 |
getExtensionFields, getExtensionNames, 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_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
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.