class: CreatorCollection

public class: CreatorCollection
Author: Mario Wagner
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:32:20; Modified: 16.07.2009 15:32:20;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F9DF0E7C-9ADC-40e5-9B18-B1D19A859174}
Bean to handle the CreatorCollection on a single jsp. A CreatorCollection is represented by a List<CreatorVO>.
 

Goto: Custom Properties, Fields, Methods

See also: EasySubmission, CreatorManager, SourceBean, EditItem

Appears in: bean

Connections
 
Custom Properties
 
CreatorCollection Attributes
Attribute Details
private CreatorManager
  creatorManager
private static Logger
  logger
Initial: Logger.getLogger(CreatorCollection.class)
private List
  parentVO
 
CreatorCollection Methods
Operation Details
public
CreatorCollection():
Sequential
public
CreatorCollection(
   List parentVO):
Sequential
public
getCreatorManager():CreatorManager
Sequential
public
getParentVO():List
Sequential
public
setCreatorManager(
   CreatorManager creatorManager):void
Sequential
public
setParentVO(
   List parentVO):void
Sequential