|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberBean | +--com.ibm.commerce.user.objects.OrganizationBean
This bean provides access to the ORGENTITY table.
The following is a description of this table:
This table contains information on organizational entities. An organizational entity is either an organization or an organizational unit.
Constructor Summary | |
OrganizationBean()
|
Method Summary | |
java.lang.String |
getAdministratorFirstName()
This method provides access to the ORGENTITY.ADMINFIRSTNAME column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getAdministratorLastName()
This method provides access to the ORGENTITY.ADMINLASTNAME column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getAdministratorMiddleName()
This method provides access to the ORGENTITY.ADMINMIDDLENAME column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getBusinessCategory()
This method provides access to the ORGENTITY.BUSINESSCATEGORY column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getDescription()
IBM internal use only. |
java.lang.String |
getDistinguishedName()
This method provides access to the ORGENTITY.DN column of DB2 type VARCHAR(1000) NULL. |
java.lang.String |
getLegalId()
This method provides access to the ORGENTITY.LEGALID column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getOrganizationName()
This method provides access to the ORGENTITY.ORGENTITYNAME column of DB2 type VARCHAR(128) NOT NULL. |
java.lang.Long |
getOwnerMemberId()
This method provides access to the ORGENTITY.MEMBER_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getPreferredDelivery()
This method provides access to the ORGENTITY.PREFERREDDELIVERY column of DB2 type VARCHAR(1000) NULL. |
java.lang.String |
getTaxPayerId()
This method provides access to the ORGENTITY.TAXPAYERID column of DB2 type VARCHAR(254) NULL. |
void |
setAdministratorFirstName(java.lang.String aAdministratorFirstName)
This method provides access to the ORGENTITY.ADMINFIRSTNAME column of DB2 type VARCHAR(128) NULL. |
void |
setAdministratorLastName(java.lang.String aAdministratorLastName)
This method provides access to the ORGENTITY.ADMINLASTNAME column of DB2 type VARCHAR(128) NULL. |
void |
setAdministratorMiddleName(java.lang.String aAdministratorMiddleName)
This method provides access to the ORGENTITY.ADMINMIDDLENAME column of DB2 type VARCHAR(128) NULL. |
void |
setBusinessCategory(java.lang.String aBusinessCategory)
This method provides access to the ORGENTITY.BUSINESSCATEGORY column of DB2 type VARCHAR(128) NULL. |
void |
setDescription(java.lang.String aDescription)
IBM internal use only. |
void |
setDistinguishedName(java.lang.String aDistinguishedName)
This method provides access to the ORGENTITY.DN column of DB2 type VARCHAR(1000) NULL. |
void |
setLegalId(java.lang.String aLegalId)
This method provides access to the ORGENTITY.LEGALID column of DB2 type VARCHAR(128) NULL. |
void |
setOrganizationName(java.lang.String aOrganizationName)
This method provides access to the ORGENTITY.ORGENTITYNAME column of DB2 type VARCHAR(128) NOT NULL. |
void |
setOwnerMemberId(java.lang.Long aOwnerMemberId)
This method provides access to the ORGENTITY.MEMBER_ID column of DB2 type BIGINT NULL. |
void |
setPreferredDelivery(java.lang.String aPreferredDelivery)
This method provides access to the ORGENTITY.PREFERREDDELIVERY column of DB2 type VARCHAR(1000) NULL. |
void |
setTaxPayerId(java.lang.String aTaxPayerId)
This method provides access to the ORGENTITY.TAXPAYERID column of DB2 type VARCHAR(254) NULL. |
Methods inherited from class com.ibm.commerce.user.objects.MemberBean |
getMemberId, getState, setState |
Constructor Detail |
public OrganizationBean()
Method Detail |
public java.lang.String getAdministratorFirstName()
This method provides access to the ORGENTITY.ADMINFIRSTNAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
First name of administrator of this orgEntity.
public java.lang.String getAdministratorLastName()
This method provides access to the ORGENTITY.ADMINLASTNAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Last name of administrator of this orgEntity.
public java.lang.String getAdministratorMiddleName()
This method provides access to the ORGENTITY.ADMINMIDDLENAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Middle name of administrator of this orgEntity.
public java.lang.String getBusinessCategory()
This method provides access to the ORGENTITY.BUSINESSCATEGORY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Business category. Describes the kind of business performed by an orgentity.
public java.lang.String getDescription()
IBM internal use only.
public java.lang.String getDistinguishedName()
This method provides access to the ORGENTITY.DN column of DB2 type VARCHAR(1000) NULL.
The following is a description of this column:
Distinguished name (DN) of the orgEntity. If LDAP is used, contains the DN of the orgEntity in the LDAP server. If database is used as member repository, contains a unique name as defined by the membership hierarchy. DNs for all orgEntities are unique.
public java.lang.String getLegalId()
This method provides access to the ORGENTITY.LEGALID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The registered organization identifier, given to the organization (such as assigned by the government). This may be null for an organizational unit. This is not the name of the organization, which should be stored in the ORGENTITYNAME table.
public java.lang.String getOrganizationName()
This method provides access to the ORGENTITY.ORGENTITYNAME column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
Short name for organization (O) or organizational unit (OU). Not null is a requirement since it will be mapped to O or OU which are required attributes in LDAP.
public java.lang.Long getOwnerMemberId()
This method provides access to the ORGENTITY.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
This column contains the member ID of the parent orgEntity for this orgEntity. This column is deprecated and is provided for backward compatibility only.
public java.lang.String getPreferredDelivery()
This method provides access to the ORGENTITY.PREFERREDDELIVERY column of DB2 type VARCHAR(1000) NULL.
The following is a description of this column:
Preferred delivery method.
public java.lang.String getTaxPayerId()
This method provides access to the ORGENTITY.TAXPAYERID column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A string used to identify the orgEntity for taxation purpose. Addition of this column triggered by Taxware integration, but presumably this column is useful even outside of Taxware.
public void setAdministratorFirstName(java.lang.String aAdministratorFirstName)
This method provides access to the ORGENTITY.ADMINFIRSTNAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
First name of administrator of this orgEntity.
aAdministratorFirstName
- java.lang.Stringpublic void setAdministratorLastName(java.lang.String aAdministratorLastName)
This method provides access to the ORGENTITY.ADMINLASTNAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Last name of administrator of this orgEntity.
aAdministratorLastName
- java.lang.Stringpublic void setAdministratorMiddleName(java.lang.String aAdministratorMiddleName)
This method provides access to the ORGENTITY.ADMINMIDDLENAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Middle name of administrator of this orgEntity.
aAdministratorMiddleName
- java.lang.Stringpublic void setBusinessCategory(java.lang.String aBusinessCategory)
This method provides access to the ORGENTITY.BUSINESSCATEGORY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Business category. Describes the kind of business performed by an orgentity.
aBusinessCategory
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
IBM internal use only.
aDescription
- java.lang.Stringpublic void setDistinguishedName(java.lang.String aDistinguishedName)
This method provides access to the ORGENTITY.DN column of DB2 type VARCHAR(1000) NULL.
The following is a description of this column:
Distinguished name (DN) of the orgEntity. If LDAP is used, contains the DN of the orgEntity in the LDAP server. If database is used as member repository, contains a unique name as defined by the membership hierarchy. DNs for all orgEntities are unique.
aDistinguishedName
- java.lang.Stringpublic void setLegalId(java.lang.String aLegalId)
This method provides access to the ORGENTITY.LEGALID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The registered organization identifier, given to the organization (such as assigned by the government). This may be null for an organizational unit. This is not the name of the organization, which should be stored in the ORGENTITYNAME table.
aLegalId
- java.lang.Stringpublic void setOrganizationName(java.lang.String aOrganizationName)
This method provides access to the ORGENTITY.ORGENTITYNAME column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
Short name for organization (O) or organizational unit (OU). Not null is a requirement since it will be mapped to O or OU which are required attributes in LDAP.
aOrganizationName
- java.lang.Stringpublic void setOwnerMemberId(java.lang.Long aOwnerMemberId)
This method provides access to the ORGENTITY.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
This column contains the member ID of the parent orgEntity for this orgEntity. This column is deprecated and is provided for backward compatibility only.
aOwnerMemberId
- java.lang.Longpublic void setPreferredDelivery(java.lang.String aPreferredDelivery)
This method provides access to the ORGENTITY.PREFERREDDELIVERY column of DB2 type VARCHAR(1000) NULL.
The following is a description of this column:
Preferred delivery method.
aPreferredDelivery
- java.lang.Stringpublic void setTaxPayerId(java.lang.String aTaxPayerId)
This method provides access to the ORGENTITY.TAXPAYERID column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A string used to identify the orgEntity for taxation purpose. Addition of this column triggered by Taxware integration, but presumably this column is useful even outside of Taxware.
aTaxPayerId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |