@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) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BinaryResource pBinaryResource) |
boolean |
equals(Object pObj) |
long |
getContentLength() |
String |
getFullName() |
String |
getName() |
String |
getOwnerRef() |
String |
getOwnerType() |
BinaryResource |
getPrevious() |
String |
getWorkspaceId() |
int |
hashCode() |
boolean |
isNativeCADFile() |
static String |
parseOwnerRef(String pFullName) |
static String |
parseOwnerType(String pFullName) |
static String |
parseWorkspaceId(String pFullName) |
void |
setContentLength(long pContentLength) |
void |
setFullName(String pFullName) |
String |
toString() |
protected String fullName
protected long contentLength
public BinaryResource()
public BinaryResource(String pFullName, long pContentLength)
public String getWorkspaceId()
public String getOwnerType()
public String getOwnerRef()
public void setFullName(String pFullName)
public void setContentLength(long pContentLength)
public boolean isNativeCADFile()
public BinaryResource getPrevious()
public String getFullName()
public String getName()
public long getContentLength()
public int compareTo(BinaryResource pBinaryResource)
compareTo
in interface Comparable<BinaryResource>
Copyright © 2013 OW2 Consortium. All Rights Reserved.