예제 #1
0
 /**
  * Get the resource associated with this message
  *
  * @return resource name
  */
 public String getResourceName() {
   return _record.getSimpleField(Attributes.RESOURCE_NAME.toString());
 }
예제 #2
0
 /**
  * Set the resource associated with this message
  *
  * @param resourceName resource name to set
  */
 public void setResourceName(String resourceName) {
   _record.setSimpleField(Attributes.RESOURCE_NAME.toString(), resourceName);
 }