com.jurismarches.vradi.entities
Class UserAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by com.jurismarches.vradi.entities.UserAbstract
All Implemented Interfaces:
User, Serializable, Cloneable, org.nuiton.wikitty.entities.BusinessEntity
Direct Known Subclasses:
UserImpl

public abstract class UserAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements User

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
static org.nuiton.wikitty.entities.WikittyExtension extensionUser
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
propertyChangeSupport, wikitty
 
Fields inherited from interface com.jurismarches.vradi.entities.User
EXT_USER, FIELD_USER_ADDRESS, FIELD_USER_BEGINSEARCHDATE, FIELD_USER_CLIENT, FIELD_USER_CREATIONDATE, FIELD_USER_EMAIL, FIELD_USER_ENABLE, FIELD_USER_NAME, FIELD_USER_PHONE, FIELD_USER_SERVICE, FIELD_USER_VALIDEMAIL, FQ_FIELD_USER_ADDRESS, FQ_FIELD_USER_BEGINSEARCHDATE, FQ_FIELD_USER_CLIENT, FQ_FIELD_USER_CREATIONDATE, FQ_FIELD_USER_EMAIL, FQ_FIELD_USER_ENABLE, FQ_FIELD_USER_NAME, FQ_FIELD_USER_PHONE, FQ_FIELD_USER_SERVICE, FQ_FIELD_USER_VALIDEMAIL
 
Constructor Summary
UserAbstract()
          UserAbstract :
UserAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
          UserAbstract :
UserAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
          UserAbstract :
 
Method Summary
 String getAddress()
          getAddress :
 Date getBeginSearchDate()
          getBeginSearchDate :
 String getClient()
          getClient :
 Date getCreationDate()
          getCreationDate :
 String getEmail()
          getEmail :
 boolean getEnable()
          getEnable :
 String getName()
          getName :
 String getPhone()
          getPhone :
 String getService()
          getService :
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 boolean getValidEmail()
          getValidEmail :
 void setAddress(String address)
          setAddress :
 void setBeginSearchDate(Date beginSearchDate)
          setBeginSearchDate :
 void setClient(String client)
          setClient :
 void setCreationDate(Date creationDate)
          setCreationDate :
 void setEmail(String email)
          setEmail :
 void setEnable(boolean enable)
          setEnable :
 void setName(String name)
          setName :
 void setPhone(String phone)
          setPhone :
 void setService(String service)
          setService :
 void setValidEmail(boolean validEmail)
          setValidEmail :
 String toString()
          toString :
 
Methods inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
addPropertyChangeListener, addPropertyChangeListener, copyFrom, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions

extensionUser

public static final org.nuiton.wikitty.entities.WikittyExtension extensionUser
Constructor Detail

UserAbstract

public UserAbstract()
UserAbstract :


UserAbstract

public UserAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
UserAbstract :

Parameters:
wikitty -

UserAbstract

public UserAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
UserAbstract :

Parameters:
businessEntityImpl -
Method Detail

getName

public String getName()
getName :

Specified by:
getName in interface User
Returns:
String

setName

public void setName(String name)
setName :

Specified by:
setName in interface User
Parameters:
name -

getService

public String getService()
getService :

Specified by:
getService in interface User
Returns:
String

setService

public void setService(String service)
setService :

Specified by:
setService in interface User
Parameters:
service -

getEmail

public String getEmail()
getEmail :

Specified by:
getEmail in interface User
Returns:
String

setEmail

public void setEmail(String email)
setEmail :

Specified by:
setEmail in interface User
Parameters:
email -

getCreationDate

public Date getCreationDate()
getCreationDate :

Specified by:
getCreationDate in interface User
Returns:
Date

setCreationDate

public void setCreationDate(Date creationDate)
setCreationDate :

Specified by:
setCreationDate in interface User
Parameters:
creationDate -

getValidEmail

public boolean getValidEmail()
getValidEmail :

Specified by:
getValidEmail in interface User
Returns:
boolean

setValidEmail

public void setValidEmail(boolean validEmail)
setValidEmail :

Specified by:
setValidEmail in interface User
Parameters:
validEmail -

getAddress

public String getAddress()
getAddress :

Specified by:
getAddress in interface User
Returns:
String

setAddress

public void setAddress(String address)
setAddress :

Specified by:
setAddress in interface User
Parameters:
address -

getPhone

public String getPhone()
getPhone :

Specified by:
getPhone in interface User
Returns:
String

setPhone

public void setPhone(String phone)
setPhone :

Specified by:
setPhone in interface User
Parameters:
phone -

getBeginSearchDate

public Date getBeginSearchDate()
getBeginSearchDate :

Specified by:
getBeginSearchDate in interface User
Returns:
Date

setBeginSearchDate

public void setBeginSearchDate(Date beginSearchDate)
setBeginSearchDate :

Specified by:
setBeginSearchDate in interface User
Parameters:
beginSearchDate -

getEnable

public boolean getEnable()
getEnable :

Specified by:
getEnable in interface User
Returns:
boolean

setEnable

public void setEnable(boolean enable)
setEnable :

Specified by:
setEnable in interface User
Parameters:
enable -

getClient

public String getClient()
getClient :

Specified by:
getClient in interface User
Returns:
String

setClient

public void setClient(String client)
setClient :

Specified by:
setClient in interface User
Parameters:
client -

getStaticExtensions

public Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
getStaticExtensions :

Overrides:
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImpl
Returns:
Collection

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2009-2011 JurisMarches. All Rights Reserved.