net.commerce.zocalo.user
Class NonUser

java.lang.Object
  extended by net.commerce.zocalo.user.Warnable
      extended by net.commerce.zocalo.user.NonUser

public class NonUser
extends Warnable

A User object for the login page so it can recieve warnings.


Field Summary
 
Fields inherited from class net.commerce.zocalo.user.Warnable
WARNING_SEPARATOR
 
Constructor Summary
NonUser()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class net.commerce.zocalo.user.Warnable
addWarning, getWarningsHTML, hasWarnings, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonUser

public NonUser()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Warnable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object