arcade.security.etc
Class SecurityFrameData

java.lang.Object
  extended by arcade.security.etc.SecurityFrameData

public class SecurityFrameData
extends java.lang.Object

SecurityFrameData object is used to create JInternalFrame in the SecurityDesktop by the class name of the frame using reflection. The String fields name and clazz are specified in the properties files located in the resources/users/ file.


Constructor Summary
SecurityFrameData()
          Creates a new SecurityData object.
SecurityFrameData(java.lang.String name, java.lang.String clazz)
          Creates a new SecurityData object.
 
Method Summary
 java.lang.String getClazz()
           
 java.lang.String getName()
           
 void setClazz(java.lang.String clazz)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityFrameData

public SecurityFrameData()
Creates a new SecurityData object.


SecurityFrameData

public SecurityFrameData(java.lang.String name,
                         java.lang.String clazz)
Creates a new SecurityData object.

Parameters:
name - the name or title of this security frame
clazz - the class name of this security frame
Method Detail

getClazz

public java.lang.String getClazz()
Returns:
the clazz the class name as a string

setClazz

public void setClazz(java.lang.String clazz)
Parameters:
clazz - the clazz to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set