Understanding Sun Master Index Processing

MergeObjectNameResult

This class represents the return values for a call to the merge-related functions of the ObjectNameEJB class, where ObjectName is the name of the parent object.

Definition


class MergeObjectNameResult

Methods

 

MergeObjectNameResult

Description

This is the constructor method for the MergeObjectNameResult class.

Syntax


new MergeObjectnameResult()

where ObjectName is the name of the parent object.

Parameters

None.

Returns

A new instance of MergeObjectNameResult.

Throws

None.

getDestinationEO

Description

This method retrieves the surviving enterprise object from a merge result.

Syntax


DestinationEO getDestinationEO()

Parameters

None.

Returns

The surviving enterprise object from a merge result.

Throws

None.

getSourceEO

Description

This method retrieves the nonsurviving enterprise object from a merge result.

Syntax


SourceEO getSourceEO()

Parameters

None.

Returns

The nonsurviving enterprise object from a merge result.

Throws

None.

setDestinationEO

Description

This method sets the surviving enterprise object in a merge result.

Syntax


void setDestinationEO(DestinationEO eom)

Parameters

Name 

Type 

Description 

eom 

DestinationEO 

The surviving record in the merge result. 

Returns

None.

Throws

None.

setSourceEO

Description

This method sets the nonsurviving enterprise object in a merge result.

Syntax


void setSourceEO(SourceEO eom)

Parameters

Name 

Type 

Description 

eom 

SourceEO 

The nonsurviving record in the merge result. 

Returns

None.

Throws

None.