org.apache.juddi.model
Class SignatureTransformDataValue
java.lang.Object
org.apache.juddi.model.SignatureTransformDataValue
- All Implemented Interfaces:
- Serializable
public class SignatureTransformDataValue
- extends Object
- implements 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 Long getId()
setId
public void setId(Long id)
getSignatureTransform
public SignatureTransform getSignatureTransform()
setSignatureTransform
public void setSignatureTransform(SignatureTransform signatureTransform)
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getContentBytes
public byte[] getContentBytes()
setContentBytes
public void setContentBytes(byte[] contentBytes)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.