com.u2d.app
Class User.UnlockedState

java.lang.Object
  extended by com.u2d.pattern.State
      extended by com.u2d.model.AbstractComplexEObject.ReadState
          extended by com.u2d.app.User.UnlockedState
Enclosing class:
User

public class User.UnlockedState
extends AbstractComplexEObject.ReadState


Field Summary
 
Fields inherited from class com.u2d.pattern.State
_name
 
Constructor Summary
User.UnlockedState()
           
 
Method Summary
 java.lang.String getName()
           
 void Lock(CommandInfo cmdInfo)
           
 
Methods inherited from class com.u2d.model.AbstractComplexEObject.ReadState
Copy, Delete, Edit, ExportJSON, ExportToXML, Open
 
Methods inherited from class com.u2d.pattern.State
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User.UnlockedState

public User.UnlockedState()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class State

Lock

public void Lock(CommandInfo cmdInfo)