Package hec.model

Class UserLoginInfo

All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable, Cloneable, Comparable, Observer, Modifiable

public class UserLoginInfo extends NamedType implements AsciiSerializable
See Also:
  • Constructor Details

    • UserLoginInfo

      public UserLoginInfo()
    • UserLoginInfo

      public UserLoginInfo(String userName, String userId, long edipi, String clientHost)
  • Method Details

    • getUserName

      public String getUserName()
    • getUserId

      public String getUserId()
    • getKey

      public long getKey()
    • setKey

      public void setKey(long key)
    • setApplication

      public void setApplication(String app)
    • getApplication

      public String getApplication()
    • getClientHost

      public String getClientHost()
    • setLoginTime

      public void setLoginTime()
    • getLoginTime

      public long getLoginTime()
    • setLastCheckInTime

      public void setLastCheckInTime()
    • getLastCheckInTime

      public long getLastCheckInTime()
    • getFieldObject

      public Object getFieldObject(Field fld)
      Description copied from interface: FieldAccessor
      This method allows access to java.lang.reflect.Field objects within the implementing class.
      Specified by:
      getFieldObject in interface FieldAccessor
      Overrides:
      getFieldObject in class NamedType
      Parameters:
      fld - The field to get.
      Returns:
      The data object that is stored in the given field
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Description copied from interface: FieldAccessor
      This allows access to fields withing the implementing object to set there data.
      Specified by:
      setFieldObject in interface FieldAccessor
      Overrides:
      setFieldObject in class NamedType
      Parameters:
      fld - The java field object representing the member field to be set
      fobj - The data to set in that field
      Returns:
      returns true if successful
    • getEdipi

      public long getEdipi()