Agentflow
V3.1

pe.pase
Class LoginInfo

java.lang.Object
  extended by pe.pase.LoginInfo
All Implemented Interfaces:
java.io.Serializable

public class LoginInfo
extends java.lang.Object
implements java.io.Serializable

This is a JavaBean(value object) carries the login infomation to be logged.

Author:
Chen Chang-hua
See Also:
Serialized Form

Constructor Summary
LoginInfo()
           
 
Method Summary
 java.lang.String getDomainName()
          Retrieve the domain name authenticating against the user
 java.lang.String getIP()
          Returns the IP address property.
 long getLoginDate()
          Returns the login date/time.
 java.lang.String getLoginId()
          Returns the login id property.
 java.lang.String getLoginName()
          Returns the login name(member name).
 int getStatus()
          Returns the status for this login action.
 void setDomainName(java.lang.String domainName)
          Set the domain name authenticating against the user
 void setIP(java.lang.String ip)
          Sets the IP address property.
 void setLoginDate(long loginDate)
          Sets the login date/time.
 void setLoginId(java.lang.String loginId)
          Sets the login property.
 void setLoginName(java.lang.String loginName)
          Sets the the login name(member name).
 void setStatus(int status)
          Sets the status for this login action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginInfo

public LoginInfo()
Method Detail

getDomainName

public java.lang.String getDomainName()
Retrieve the domain name authenticating against the user

Returns:
domainName
Since:
V3.1

getIP

public java.lang.String getIP()
Returns the IP address property.

Returns:
Returns the iP.

getLoginDate

public long getLoginDate()
Returns the login date/time.

Returns:
Returns the loginDate.

getLoginId

public java.lang.String getLoginId()
Returns the login id property.

Returns:
Returns the loginId.

getLoginName

public java.lang.String getLoginName()
Returns the login name(member name).

Returns:
Returns the loginName.

getStatus

public int getStatus()
Returns the status for this login action. It describes the status code after executes the login action.

Returns:
Returns the status.

setDomainName

public void setDomainName(java.lang.String domainName)
Set the domain name authenticating against the user

Parameters:
domainName -
Since:
V3.1

setIP

public void setIP(java.lang.String ip)
Sets the IP address property.

Parameters:
ip - The iP to set.

setLoginDate

public void setLoginDate(long loginDate)
Sets the login date/time.

Parameters:
loginDate - The loginDate to set.

setLoginId

public void setLoginId(java.lang.String loginId)
Sets the login property.

Parameters:
loginId - The loginId to set.

setLoginName

public void setLoginName(java.lang.String loginName)
Sets the the login name(member name).

Parameters:
loginName - The loginName to set.

setStatus

public void setStatus(int status)
Sets the status for this login action. It describes the status code after executes the login action.

Parameters:
status - The status to set.

Agentflow
V3.1

Submit a bug or feature
Copyright 1999-2010 Flowring , Inc. 12F., No.120, Sec2, Gongdao 5th Rd.,
Hsinchu City 300, Taiwan (R.O.C.) All Rights Reserved.