|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.JurisdictionGroupBean
This bean provides access to the JURSTGROUP table.
The following is a description of this table:
Each row in this table represents an instance of a particular subclass of JurisdictionGroup. A JurisdictionGroup of a particular subclass is a grouping of Jurisdiction definitions of that subclass.
Constructor Summary | |
JurisdictionGroupBean()
|
Method Summary | |
java.lang.String |
getCode()
This method provides access to the JURSTGROUP.CODE column of DB2 type CHAR(30) NOT NULL. |
java.lang.String |
getDescription()
This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getJurisdictionGroupId()
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDelete()
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentId()
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSubclass()
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL. |
void |
setCode(java.lang.String aCode)
This method provides access to the JURSTGROUP.CODE column of DB2 type CHAR(30) NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public JurisdictionGroupBean()
Method Detail |
public java.lang.String getCode()
This method provides access to the JURSTGROUP.CODE column of DB2 type CHAR(30) NOT NULL.
The following is a description of this column:
A code which, together with its StoreEntity and SubClass, uniquely identifies this JurisdictionGroup.
public java.lang.String getDescription()
This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the JurisdictionGroup, suitable for display in a user interface that manages JurisdictionGroups.
public java.lang.Integer getJurisdictionGroupId()
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Integer getMarkForDelete()
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Integer getStoreentId()
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this JurisdictionGroup.
public java.lang.Integer getSubclass()
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.
public void setCode(java.lang.String aCode)
This method provides access to the JURSTGROUP.CODE column of DB2 type CHAR(30) NOT NULL.
The following is a description of this column:
A code which, together with its StoreEntity and SubClass, uniquely identifies this JurisdictionGroup.
aCode
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the JurisdictionGroup, suitable for display in a user interface that manages JurisdictionGroups.
aDescription
- java.lang.Stringpublic void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
aJurisdictionGroupId
- java.lang.Integerpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMarkForDelete
- java.lang.Integerpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this JurisdictionGroup.
aStoreentId
- java.lang.Integerpublic void setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.
aSubclass
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |