org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service.globus.resource
Class HistoryServiceResourceConfiguration

java.lang.Object
  extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.service.globus.resource.HistoryServiceResourceConfiguration

public class HistoryServiceResourceConfiguration
extends java.lang.Object

DO NOT EDIT: This class is autogenerated! This class is used by the resource to get configuration information about the resource.


Field Summary
private  boolean performRegistration
           
private  java.lang.String registrationTemplateFile
           
 
Constructor Summary
HistoryServiceResourceConfiguration()
           
 
Method Summary
 java.lang.String getRegistrationTemplateFile()
           
 void setPerformRegistration(boolean performRegistration)
           
 void setRegistrationTemplateFile(java.lang.String registrationTemplateFile)
           
 boolean shouldPerformRegistration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registrationTemplateFile

private java.lang.String registrationTemplateFile

performRegistration

private boolean performRegistration
Constructor Detail

HistoryServiceResourceConfiguration

public HistoryServiceResourceConfiguration()
Method Detail

shouldPerformRegistration

public boolean shouldPerformRegistration()

setPerformRegistration

public void setPerformRegistration(boolean performRegistration)

getRegistrationTemplateFile

public java.lang.String getRegistrationTemplateFile()

setRegistrationTemplateFile

public void setRegistrationTemplateFile(java.lang.String registrationTemplateFile)