public class BaseFileTransferMappedRecord extends Object implements javax.resource.cci.MappedRecord
| Constructor and Description |
|---|
BaseFileTransferMappedRecord()
Default constructor
|
BaseFileTransferMappedRecord(String name,
long size,
String checksum,
String checksumAlgorithmName,
Date createdDayTime,
byte[] payload)
Complete constructor
|
BaseFileTransferMappedRecord(String recordName,
String recordDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
String |
getChecksum() |
String |
getChecksumAlgorithm() |
byte[] |
getContent() |
Date |
getCreatedDayTime() |
HashMap<String,Object> |
getMappedRecord() |
String |
getName() |
String |
getRecordName() |
String |
getRecordShortDescription() |
long |
getSize() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map map) |
Object |
remove(Object key) |
Object |
remove(String key)
Remove the key
|
void |
setChecksum(String checksum,
String algorithmName) |
void |
setContent(byte[] content) |
void |
setCreatedDayTime(Date createdDayTime) |
void |
setMappedRecord(HashMap<String,Object> mappedRecord) |
void |
setName(String name) |
void |
setRecordName(String recordName) |
void |
setRecordShortDescription(String recordDescription) |
void |
setSize(long size) |
int |
size() |
Collection<Object> |
values() |
public BaseFileTransferMappedRecord()
public BaseFileTransferMappedRecord(String recordName, String recordDescription)
recordName - recordDescription - public String getChecksum()
public void setChecksum(String checksum, String algorithmName)
checksum - the checksum to setalgorithmName - public String getChecksumAlgorithm()
public Date getCreatedDayTime()
public void setCreatedDayTime(Date createdDayTime)
createdDayTime - the createdDayTime to setpublic void setMappedRecord(HashMap<String,Object> mappedRecord)
mappedRecord - the mappedRecord to setpublic String getName()
public void setName(String name)
name - the name to setpublic byte[] getContent()
public void setContent(byte[] content)
content - the payload to setpublic long getSize()
public void setSize(long size)
size - the size to setpublic boolean containsValue(Object value)
containsValue in interface Mappublic Object remove(String key)
key - public Collection<Object> values()
public boolean containsKey(Object key)
containsKey in interface Mappublic String getRecordName()
getRecordName in interface javax.resource.cci.Recordpublic String getRecordShortDescription()
getRecordShortDescription in interface javax.resource.cci.Recordpublic void setRecordName(String recordName)
setRecordName in interface javax.resource.cci.Recordpublic void setRecordShortDescription(String recordDescription)
setRecordShortDescription in interface javax.resource.cci.Recordpublic Object clone() throws CloneNotSupportedException
clone in interface javax.resource.cci.Recordclone in class ObjectCloneNotSupportedExceptionCopyright © 2007-2017 Ikasan. All Rights Reserved.