All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Add new CraftSkill.
|
void |
canDelete()
CraftSkill cannot be deleted if it is referenced by any rows in the CraftRate
|
void |
delete(long accessModifier)
Delete CraftSkill and associated rates
|
void |
init()
Propagate key flag is set to false to avoid erroneous propagation of key to the craftskill object.
|
void |
modify()
This called whenever a change is made to the attributes of a MBO.
|
void |
propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Craft.
|