org.jboss.seam.mock
Class MockSecureEntity

java.lang.Object
  extended by org.jboss.seam.mock.MockSecureEntity
All Implemented Interfaces:
Serializable

@Name(value="mockSecureEntity")
@Install(value=false)
public class MockSecureEntity
extends Object
implements Serializable

Used by security unit tests

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
MockSecureEntity()
           
 
Method Summary
 Integer getId()
           
 String getValue()
           
 void setId(Integer id)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockSecureEntity

public MockSecureEntity()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getValue

public String getValue()

setValue

public void setValue(String value)