fr.cnes.sitools.security.userblacklist
Class UserBlackListModel

java.lang.Object
  extended by fr.cnes.sitools.security.userblacklist.UserBlackListModel
All Implemented Interfaces:
IResource

public class UserBlackListModel
extends java.lang.Object
implements IResource

The Class UserBlackListModel.

Author:
m.gond

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

UserBlackListModel

public UserBlackListModel()
Method Detail

getId

public java.lang.String getId()
Gets the id value.

Specified by:
getId in interface IResource
Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id.

Specified by:
setId in interface IResource
Parameters:
id - the id to set

getUsername

public java.lang.String getUsername()
Gets the username value.

Returns:
the username

setUsername

public void setUsername(java.lang.String username)
Sets the value of username.

Parameters:
username - the username to set

getIpAddress

public java.lang.String getIpAddress()
Gets the ip value.

Returns:
the ip

setIpAddress

public void setIpAddress(java.lang.String ipAddress)
Sets the value of ip.

Parameters:
ipAddress - the ip to set

getDate

public java.util.Date getDate()
Gets the date value.

Returns:
the date

setDate

public void setDate(java.util.Date date)
Sets the value of date.

Parameters:
date - the date to set

getUserExists

public java.lang.Boolean getUserExists()
Gets the userExists value.

Returns:
the userExists

setUserExists

public void setUserExists(java.lang.Boolean userExists)
Sets the value of userExists.

Parameters:
userExists - the userExists to set

getName

public java.lang.String getName()
Gets the name value.

Specified by:
getName in interface IResource
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name.

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the description value.

Specified by:
getDescription in interface IResource
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description.

Parameters:
description - the description to set


Copyright © 2010-2013 CNES. All Rights Reserved.