jason.compiler
Class SecurityObject

java.lang.Object
  |
  +--jason.compiler.SecurityObject
Direct Known Subclasses:
Method, Parameter

public class SecurityObject
extends java.lang.Object


Field Summary
private  boolean authentic
           
private  boolean confidential
           
private  java.lang.String name
           
private  java.lang.String type
           
 
Constructor Summary
SecurityObject()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getType()
           
 boolean isAuthentic()
           
 boolean isConfidential()
           
 void setAuthentic()
           
 void setConfidential()
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 
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

type

private java.lang.String type

authentic

private boolean authentic

confidential

private boolean confidential
Constructor Detail

SecurityObject

public SecurityObject()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

isAuthentic

public boolean isAuthentic()

setAuthentic

public void setAuthentic()

isConfidential

public boolean isConfidential()

setConfidential

public void setConfidential()