|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tonbeller.jpivot.olap.model.impl.PropertyHolderImpl
public class PropertyHolderImpl
Created on 11.10.2002
| Constructor Summary | |
|---|---|
PropertyHolderImpl()
|
|
PropertyHolderImpl(java.util.List propertyList)
|
|
PropertyHolderImpl(Property[] properties)
|
|
| Method Summary | |
|---|---|
void |
addProperty(PropertyImpl property)
very slow! |
Property[] |
getProperties()
Returns the properties. |
Property |
getProperty(java.lang.String name)
get a specific property of this member |
void |
setProperties(Property[] properties)
Sets the properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyHolderImpl()
public PropertyHolderImpl(Property[] properties)
public PropertyHolderImpl(java.util.List propertyList)
| Method Detail |
|---|
public Property[] getProperties()
getProperties in interface PropertyHolderpublic void setProperties(Property[] properties)
properties - The properties to setpublic Property getProperty(java.lang.String name)
PropertyHolder
getProperty in interface PropertyHolderPropertyHolder.getProperty(String)public void addProperty(PropertyImpl property)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||