|
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 FormField Summary | |
---|---|
protected CommunityDefinitionId |
communityDefinitionId CommunityDefinitionId of the community this property is associated with. |
protected String |
description Description for this property |
protected boolean |
multiValued Flag to denote if this property supports multiple values. |
protected String |
name Name of this property |
protected List<CommunityPropertyValue> |
values The 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
- CommunityDefinitionId
multiValued
- true
if property is multivaluedvalues
- List
of CommunityPropertyValue
spublic CommunityProperty(String name, String description, boolean multiValued, List<CommunityPropertyValue> values)
name
- property namedescription
- property descriptionmultiValued
- true
if property is multivaluedvalues
- List
of CommunityPropertyValue
spublic CommunityProperty(String name, String description, CommunityDefinitionId communityDefinitionId, CommunityPropertyValue value)
name
- property namedescription
- property descriptioncommunityDefinitionId
- CommunityDefinitionId
value
- 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 Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public 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.