gov.nih.nci.cagrid.dorian.service
Class PropertyManager

java.lang.Object
  extended by gov.nih.nci.cagrid.dorian.service.PropertyManager

public class PropertyManager
extends java.lang.Object

Version:
$Id: ArgumentManagerTable.java,v 1.2 2004/10/15 16:35:16 langella Exp $
Author:
Stephen Langella , Scott Oster , Shannon Hastings

Field Summary
static float CURRENT_VERSION
           
static float DORIAN_VERSION_1_0
           
static float DORIAN_VERSION_1_1
           
static float DORIAN_VERSION_1_2
           
 
Constructor Summary
PropertyManager(Database db)
           
 
Method Summary
 CertificateAuthorityType getCertificateAuthorityType()
           
 float getVersion()
           
 void setCertificateAuthorityType(CertificateAuthorityType ca)
           
 void setCurrentVersion()
           
 void setVersion(float version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DORIAN_VERSION_1_2

public static float DORIAN_VERSION_1_2

DORIAN_VERSION_1_1

public static float DORIAN_VERSION_1_1

DORIAN_VERSION_1_0

public static float DORIAN_VERSION_1_0

CURRENT_VERSION

public static float CURRENT_VERSION
Constructor Detail

PropertyManager

public PropertyManager(Database db)
                throws DorianInternalFault
Throws:
DorianInternalFault
Method Detail

getCertificateAuthorityType

public CertificateAuthorityType getCertificateAuthorityType()

setCertificateAuthorityType

public void setCertificateAuthorityType(CertificateAuthorityType ca)
                                 throws DorianInternalFault
Throws:
DorianInternalFault

setCurrentVersion

public void setCurrentVersion()
                       throws DorianInternalFault
Throws:
DorianInternalFault

setVersion

public void setVersion(float version)
                throws DorianInternalFault
Throws:
DorianInternalFault

getVersion

public float getVersion()