|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.BusinessProfileBean
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.
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 |
public BusinessProfileBean()
Method Detail |
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.
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.
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.
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.
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.
public java.lang.Long getOrganizationId()
IBM internal use only.
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.
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.
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.
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.
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.
aAlternateId
- java.lang.Stringpublic 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.
aDepartmentNumber
- java.lang.Stringpublic 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.
aEmployeeId
- java.lang.Stringpublic 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.
aEmployeeType
- java.lang.Stringpublic 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.
aManager
- java.lang.Stringpublic void setOrganizationId(java.lang.Long aOrganizationId)
IBM internal use only.
aOrganizationId
- java.lang.Longpublic 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.
aOrganizationUnitId
- java.lang.Longpublic 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.
aRequistionerId
- java.lang.Stringpublic 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.
aSecretary
- java.lang.Stringpublic 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.
aUserId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |