|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.accesscontrol.objects.ResourceGroupBean
This bean provides access to the ACRESGRP table.
The following is a description of this table:
This table stores all the resource groups in the system. The conditions column stores an XML document containing the constraints and attribute value pairs used for grouping the resources.
Constructor Summary | |
ResourceGroupBean()
|
Method Summary | |
java.lang.String |
getConditions()
This method provides access to the ACRESGRP.CONDITIONS column of DB2 type LONG NULL. |
java.lang.String |
getCustomField1()
This method provides access to the ACRESGRP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getCustomField2()
This method provides access to the ACRESGRP.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDescription()
This method provides access to the ACRESGRP.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getGroupName()
IBM internal use only. |
long |
getOwnerId()
IBM internal use only. |
int |
getResourceGrpId()
IBM internal use only. |
void |
setConditions(java.lang.String aConditions)
This method provides access to the ACRESGRP.CONDITIONS column of DB2 type LONG NULL. |
void |
setCustomField1(java.lang.String aCustomField1)
This method provides access to the ACRESGRP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setCustomField2(java.lang.String aCustomField2)
This method provides access to the ACRESGRP.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the ACRESGRP.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setGroupName(java.lang.String aGroupName)
IBM internal use only. |
void |
setOwnerId(long aOwnerId)
IBM internal use only. |
void |
setResourceGrpId(int aResourceGrpId)
IBM internal use only. |
Constructor Detail |
public ResourceGroupBean()
Method Detail |
public java.lang.String getConditions()
This method provides access to the ACRESGRP.CONDITIONS column of DB2 type LONG NULL.
The following is a description of this column:
XML document describing the condition for this implicit resource group.
public java.lang.String getCustomField1()
This method provides access to the ACRESGRP.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getCustomField2()
This method provides access to the ACRESGRP.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getDescription()
This method provides access to the ACRESGRP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Description of the resource group.
public java.lang.String getGroupName()
IBM internal use only.
public long getOwnerId()
IBM internal use only.
public int getResourceGrpId()
IBM internal use only.
public void setConditions(java.lang.String aConditions)
This method provides access to the ACRESGRP.CONDITIONS column of DB2 type LONG NULL.
The following is a description of this column:
XML document describing the condition for this implicit resource group.
aConditions
- java.lang.Stringpublic void setCustomField1(java.lang.String aCustomField1)
This method provides access to the ACRESGRP.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aCustomField1
- java.lang.Stringpublic void setCustomField2(java.lang.String aCustomField2)
This method provides access to the ACRESGRP.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aCustomField2
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the ACRESGRP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Description of the resource group.
aDescription
- java.lang.Stringpublic void setGroupName(java.lang.String aGroupName)
IBM internal use only.
aGroupName
- java.lang.Stringpublic void setOwnerId(long aOwnerId)
IBM internal use only.
aOwnerId
- longpublic void setResourceGrpId(int aResourceGrpId)
IBM internal use only.
aResourceGrpId
- int
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |