@Entity public class BinaryResource extends Object implements Serializable, Comparable<BinaryResource>
Modifier and Type | Field and Description |
---|---|
protected long |
contentLength |
protected String |
fullName |
Constructor and Description |
---|
BinaryResource() |
BinaryResource(String pFullName,
long pContentLength,
Date pLastModified) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BinaryResource pBinaryResource) |
boolean |
equals(Object pObj) |
long |
getContentLength() |
String |
getFileType() |
String |
getFullName() |
String |
getHolderId() |
Integer |
getHolderIteration() |
String |
getHolderRevision() |
String |
getHolderType() |
Date |
getLastModified() |
String |
getName() |
String |
getNewFullName(String newName) |
BinaryResource |
getPrevious() |
String |
getWorkspaceId() |
int |
hashCode() |
static String |
parseFileType(String pFullName) |
static String |
parseHolderId(String pFullName) |
static Integer |
parseHolderIteration(String pFullName) |
static String |
parseHolderRevision(String pFullName) |
static String |
parseHolderType(String pFullName) |
static String |
parseWorkspaceId(String pFullName) |
void |
setContentLength(long pContentLength) |
void |
setFullName(String pFullName) |
void |
setLastModified(Date lastModified) |
String |
toString() |
protected String fullName
protected long contentLength
public String getWorkspaceId()
public String getHolderType()
public String getHolderId()
public String getHolderRevision()
public Integer getHolderIteration()
public String getFileType()
public void setFullName(String pFullName)
public void setContentLength(long pContentLength)
public BinaryResource getPrevious()
public String getFullName()
public String getName()
public long getContentLength()
public int compareTo(BinaryResource pBinaryResource)
compareTo
in interface Comparable<BinaryResource>
public Date getLastModified()
public void setLastModified(Date lastModified)
Copyright © 2017 DocDoku. All rights reserved.