net.sourceforge.fixagora.basis.shared.model.persistence
Class SecurityAttribute

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.SecurityAttribute
All Implemented Interfaces:
java.io.Serializable

@Entity
public class SecurityAttribute
extends java.lang.Object
implements java.io.Serializable

The Class SecurityAttribute.

See Also:
Serialized Form

Constructor Summary
SecurityAttribute()
           
 
Method Summary
 java.lang.Integer getAttributeType()
          Gets the attribute type.
 java.lang.String getAttributeValue()
          Gets the attribute value.
 long getId()
          Gets the id.
 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 setId(long id)
          Sets the id.
 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

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

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