class: AffiliationRO

public class: AffiliationRO
Author: $Author: tendres $ (last modification)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1992 $ $LastChangedDate: 2009-05-19 15:; Complexity: 1
Dates: Created: 16.07.2009 15:12:58; Modified: 16.07.2009 15:12:58;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F924514E-1750-4496-8752-94E9B6396DA9}
The class for Affiliation references.
@revised by MuJ: 27.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ReferenceObject

See also: AffiliationNotFoundException, ReferenceObject, AffiliationVO

Appears in: referenceobjects

Connections
 
Custom Properties
 
AffiliationRO Attributes
Attribute Details
private String
  form
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
 
AffiliationRO Methods
Operation Details
public
AffiliationRO():
Sequential
Notes: Creates a new instance.
public
AffiliationRO(
   String objectId):
Sequential
Notes: Creates a new instance with the given objectId.
public
getForm():String
Sequential
Notes: @return the form
public
setForm(
   String form):void
Sequential