arcade.security.etc
Class SecurityFrameData
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 frameclazz
- the class name of this security frame
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