Siebel Object Interfaces Reference > Java Data Bean Quick Reference >

Property Set


Table 47 lists a summary of the SiebelPropertySet Methods syntax.

Table 47.  SiebelPropertySet Methods Syntax Summary
Method
Description
Syntax
Adds subsidiary property sets to a property set.

int addChild(SiebelPropertySet propertySet)

Returns a copy of a property set.

SiebelPropertySet copy(SiebelPropertySet propertySet)

Returns a specified child property set of a property set.

SiebelPropertySet getChild(int index)

Returns the number of child property sets attached to a parent property set.

int getChildCount()

Returns the name of the first property in a property set.

String getFirstProperty()

Returns the name of the next property in a property set.

String getNextProperty()

Returns the value of a property when given the property name.

String getProperty(String propertyName)

Returns the number of properties attached to a property set.

int GetPropertyCount ()

Returns the value stored in a type in a property set.

String getType()

Returns a value stored as part of a property set.

String getValue()

Inserts a child property set into a parent property set at a specific location.

boolean insertChildAt(SiebelPropertySet propertySet, int index)

Returns a Boolean value indicating whether the property specified in the argument exists.

boolean propertyExists(String propertyName)

Removes a child property set as a specified index from a parent property set.

boolean removeChild(int index)

Removes the property specified in its argument from a property set.

boolean removeProperty(String propertyName)

Removes every property and child property set from a property set.

boolean reset()

Assigns a value to the property of a property set specified in its argument.

boolean setProperty(String propertyName, String propertyValue)

Assigns a data value to a type member of a property set.

boolean setType(java.lang.String type)

Assigns a data value to a value member of a property set.

boolean setValue(String value)


 Siebel Object Interfaces Reference 
 Published: 18 June 2003