|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.security.userblacklist.UserBlackListModel
public class UserBlackListModel
The Class UserBlackListModel.
Constructor Summary | |
---|---|
UserBlackListModel()
|
Method Summary | |
---|---|
java.util.Date |
getDate()
Gets the date value. |
java.lang.String |
getDescription()
Gets the description value. |
java.lang.String |
getId()
Gets the id value. |
java.lang.String |
getIpAddress()
Gets the ip value. |
java.lang.String |
getName()
Gets the name value. |
java.lang.Boolean |
getUserExists()
Gets the userExists value. |
java.lang.String |
getUsername()
Gets the username value. |
void |
setDate(java.util.Date date)
Sets the value of date. |
void |
setDescription(java.lang.String description)
Sets the value of description. |
void |
setId(java.lang.String id)
Sets the value of id. |
void |
setIpAddress(java.lang.String ipAddress)
Sets the value of ip. |
void |
setName(java.lang.String name)
Sets the value of name. |
void |
setUserExists(java.lang.Boolean userExists)
Sets the value of userExists. |
void |
setUsername(java.lang.String username)
Sets the value of username. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserBlackListModel()
Method Detail |
---|
public java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- the username to setpublic java.lang.String getIpAddress()
public void setIpAddress(java.lang.String ipAddress)
ipAddress
- the ip to setpublic java.util.Date getDate()
public void setDate(java.util.Date date)
date
- the date to setpublic java.lang.Boolean getUserExists()
public void setUserExists(java.lang.Boolean userExists)
userExists
- the userExists to setpublic java.lang.String getName()
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |