Uses of Class
org.apache.geronimo.system.plugin.model.HashType

Packages that use HashType
org.apache.geronimo.console.car   
org.apache.geronimo.system.plugin.model   
 

Uses of HashType in org.apache.geronimo.console.car
 

Fields in org.apache.geronimo.console.car declared as HashType
protected  HashType PluginInfoBean.hash
           
 

Methods in org.apache.geronimo.console.car that return HashType
 HashType PluginInfoBean.getHash()
           
 

Methods in org.apache.geronimo.console.car with parameters of type HashType
 void PluginInfoBean.setHash(HashType hash)
           
 

Uses of HashType in org.apache.geronimo.system.plugin.model
 

Fields in org.apache.geronimo.system.plugin.model declared as HashType
protected  HashType PluginArtifactType.hash
           
 

Methods in org.apache.geronimo.system.plugin.model that return HashType
 HashType ObjectFactory.createHashType()
          Create an instance of HashType
 HashType PluginArtifactType.getHash()
          Gets the value of the hash property.
 

Methods in org.apache.geronimo.system.plugin.model with parameters of type HashType
 void PluginArtifactType.setHash(HashType value)
          Sets the value of the hash property.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.