|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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.
CommunityDefinition.getProperties(),
Serialized Form| Field 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 - 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
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||