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

Property - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.state
Class Property

java.lang.Object
  extended byorg.jboss.portal.portlet.state.Property

public class Property
extends java.lang.Object

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  java.lang.String name
          The property name.
private  Value value
          The property value.
 
Constructor Summary
Property(java.lang.String name, Value value)
           
 
Method Summary
 java.lang.String getName()
           
 Value getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
The property name.


value

private Value value
The property value.

Constructor Detail

Property

public Property(java.lang.String name,
                Value value)
Method Detail

getName

public java.lang.String getName()

getValue

public Value getValue()