org.apache.juddi.model
Class SignatureTransformDataValue

java.lang.Object
  extended by org.apache.juddi.model.SignatureTransformDataValue
All Implemented Interfaces:
java.io.Serializable

public class SignatureTransformDataValue
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SignatureTransformDataValue()
           
 
Method Summary
 byte[] getContentBytes()
           
 java.lang.String getContentType()
           
 java.lang.Long getId()
           
 SignatureTransform getSignatureTransform()
           
 void setContentBytes(byte[] contentBytes)
           
 void setContentType(java.lang.String contentType)
           
 void setId(java.lang.Long id)
           
 void setSignatureTransform(SignatureTransform signatureTransform)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureTransformDataValue

public SignatureTransformDataValue()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getSignatureTransform

public SignatureTransform getSignatureTransform()

setSignatureTransform

public void setSignatureTransform(SignatureTransform signatureTransform)

getContentType

public java.lang.String getContentType()

setContentType

public void setContentType(java.lang.String contentType)

getContentBytes

public byte[] getContentBytes()

setContentBytes

public void setContentBytes(byte[] contentBytes)


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