class: ViewItemCreatorOrganization

public class: ViewItemCreatorOrganization
Author: : Tobias Schraut
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2007-08-20 1; Complexity: 1
Dates: Created: 16.07.2009 15:34:01; Modified: 16.07.2009 15:34:01;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {39EAB7A1-C409-4012-B1B2-B239555C70E8}
ViewItemCreatorOrganization.java stores information about an organization that is a creator. This information will be presented in a popup window Created on 20. Februar 2007, 12:17
 

Goto: Custom Properties, Fields, Methods

Appears in: viewItem

Custom Properties
 
ViewItemCreatorOrganization Attributes
Attribute Details
private String
  organizationAddress
Notes: the address of the organization
private String
  organizationInfoPage
Notes: the html code of the organization info page popup window
private String
  organizationName
Notes: The Name of the organization
private String
  position
Notes: the position of the organization within the list
 
ViewItemCreatorOrganization Methods
Operation Details
public
getOrganizationAddress():String
Sequential
public
getOrganizationInfoPage():String
Sequential
public
getOrganizationName():String
Sequential
Notes: Getters and setters
public
getPosition():String
Sequential
public
setOrganizationAddress(
   String organizationAddress):void
Sequential
public
setOrganizationInfoPage(
   String organizationName,
   String organizationAddress):void
Sequential
Notes: the information page (popup window)
public
setOrganizationName(
   String organizationName):void
Sequential
public
setPosition(
   String position):void
Sequential
public
ViewItemCreatorOrganization():
Sequential