|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.projectdarkstar.tools.dtc.domain.BinaryFile
public class BinaryFile
Represents a binary file
| Constructor Summary | |
|---|---|
BinaryFile()
|
|
BinaryFile(byte[] file)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
byte[] |
getFile()
Returns the contents of the actual binary file as an array of bytes. |
Long |
getId()
Returns the id of the entity in persistent storage |
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents. |
int |
hashCode()
|
void |
setFile(byte[] file)
|
void |
setId(Long id)
|
void |
setVersionNumber(Long versionNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryFile()
public BinaryFile(byte[] file)
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
public void setVersionNumber(Long versionNumber)
public byte[] getFile()
public void setFile(byte[] file)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||