class: PartnerVO

public class: PartnerVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:13:44; Modified: 16.07.2009 15:13:44;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7DACA5F5-C2A1-43d4-B221-ED740104AA68}
@revised by MuJ: 27.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: OrganizationVO, PersonVO, PartnerRole, ValueObject

Appears in: metadata

Connections
 
Custom Properties
 
PartnerVO Attributes
Attribute Details
private OrganizationVO
  organization
private PersonVO
  person
private PartnerRole
  role
private static const long
  serialVersionUID
Initial: 1L
Notes: Fixed serialVersionUID to prevent java.io.InvalidClassExceptions like 'de.mpg.escidoc.services.common.valueobjects.ItemVO; local class incompatible: stream classdesc serialVersionUID = 8587635524303981401, local class serialVersionUID = -2285753348501257286' that occur after JiBX enhancement of VOs. Without the fixed serialVersionUID, the VOs have to be compiled twice for testing (once for the Application Server, once for the local test).
@author Johannes Mueller
 
PartnerVO Methods
Operation Details
public
clone():Object
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see java.lang.Object#clone()
public
equals(
   Object o):boolean
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see java.lang.Object#clone()
public
getOrganization():OrganizationVO
Sequential
Notes: Delivers detailed information of the organization.
public
getPerson():PersonVO
Sequential
Notes: Delivers detailed information of the person.
public
getRole():PartnerRole
Sequential
Notes: Delivers the role in which this creator worked.
public
setOrganization(
   OrganizationVO newVal):void
Sequential
Notes: Sets detailed information of the organization.
public
setPerson(
   PersonVO newVal):void
Sequential
Notes: Sets detailed information of the person.
public
setRole(
   PartnerRole newVal):void
Sequential
Notes: Sets the role in which this creator worked.