|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.structure.GenericStructureElementPropertiesAccessor
public class GenericStructureElementPropertiesAccessor
A generic implementation class for IStructureElementPropertiesAccessor
.
Constructor Summary | |
---|---|
GenericStructureElementPropertiesAccessor(StructureElement structureElement)
The constructor for GenericStructureElementPropertiesAccessor . |
Method Summary | |
---|---|
String |
getPropertyLocalValue(String propertyName)
|
String |
getPropertyValue(String propertyName)
Returns the property value for a given property name. |
void |
removeProperty(String propertyName)
Removes a property for a given property name from the local property structure map. |
void |
setPropertyValue(String propertyName,
String propertyValue)
Sets on the local property structure map a given propertyValue
property value for a given propertyName property name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericStructureElementPropertiesAccessor(StructureElement structureElement)
GenericStructureElementPropertiesAccessor
.
structureElement
- the element whose properties are accessed.Method Detail |
---|
public String getPropertyLocalValue(String propertyName)
public String getPropertyValue(String propertyName)
IStructureElementPropertiesAccessor
getPropertyValue
in interface IStructureElementPropertiesAccessor
propertyName
- the property name.
public void removeProperty(String propertyName)
IStructureElementPropertiesAccessor
removeProperty
in interface IStructureElementPropertiesAccessor
propertyName
- the name of the property to be removed.public void setPropertyValue(String propertyName, String propertyValue)
IStructureElementPropertiesAccessor
propertyValue
property value for a given propertyName
property name.
setPropertyValue
in interface IStructureElementPropertiesAccessor
propertyName
- the property namepropertyValue
- the property value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |