org.apache.juddi.model
Class SignatureTransformDataValue
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureTransformDataValue
public SignatureTransformDataValue()
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.