Class S2SFile
java.lang.Object
org.kuali.coeus.s2sgen.impl.print.S2SFile
- All Implemented Interfaces:
org.kuali.coeus.sys.api.model.KcFile
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.coeus.sys.api.model.KcFile
getFileDataId, getUploadTimestamp, getUploadUser
-
Constructor Details
-
S2SFile
public S2SFile() -
S2SFile
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.kuali.coeus.sys.api.model.KcFile
-
setName
-
getType
- Specified by:
getTypein interfaceorg.kuali.coeus.sys.api.model.KcFile
-
setType
-
getData
public byte[] getData()- Specified by:
getDatain interfaceorg.kuali.coeus.sys.api.model.KcFile
-
setData
public void setData(byte[] data)
-