org.kuali.student.core.document.dto
Class DocumentBinaryInfo
java.lang.Object
org.kuali.student.core.document.dto.DocumentBinaryInfo
- All Implemented Interfaces:
- Serializable
public class DocumentBinaryInfo
- extends Object
- implements Serializable
The encoded document. The expectation is that this could be a base64 encoding.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
binary
private String binary
DocumentBinaryInfo
public DocumentBinaryInfo()
getBinary
public String getBinary()
- Encoded document
setBinary
public void setBinary(String binary)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.