class: ViewItemOrganization

public class: ViewItemOrganization
Author: : Tobias Schraut
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 2465 $ $LastChangedDate: 2009-04-20 1; Complexity: 1
Dates: Created: 16.07.2009 15:34:03; Modified: 16.07.2009 15:34:03;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {86CBB425-4A62-4688-BAD8-671CF45207A8}
ViewItemOrganization.java stores information about an organization that is affiliated to a creator. This information will be presented in a popup window Created on 20. Februar 2007, 12:17
 

Goto: Custom Properties, Fields, Methods

See also: ViewItem

Appears in: viewItem

Connections
 
Custom Properties
 
ViewItemOrganization Attributes
Attribute Details
private String
  organizationAddress
Notes: the address of the organization
private String
  organizationIdentifier
Notes: the identifier 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
 
ViewItemOrganization Methods
Operation Details
public
getHasOrganizationalIdentifier():boolean
Sequential
public
getOrganizationAddress():String
Sequential
public
getOrganizationIdentifier():String
Sequential
public
getOrganizationInfoPage():String
Sequential
public
getOrganizationName():String
Sequential
public
getPosition():String
Sequential
public
setOrganizationAddress(
   String organizationAddress):void
Sequential
public
setOrganizationIdentifier(
   String organizationIdentifier):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