|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.hierarquicalpropertybag.PersonalizedProperty
public class PersonalizedProperty
Object that represents a personalized property.
Constructor Summary | |
---|---|
PersonalizedProperty()
|
Method Summary | |
---|---|
String |
getId()
Returns the identifier of the personalized property. |
String |
getPrincipal()
Returns the principal identifier for whom the property is personalized. |
Property |
getProperty()
Returns the property object that this object is personalizing. |
List<String> |
getValues()
Returns the value of the personalized property. |
void |
setId(String id)
Sets the Identifier of the personalized property. |
void |
setPrincipal(String principal)
Sets the principal identifier for whom the property is personalized. |
void |
setProperty(Property property)
Sets the parent property object that this object is personalizing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersonalizedProperty()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- identifier of the personalized property.public Property getProperty()
public void setProperty(Property property)
property
- the parent property object.public List<String> getValues()
public String getPrincipal()
public void setPrincipal(String principal)
principal
- the principal identifier.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |