Example #1
0
 /**
  * Set the state model factory associated with this message
  *
  * @param factoryName the name of the factory
  */
 public void setStateModelFactoryName(String factoryName) {
   _record.setSimpleField(Attributes.STATE_MODEL_FACTORY_NAME.toString(), factoryName);
 }
Example #2
0
 /**
  * Get the state model factory associated with this message
  *
  * @return the name of the factory
  */
 public String getStateModelFactoryName() {
   return _record.getSimpleField(Attributes.STATE_MODEL_FACTORY_NAME.toString());
 }