Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.application.timewarp.userinfo
Class UserinfoModel  view UserinfoModel download UserinfoModel.java

java.lang.Object
  extended byorg.scopemvc.model.basic.BasicModel
      extended byorg.scopemvc.application.timewarp.userinfo.UserinfoModel
All Implemented Interfaces:
org.scopemvc.core.ModelChangeEventSource, org.scopemvc.core.ModelChangeListener, org.scopemvc.core.ModelChangeTypes

public class UserinfoModel
extends org.scopemvc.model.basic.BasicModel

Model for the user information screen.

Version:
1.0

Field Summary
private  java.lang.String company
           
private  java.lang.String eMail
           
private  java.lang.String name
           
private  org.scopemvc.application.timewarp.utilities.User user
           
 
Fields inherited from class org.scopemvc.model.basic.BasicModel
 
Fields inherited from interface org.scopemvc.core.ModelChangeTypes
ACCESS_CHANGED, VALUE_ADDED, VALUE_CHANGED, VALUE_REMOVED
 
Constructor Summary
UserinfoModel()
          Constructor for the UserinfoModel object.
 
Method Summary
 java.lang.String getCompany()
          Gets the company attribute of the UserinfoModel object.
 java.lang.String getEmail()
          Gets the email attribute of the UserinfoModel object.
 java.lang.String getName()
          Gets the name attribute of the UserinfoModel object.
 void save()
          Save the user's information to the User object and to disk.
 void setCompany(java.lang.String input)
          Sets the company attribute of the UserinfoModel object.
 void setEmail(java.lang.String input)
          Sets the email attribute of the UserinfoModel object.
 void setName(java.lang.String input)
          Sets the name attribute of the UserinfoModel object.
 
Methods inherited from class org.scopemvc.model.basic.BasicModel
addModelChangeListener, fireModelChange, listenNewSubmodel, makeActive, modelChanged, removeModelChangeListener, unlistenOldSubmodel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

eMail

private java.lang.String eMail

company

private java.lang.String company

user

private org.scopemvc.application.timewarp.utilities.User user
Constructor Detail

UserinfoModel

public UserinfoModel()
Constructor for the UserinfoModel object.

Method Detail

getName

public java.lang.String getName()
Gets the name attribute of the UserinfoModel object.


getEmail

public java.lang.String getEmail()
Gets the email attribute of the UserinfoModel object.


getCompany

public java.lang.String getCompany()
Gets the company attribute of the UserinfoModel object.


setName

public void setName(java.lang.String input)
Sets the name attribute of the UserinfoModel object.


setEmail

public void setEmail(java.lang.String input)
Sets the email attribute of the UserinfoModel object.


setCompany

public void setCompany(java.lang.String input)
Sets the company attribute of the UserinfoModel object.


save

public void save()
Save the user's information to the User object and to disk. Then shoot back to the main application.