com.ibm.commerce.user.objects
Class BusinessProfileBean

com.ibm.commerce.user.objects.BusinessProfileBean
All Implemented Interfaces:
java.io.Serializable

public class BusinessProfileBean
implements java.io.Serializable

This bean provides access to the BUSPROF table.

The following is a description of this table:

This table stores business profile information for a user.

See Also:
Serialized Form

Constructor Summary
BusinessProfileBean()
           
 
Method Summary
 java.lang.String getAlternateId()
          This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20) NULL.
 java.lang.String getDepartmentNumber()
          This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128) NULL.
 java.lang.String getEmployeeId()
          This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20) NULL.
 java.lang.String getEmployeeType()
          This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128) NULL.
 java.lang.String getManager()
          This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256) NULL.
 java.lang.Long getOrganizationId()
          IBM internal use only.
 java.lang.Long getOrganizationUnitId()
          This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL.
 java.lang.String getRequistionerId()
          This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128) NULL.
 java.lang.String getSecretary()
          This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256) NULL.
 java.lang.Long getUserId()
          This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL.
 void setAlternateId(java.lang.String aAlternateId)
          This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20) NULL.
 void setDepartmentNumber(java.lang.String aDepartmentNumber)
          This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128) NULL.
 void setEmployeeId(java.lang.String aEmployeeId)
          This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20) NULL.
 void setEmployeeType(java.lang.String aEmployeeType)
          This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128) NULL.
 void setManager(java.lang.String aManager)
          This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256) NULL.
 void setOrganizationId(java.lang.Long aOrganizationId)
          IBM internal use only.
 void setOrganizationUnitId(java.lang.Long aOrganizationUnitId)
          This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL.
 void setRequistionerId(java.lang.String aRequistionerId)
          This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128) NULL.
 void setSecretary(java.lang.String aSecretary)
          This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256) NULL.
 void setUserId(java.lang.Long aUserId)
          This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

BusinessProfileBean

public BusinessProfileBean()
Method Detail

getAlternateId

public java.lang.String getAlternateId()

This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20) NULL.

The following is a description of this column:

A special ID assigned by the organization or organizational unit to which this business user belongs.

Returns:
java.lang.String

getDepartmentNumber

public java.lang.String getDepartmentNumber()

This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The department number for the business user.

Returns:
java.lang.String

getEmployeeId

public java.lang.String getEmployeeId()

This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20) NULL.

The following is a description of this column:

A method to identify the employee, such as by employee number.

Returns:
java.lang.String

getEmployeeType

public java.lang.String getEmployeeType()

This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The employee type, such as regular, part time, special part time, supplemental, and contractor.

Returns:
java.lang.String

getManager

public java.lang.String getManager()

This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256) NULL.

The following is a description of this column:

The name of the manager or supervisor or this his business user.

Returns:
java.lang.String

getOrganizationId

public java.lang.Long getOrganizationId()

IBM internal use only.

Returns:
java.lang.Long

getOrganizationUnitId

public java.lang.Long getOrganizationUnitId()

This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Identifies the organizational unit to which the business user owning this business profile is associated with. If there are multiple organizational units, it is usually the lowest one that is referred to here.

Returns:
java.lang.Long

getRequistionerId

public java.lang.String getRequistionerId()

This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

A unique ID for identifying the requisitioner.

Returns:
java.lang.String

getSecretary

public java.lang.String getSecretary()

This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256) NULL.

The following is a description of this column:

The name of the secretary or administrative assistant of the business user.

Returns:
java.lang.String

getUserId

public java.lang.Long getUserId()

This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the USERS table for this business user.

Returns:
java.lang.Long

setAlternateId

public void setAlternateId(java.lang.String aAlternateId)

This method provides access to the BUSPROF.ALTERNATEID column of DB2 type VARCHAR(20) NULL.

The following is a description of this column:

A special ID assigned by the organization or organizational unit to which this business user belongs.

Parameters:
aAlternateId - java.lang.String
Returns:
void

setDepartmentNumber

public void setDepartmentNumber(java.lang.String aDepartmentNumber)

This method provides access to the BUSPROF.DEPARTMENTNUM column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The department number for the business user.

Parameters:
aDepartmentNumber - java.lang.String
Returns:
void

setEmployeeId

public void setEmployeeId(java.lang.String aEmployeeId)

This method provides access to the BUSPROF.EMPLOYEEID column of DB2 type VARCHAR(20) NULL.

The following is a description of this column:

A method to identify the employee, such as by employee number.

Parameters:
aEmployeeId - java.lang.String
Returns:
void

setEmployeeType

public void setEmployeeType(java.lang.String aEmployeeType)

This method provides access to the BUSPROF.EMPLOYEETYPE column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The employee type, such as regular, part time, special part time, supplemental, and contractor.

Parameters:
aEmployeeType - java.lang.String
Returns:
void

setManager

public void setManager(java.lang.String aManager)

This method provides access to the BUSPROF.MANAGER column of DB2 type VARCHAR(256) NULL.

The following is a description of this column:

The name of the manager or supervisor or this his business user.

Parameters:
aManager - java.lang.String
Returns:
void

setOrganizationId

public void setOrganizationId(java.lang.Long aOrganizationId)

IBM internal use only.

Parameters:
aOrganizationId - java.lang.Long
Returns:
void

setOrganizationUnitId

public void setOrganizationUnitId(java.lang.Long aOrganizationUnitId)

This method provides access to the BUSPROF.ORGUNIT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Identifies the organizational unit to which the business user owning this business profile is associated with. If there are multiple organizational units, it is usually the lowest one that is referred to here.

Parameters:
aOrganizationUnitId - java.lang.Long
Returns:
void

setRequistionerId

public void setRequistionerId(java.lang.String aRequistionerId)

This method provides access to the BUSPROF.REQUISITIONERID column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

A unique ID for identifying the requisitioner.

Parameters:
aRequistionerId - java.lang.String
Returns:
void

setSecretary

public void setSecretary(java.lang.String aSecretary)

This method provides access to the BUSPROF.SECRETARY column of DB2 type VARCHAR(256) NULL.

The following is a description of this column:

The name of the secretary or administrative assistant of the business user.

Parameters:
aSecretary - java.lang.String
Returns:
void

setUserId

public void setUserId(java.lang.Long aUserId)

This method provides access to the BUSPROF.USERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the USERS table for this business user.

Parameters:
aUserId - java.lang.Long
Returns:
void