站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 API 英文版文档

MockSecureEntity (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


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)