Class RemoteFileObject
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
-
- org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObject
-
- All Implemented Interfaces:
Serializable
public class RemoteFileObject extends RemoteFileObjectLight
Wrapper of FileObject. Represents a file attached to an inventory object- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
creationDate, fileOjectId, name, tags
-
-
Constructor Summary
Constructors Constructor Description RemoteFileObject()
RemoteFileObject(long fileOjectId, String name, long creationDate, String tags, byte[] file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getFile()
void
setFile(byte[] file)
-
Methods inherited from class org.neotropic.kuwaiba.northbound.ws.model.business.RemoteFileObjectLight
getCreationDate, getFileOjectId, getName, getTags, setCreationDate, setFileOjectId, setName, setTags
-
-