@Generated(value="org.nuiton.wikitty.generator.WikittyDTOGenerator", date="Wed Oct 22 11:16:43 CEST 2014") public class WikittyAccessStatDTO extends Object implements WikittyAccessStat
Modifier and Type | Field and Description |
---|---|
protected Date |
date |
protected int |
modificationCount |
protected String |
restored |
protected String |
token |
protected String |
user |
protected String |
wikittyId |
protected String |
wikittyVersion |
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
Constructor and Description |
---|
WikittyAccessStatDTO() |
WikittyAccessStatDTO(String wikittyId) |
protected String token
protected String user
protected String restored
protected Date date
protected String wikittyId
protected int modificationCount
protected String wikittyVersion
public WikittyAccessStatDTO()
public WikittyAccessStatDTO(String wikittyId)
public String getToken()
getToken
in interface WikittyAccessStat
public void setToken(String token)
setToken
in interface WikittyAccessStat
public WikittyToken getToken(boolean exceptionIfNotLoaded)
getToken
in interface WikittyAccessStat
public void setToken(WikittyToken token)
setToken
in interface WikittyAccessStat
public String getUser()
getUser
in interface WikittyAccessStat
public void setUser(String user)
setUser
in interface WikittyAccessStat
public WikittyUser getUser(boolean exceptionIfNotLoaded)
getUser
in interface WikittyAccessStat
public void setUser(WikittyUser user)
setUser
in interface WikittyAccessStat
public String getRestored()
getRestored
in interface WikittyAccessStat
public void setRestored(String restored)
setRestored
in interface WikittyAccessStat
public Wikitty getRestored(boolean exceptionIfNotLoaded)
getRestored
in interface WikittyAccessStat
public void setRestored(Wikitty restored)
setRestored
in interface WikittyAccessStat
public Date getDate()
getDate
in interface WikittyAccessStat
public void setDate(Date date)
setDate
in interface WikittyAccessStat
public String getWikittyId()
getWikittyId
in interface BusinessEntity
public void setWikittyId(String wikittyId)
public String getWikittyVersion()
getWikittyVersion
in interface BusinessEntity
public void setWikittyVersion(String wikittyVersion)
setWikittyVersion
in interface BusinessEntity
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in interface BusinessEntity
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in interface BusinessEntity
public void addPropertyChangeListener(String property, PropertyChangeListener listener)
addPropertyChangeListener
in interface BusinessEntity
public void removePropertyChangeListener(String property, PropertyChangeListener listener)
removePropertyChangeListener
in interface BusinessEntity
public Collection<String> getExtensionFields(String ext)
getExtensionFields
in interface BusinessEntity
public Collection<String> getExtensionNames()
getExtensionNames
in interface BusinessEntity
public Collection<String> getStaticExtensionNames()
getStaticExtensionNames
in interface BusinessEntity
public Object getField(String ext, String fieldName)
getField
in interface BusinessEntity
public Object getFieldAsObject(String ext, String fieldName)
getFieldAsObject
in interface BusinessEntity
public void setField(String ext, String fieldName, Object value)
setField
in interface BusinessEntity
public void copyFrom(BusinessEntity source)
copyFrom
in interface BusinessEntity
Copyright © 2010–2014 CodeLutin. All rights reserved.