class: GrantRO

public class: GrantRO
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:12:59; Modified: 16.07.2009 15:12:59;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {0A449826-D19F-4147-A75E-3AC1D699015E}
The class for Grant references.
 

Goto: Custom Properties, Fields, Methods

Extends: ReferenceObject

See also: ReferenceObject, GrantVO

Appears in: referenceobjects

Connections
 
Custom Properties
 
GrantRO Attributes
Attribute Details
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
 
GrantRO Methods
Operation Details
public
alreadyExistsInFramework():boolean
Sequential
Notes: Helper method for JiBX transformations. This method helps JiBX to determine if this is a 'create' or an 'update' transformation.
@return boolean true if the reference of this AffiliationVO is set
public
clone():Object
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
@author Thomas Diebaecker
public
GrantRO():
Sequential
Notes: Creates a new instance.
public
GrantRO(
   GrantRO other):
Sequential
Notes: Copy constructor.
@author Thomas Diebaecker
public
GrantRO(
   String objectId):
Sequential
Notes: Creates a new instance with the given objectId.