|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.netuix.application.communities.CommunityProperty
public class CommunityProperty
Represents a property associated with a community. A CommunityDefinition has a Map of these keyed by their names associated with it. <p/>The overview of community functionality contains a description of the community framework.
CommunityDefinition.getProperties(), Serialized Form| Field Summary | |
|---|---|
protected CommunityDefinitionId |
communityDefinitionIdCommunityDefinitionId of the community this property is associated with. |
protected String |
descriptionDescription for this property |
protected boolean |
multiValuedFlag to denote if this property supports multiple values. |
protected String |
nameName of this property |
protected List<CommunityPropertyValue> |
valuesThe list of property values. |
| Constructor Summary | |
|---|---|
CommunityProperty(String name, String description, boolean multiValued, List<CommunityPropertyValue> values)Ctor |
|
CommunityProperty(String name, String description, CommunityDefinitionId communityDefinitionId, boolean multiValued, List<CommunityPropertyValue> values)Ctor |
|
CommunityProperty(String name, String description, CommunityDefinitionId communityDefinitionId, CommunityPropertyValue value)Ctor - used when a CommunityProperty is single valued. |
|
CommunityProperty(String name, String description, CommunityPropertyValue value)Ctor - used when a CommunityProperty is single valued. |
|
| Method Summary | |
|---|---|
CommunityProperty |
clone() |
boolean |
equals(Object o) |
CommunityDefinitionId |
getCommunityDefinitionId() |
String |
getDescription() |
String |
getName() |
List<CommunityPropertyValue> |
getValues() |
int |
hashCode() |
boolean |
isMultiValued() |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String description
protected CommunityDefinitionId communityDefinitionId
protected boolean multiValued
protected List<CommunityPropertyValue> values
| Constructor Detail |
|---|
public CommunityProperty(String name,
String description,
CommunityDefinitionId communityDefinitionId,
boolean multiValued,
List<CommunityPropertyValue> values)
name - property namedescription - property descriptioncommunityDefinitionId - CommunityDefinitionIdmultiValued - true if property is multivaluedvalues - List of CommunityPropertyValues
public CommunityProperty(String name,
String description,
boolean multiValued,
List<CommunityPropertyValue> values)
name - property namedescription - property descriptionmultiValued - true if property is multivaluedvalues - List of CommunityPropertyValues
public CommunityProperty(String name,
String description,
CommunityDefinitionId communityDefinitionId,
CommunityPropertyValue value)
name - property namedescription - property descriptioncommunityDefinitionId - CommunityDefinitionIdvalue - CommunityPropertyValue
public CommunityProperty(String name,
String description,
CommunityPropertyValue value)
name - property namedescription - property descriptionvalue - CommunityPropertyValue| Method Detail |
|---|
public CommunityDefinitionId getCommunityDefinitionId()
public String getDescription()
public boolean isMultiValued()
public String getName()
public List<CommunityPropertyValue> getValues()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic CommunityProperty clone()
clone in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.