|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.dataintegration.lis.data.batch.BulkBlockManifest
public class BulkBlockManifest
Contains metadata about a request for a LIS Bulk Data Exchange request.
| Constructor Summary | |
|---|---|
BulkBlockManifest()
|
|
| Method Summary | |
|---|---|
void |
addFile(BulkBlockDataFile file)
Add a BulkBlockDataFile to this request. |
java.util.Calendar |
getExpiryDate()
Get the expiry date for this request. |
java.util.List<BulkBlockDataFile> |
getFiles()
Get the list of BulkBlockDataFile objects associated to this request. |
java.lang.String |
getId()
Get the manifest id. |
void |
setExpiryDate(java.util.Calendar expiryDate)
Set the expiry date for this request. |
void |
setId(java.lang.String id)
Set the manifest id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkBlockManifest()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - The manifest id.public java.util.Calendar getExpiryDate()
public void setExpiryDate(java.util.Calendar expiryDate)
expiryDate - The expiry date.public void addFile(BulkBlockDataFile file)
file - The bulk data file to add.public java.util.List<BulkBlockDataFile> getFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||