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

JBossPortletMetaData - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.metadata
Class JBossPortletMetaData

java.lang.Object
  extended byorg.jboss.portal.portlet.metadata.JBossPortletMetaData
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
JBossPortletMetaData

public class JBossPortletMetaData
extends java.lang.Object
implements java.lang.Cloneable

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  java.lang.Integer cacheRefType
           
private  java.lang.Boolean distributed
           
private  java.lang.String name
           
private  java.lang.Boolean remotable
           
private  SecurityConstraintMetaData securityConstraint
           
private  Transactions.Type txType
           
 
Constructor Summary
JBossPortletMetaData()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.Integer getCacheRefType()
           
 java.lang.Boolean getDistributed()
           
 java.lang.String getName()
           
 java.lang.Boolean getRemotable()
           
 SecurityConstraintMetaData getSecurityConstraint()
           
 Transactions.Type getTxType()
           
 void merge(JBossApplicationMetaData application)
           
 void merge(JBossPortletMetaData portlet)
           
 void setCacheRefType(java.lang.Integer cacheRefType)
           
 void setDistributed(java.lang.Boolean distributed)
           
 void setName(java.lang.String name)
           
 void setRemotable(java.lang.Boolean remotable)
           
 void setSecurityConstraint(SecurityConstraintMetaData securityConstraint)
           
 void setTxType(Transactions.Type txType)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

remotable

private java.lang.Boolean remotable

securityConstraint

private SecurityConstraintMetaData securityConstraint

cacheRefType

private java.lang.Integer cacheRefType

txType

private Transactions.Type txType

distributed

private java.lang.Boolean distributed
Constructor Detail

JBossPortletMetaData

public JBossPortletMetaData()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getRemotable

public java.lang.Boolean getRemotable()

setRemotable

public void setRemotable(java.lang.Boolean remotable)

getDistributed

public java.lang.Boolean getDistributed()

setDistributed

public void setDistributed(java.lang.Boolean distributed)

getSecurityConstraint

public SecurityConstraintMetaData getSecurityConstraint()

setSecurityConstraint

public void setSecurityConstraint(SecurityConstraintMetaData securityConstraint)

getCacheRefType

public java.lang.Integer getCacheRefType()

setCacheRefType

public void setCacheRefType(java.lang.Integer cacheRefType)

getTxType

public Transactions.Type getTxType()

setTxType

public void setTxType(Transactions.Type txType)

merge

public void merge(JBossApplicationMetaData application)

merge

public void merge(JBossPortletMetaData portlet)

clone

public java.lang.Object clone()