com.ibm.commerce.accesscontrol.objects
Class ResourceGroupBean

com.ibm.commerce.accesscontrol.objects.ResourceGroupBean
All Implemented Interfaces:
java.io.Serializable

public class ResourceGroupBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ResourceGroupBean

public ResourceGroupBean()
Method Detail

getConditions

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.

Returns:
java.lang.String

getCustomField1

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.

Returns:
java.lang.String

getCustomField2

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.

Returns:
java.lang.String

getDescription

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.

Returns:
java.lang.String

getGroupName

public java.lang.String getGroupName()

IBM internal use only.

Returns:
java.lang.String

getOwnerId

public long getOwnerId()

IBM internal use only.

Returns:
long

getResourceGrpId

public int getResourceGrpId()

IBM internal use only.

Returns:
int

setConditions

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.

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

setCustomField1

public 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.

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

setCustomField2

public 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.

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

setDescription

public 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.

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

setGroupName

public void setGroupName(java.lang.String aGroupName)

IBM internal use only.

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

setOwnerId

public void setOwnerId(long aOwnerId)

IBM internal use only.

Parameters:
aOwnerId - long
Returns:
void

setResourceGrpId

public void setResourceGrpId(int aResourceGrpId)

IBM internal use only.

Parameters:
aResourceGrpId - int
Returns:
void