net.sourceforge.agora.simulator.model
Class SecurityAttribute

java.lang.Object
  extended by net.sourceforge.agora.simulator.model.SecurityAttribute

public class SecurityAttribute
extends java.lang.Object

The Class SecurityAttribute.


Constructor Summary
SecurityAttribute()
           
 
Method Summary
 java.lang.Integer getAttributeType()
          Gets the attribute type.
 java.lang.String getAttributeValue()
          Gets the attribute value.
 SecurityDetails getSecurity()
          Gets the security.
 void setAttributeType(java.lang.Integer attributeType)
          Sets the attribute type.
 void setAttributeValue(java.lang.String attributeValue)
          Sets the attribute value.
 void setSecurity(SecurityDetails security)
          Sets the security.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityAttribute

public SecurityAttribute()
Method Detail

getSecurity

public SecurityDetails getSecurity()
Gets the security.

Returns:
the security

setSecurity

public void setSecurity(SecurityDetails security)
Sets the security.

Parameters:
security - the new security

getAttributeType

public java.lang.Integer getAttributeType()
Gets the attribute type.

Returns:
the attribute type

setAttributeType

public void setAttributeType(java.lang.Integer attributeType)
Sets the attribute type.

Parameters:
attributeType - the new attribute type

getAttributeValue

public java.lang.String getAttributeValue()
Gets the attribute value.

Returns:
the attribute value

setAttributeValue

public void setAttributeValue(java.lang.String attributeValue)
Sets the attribute value.

Parameters:
attributeValue - the new attribute value