org.apache.juddi.model
Class SignatureMethod

java.lang.Object
  extended by org.apache.juddi.model.SignatureMethod

public class SignatureMethod
extends java.lang.Object


Constructor Summary
SignatureMethod()
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 java.lang.Long getId()
           
 void setAlgorithm(java.lang.String algorithm)
           
 void setId(java.lang.Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureMethod

public SignatureMethod()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getAlgorithm

public java.lang.String getAlgorithm()

setAlgorithm

public void setAlgorithm(java.lang.String algorithm)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.