|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.domain.Entity
ccc.domain.Data
public class Data
The data class is used to represent raw binary data with a unique identifier. Typically, an instance of this class will be passed to some data manager in order to open an input stream on the bytes themselves.
Constructor Summary | |
---|---|
Data()
Constructor: for persistence only. |
|
Data(java.util.UUID id)
Constructor. |
Method Summary |
---|
Methods inherited from class ccc.domain.Entity |
---|
equals, getId, getVersion, hashCode, setId, toJson, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Data()
public Data(java.util.UUID id)
id
- The uuid for this data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |