class: OrganizationVO

public class: OrganizationVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:13:43; Modified: 16.07.2009 15:13:43;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {35B53885-0E85-4e42-B51A-18CC8DC197DC}
@revised by MuJ: 27.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: CreatorVO, TextVO, ValueObject, PartnerVO

Appears in: metadata

Connections
 
Custom Properties
 
OrganizationVO Attributes
Attribute Details
private String
  address
private String
  identifier
private TextVO
  name
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
 
OrganizationVO Methods
Operation Details
public
clone():Object
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see java.lang.Object#clone()
public
equals(
   Object obj):boolean
Sequential
Tags: annotations=@Override
Notes: (non-Javadoc)
@see java.lang.Object#equals(java.lang.Object)
public
getAddress():String
Sequential
Notes: Delivers the address of the organization as used in the item.
public
getIdentifier():String
Sequential
Notes: Delivers the id of the corresponding affiliation in the system.
public
getName():TextVO
Sequential
Notes: Delivers the name of the organization as used in the item.
public
setAddress(
   String newVal):void
Sequential
Notes: Sets the address of the organization as used in the item.
public
setIdentifier(
   String newVal):void
Sequential
Notes: Sets the id of the corresponding affiliation in the system.
public
setName(
   TextVO newVal):void
Sequential
Notes: Sets the name of the organization as used in the item.