lumis.portal.hierarquicalpropertybag
Class PersonalizedProperty

Package class diagram package PersonalizedProperty
java.lang.Object
  extended by lumis.portal.hierarquicalpropertybag.PersonalizedProperty

public class PersonalizedProperty
extends Object

Object that represents a personalized property.

Since:
4.2.0

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

PersonalizedProperty

public PersonalizedProperty()
Method Detail

getId

public String getId()
Returns the identifier of the personalized property.

Returns:
the identifier of the personalized property.
Since:
4.2.0

setId

public void setId(String id)
Sets the Identifier of the personalized property.

Parameters:
id - identifier of the personalized property.
Since:
4.2.0

getProperty

public Property getProperty()
Returns the property object that this object is personalizing.

Returns:
the parent property object.
Since:
4.2.0

setProperty

public void setProperty(Property property)
Sets the parent property object that this object is personalizing.

Parameters:
property - the parent property object.
Since:
4.2.0

getValues

public List<String> getValues()
Returns the value of the personalized property.

Returns:
Since:
4.2.0

getPrincipal

public String getPrincipal()
Returns the principal identifier for whom the property is personalized.

Returns:
the principal identifier.
Since:
4.2.0

setPrincipal

public void setPrincipal(String principal)
Sets the principal identifier for whom the property is personalized.

Parameters:
principal - the principal identifier.
Since:
4.2.0


Lumisportal  4.2.1.080903 - Copyright © 2001-2007, Lumis. All Rights Reserved.