class: Selectors

public class: Selectors
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:13:32; Modified: 16.07.2009 15:13:32;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E2F01CCF-3EA7-49c9-84C0-92BC655BBFF0}
<create>discarded</create>
<update>discarded</update> Schema fragment(s) for this class:
<pre> <xs:element xmlns:ns="http://www.escidoc.de/schemas/usergroup/0.5" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="selectors"> <xs:complexType> <xs:sequence> <xs:element ref="ns:selector" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
</pre>
 

Goto: Custom Properties, Fields, Methods

Extends: IntelligentVO

See also: IntelligentVO, UserGroup

Appears in: usergroup

Connections
 
Custom Properties
 
Selectors Attributes
Attribute Details
private ArrayList
  selectorList
Initial: new ArrayList()
 
Selectors Methods
Operation Details
public
getSelectors():List
Sequential
Notes: Get the list of 'selector' element items.
<create>discarded</create>
<update>discarded</update>
@return list
public
setSelectors(
   List list):void
Sequential
Notes: Set the list of 'selector' element items.
<create>discarded</create>
<update>discarded</update>