org.nuiton.wikitty.entities
Class WikittyAccessStatDTO
java.lang.Object
org.nuiton.wikitty.entities.WikittyAccessStatDTO
- All Implemented Interfaces:
- Serializable, Cloneable, BusinessEntity, WikittyAccessStat
public class WikittyAccessStatDTO
- extends Object
- implements WikittyAccessStat
- See Also:
- Serialized Form
| Fields inherited from interface org.nuiton.wikitty.entities.WikittyAccessStat |
ELEMENT_FIELD_WIKITTYACCESSSTAT_DATE, ELEMENT_FIELD_WIKITTYACCESSSTAT_RESTORED, ELEMENT_FIELD_WIKITTYACCESSSTAT_TOKEN, ELEMENT_FIELD_WIKITTYACCESSSTAT_USER, EXT_WIKITTYACCESSSTAT, FIELD_WIKITTYACCESSSTAT_DATE, FIELD_WIKITTYACCESSSTAT_RESTORED, FIELD_WIKITTYACCESSSTAT_TOKEN, FIELD_WIKITTYACCESSSTAT_USER, FQ_FIELD_WIKITTYACCESSSTAT_DATE, FQ_FIELD_WIKITTYACCESSSTAT_RESTORED, FQ_FIELD_WIKITTYACCESSSTAT_TOKEN, FQ_FIELD_WIKITTYACCESSSTAT_USER |
token
protected String token
user
protected String user
restored
protected String restored
date
protected Date date
wikittyId
protected String wikittyId
modificationCount
protected int modificationCount
wikittyVersion
protected String wikittyVersion
WikittyAccessStatDTO
public WikittyAccessStatDTO()
WikittyAccessStatDTO
public WikittyAccessStatDTO(String wikittyId)
getToken
public String getToken()
- Specified by:
getToken in interface WikittyAccessStat
setToken
public void setToken(String token)
- Specified by:
setToken in interface WikittyAccessStat
getUser
public String getUser()
- Specified by:
getUser in interface WikittyAccessStat
setUser
public void setUser(String user)
- Specified by:
setUser in interface WikittyAccessStat
getRestored
public String getRestored()
- Specified by:
getRestored in interface WikittyAccessStat
setRestored
public void setRestored(String restored)
- Specified by:
setRestored in interface WikittyAccessStat
getDate
public Date getDate()
- Specified by:
getDate in interface WikittyAccessStat
setDate
public void setDate(Date date)
- Specified by:
setDate in interface WikittyAccessStat
toString
public String toString()
- Overrides:
toString in class Object
getWikittyId
public String getWikittyId()
- Specified by:
getWikittyId in interface BusinessEntity
setWikittyId
public void setWikittyId(String wikittyId)
getWikittyVersion
public String getWikittyVersion()
- Specified by:
getWikittyVersion in interface BusinessEntity
setWikittyVersion
public void setWikittyVersion(String wikittyVersion)
- Specified by:
setWikittyVersion in interface BusinessEntity
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface BusinessEntity
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface BusinessEntity
addPropertyChangeListener
public void addPropertyChangeListener(String property,
PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface BusinessEntity
removePropertyChangeListener
public void removePropertyChangeListener(String property,
PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface BusinessEntity
getExtensionFields
public Collection<String> getExtensionFields(String ext)
- Specified by:
getExtensionFields in interface BusinessEntity
getExtensionNames
public Collection<String> getExtensionNames()
- Specified by:
getExtensionNames in interface BusinessEntity
getField
public Object getField(String ext,
String fieldName)
- Specified by:
getField in interface BusinessEntity
setField
public void setField(String ext,
String fieldName,
Object value)
- Specified by:
setField in interface BusinessEntity
copyFrom
public void copyFrom(BusinessEntity source)
- Specified by:
copyFrom in interface BusinessEntity
Copyright © 2010-2012 CodeLutin. All Rights Reserved.