Understanding Sun Master Index Processing

SBRObjectName

This class represents an SBR object in an enterprise object. The SBR (single best record) represents the data about an entity that is considered to be the most accurate information from all external systems. Many of the methods in this class are named based on the name of the parent object, which is represented by ObjectName in the method descriptions below.

Definition


class SBRObjectName

Methods

SBRObjectName

Description

This is a constructor method for an empty SBRObjectName class.

Syntax


new SBRObjectName()

Parameters

None.

Returns

A new instance of SBRObjectName.

Throws

None.

SBRObjectName

Description

This is a constructor method for an SBRObjectName class. It takes an SBR object as its input.

Syntax


new SBRObjectName(SBR sbr)

Parameters

Name 

Type 

Description 

sbr 

SBRObjectName

The SBR object to use to construct the new instance of SBRObjectName.

Returns

None.

Throws

ObjectException

getObjectName

Description

This method retrieves the parent object in the SBR.

Syntax


ObjectNameBean getObjectName()

Parameters

None.

Returns

The ObjectNameBean object associated with the SBR.

Throws

ObjectException

getStatus

Description

This method retrieves the status of the SBR.

Syntax


String getStatus()

Parameters

None.

Returns

The status of the SBR.

Throws

ObjectException

setObjectName

Description

This method sets the parent object in the SBR.

Syntax


void setObjectName(ObjectNameBean aObjectName)

Parameters

Name 

Type 

Description 

aObjectName

ObjectNameBean

The parent object bean to set in the SBR. 

Returns

None.

Throws

ObjectException

setStatus

Description

This method sets the status of the SBR.

Syntax


voide setStatus(String status)

Parameters

Name 

Type 

Description 

status 

String 

The status of the SBR. 

Returns

None.

Throws

ObjectException