public class DtxPathMap extends Object implements org.commonjava.storage.pathmapped.model.PathMap
| Constructor and Description |
|---|
DtxPathMap() |
DtxPathMap(String fileSystem,
String parentPath,
String filename,
String fileId,
Date creation,
Date expiration,
long size,
String fileStorage,
String checksum) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getChecksum() |
Date |
getCreation() |
Date |
getExpiration() |
String |
getFileId() |
String |
getFilename() |
String |
getFileStorage() |
String |
getFileSystem() |
String |
getParentPath() |
long |
getSize() |
int |
hashCode() |
void |
setChecksum(String checksum) |
void |
setCreation(Date creation) |
void |
setExpiration(Date expiration) |
void |
setFileId(String fileId) |
void |
setFilename(String filename) |
void |
setFileStorage(String fileStorage) |
void |
setFileSystem(String fileSystem) |
void |
setParentPath(String parentPath) |
void |
setSize(long size) |
String |
toString() |
public String getFileId()
getFileId in interface org.commonjava.storage.pathmapped.model.PathMappublic void setFileId(String fileId)
public long getSize()
getSize in interface org.commonjava.storage.pathmapped.model.PathMappublic void setSize(long size)
public String getFileStorage()
getFileStorage in interface org.commonjava.storage.pathmapped.model.PathMappublic void setFileStorage(String fileStorage)
public Date getCreation()
getCreation in interface org.commonjava.storage.pathmapped.model.PathMappublic void setCreation(Date creation)
public Date getExpiration()
getExpiration in interface org.commonjava.storage.pathmapped.model.PathMappublic void setExpiration(Date expiration)
public String getFileSystem()
getFileSystem in interface org.commonjava.storage.pathmapped.model.PathMappublic void setFileSystem(String fileSystem)
public String getParentPath()
getParentPath in interface org.commonjava.storage.pathmapped.model.PathMappublic void setParentPath(String parentPath)
public String getFilename()
getFilename in interface org.commonjava.storage.pathmapped.model.PathMappublic void setFilename(String filename)
public String getChecksum()
getChecksum in interface org.commonjava.storage.pathmapped.model.PathMappublic void setChecksum(String checksum)
Copyright © 2019-2022. All Rights Reserved.