flux.security
Class AccessibleFlowChartVariable

java.lang.Object
  extended by flux.security.AccessibleFlowChartVariable
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AccessibleFlowChartVariable>

public class AccessibleFlowChartVariable
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<AccessibleFlowChartVariable>

For a security privilege that grants access to a flow chart variable, indicates which namespace and flow chart variable are accessible to that security privilege.

Author:
Copyright 2014 Flux Corporation. All rights reserved.
See Also:
Serialized Form

Constructor Summary
AccessibleFlowChartVariable()
           
 
Method Summary
 int compareTo(AccessibleFlowChartVariable that)
           
 java.lang.String getFlowChartVariableName()
          Returns the name of the flow chart variable, in conjunction with a namespace, that is accessible to a security privilege.
 java.lang.String getNamespace()
          Returns the namespace, in conjunction with a flow chart variable, that is accessible to a security privilege.
 void setFlowChartVariableName(java.lang.String flowChartVariableName)
          Sets the name of the flow chart variable, in conjunction with a namespace, that is accessible to a security privilege.
 void setNamespace(java.lang.String namespace)
          Sets the namespace, in conjunction with a flow chart variable, that is accessible to a security privilege.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessibleFlowChartVariable

public AccessibleFlowChartVariable()
Method Detail

getFlowChartVariableName

public java.lang.String getFlowChartVariableName()
Returns the name of the flow chart variable, in conjunction with a namespace, that is accessible to a security privilege.

Returns:
The name of the flow chart variable that is accessible to a security privilege.

getNamespace

public java.lang.String getNamespace()
Returns the namespace, in conjunction with a flow chart variable, that is accessible to a security privilege.

Returns:
The namespace that is accessible to a security privilege.

setFlowChartVariableName

public void setFlowChartVariableName(java.lang.String flowChartVariableName)
Sets the name of the flow chart variable, in conjunction with a namespace, that is accessible to a security privilege.

Parameters:
flowChartVariableName - The name of the flow chart variable that is accessible to a security privilege.

setNamespace

public void setNamespace(java.lang.String namespace)
Sets the namespace, in conjunction with a flow chart variable, that is accessible to a security privilege.

Parameters:
namespace - The namespace that is accessible to a security privilege.

compareTo

public int compareTo(AccessibleFlowChartVariable that)
Specified by:
compareTo in interface java.lang.Comparable<AccessibleFlowChartVariable>


© 2014 Flux Corporation. All rights reserved.