public class UploadEntry<T extends com.intuit.ipp.core.IEntity> extends Object
Constructor and Description |
---|
UploadEntry(T entity,
InputStream in) |
Modifier and Type | Method and Description |
---|---|
T |
getEntity()
Returns associated entity
|
InputStream |
getStream()
Returns associated stream
|
boolean |
isEmpty()
Method checks properties for null values
|
public UploadEntry(T entity, InputStream in)
public InputStream getStream()
public T getEntity()
public boolean isEmpty()
Copyright © 2018. All Rights Reserved.