|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.data.model.DataSetDescriptor
pl.edu.agh.cast.data.model.presentation.PresentationDataSetDescriptor
public final class PresentationDataSetDescriptor
Enhanced descriptor of a domain data set (see IPresentationDataSet
).
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface pl.edu.agh.cast.data.model.Identifiable |
---|
Identifiable.Properties |
Constructor Summary | |
---|---|
PresentationDataSetDescriptor()
Default constructor. |
|
PresentationDataSetDescriptor(Type type)
Initializes descriptor with type. |
|
PresentationDataSetDescriptor(Type type,
String name)
Constructor for descriptors of new data sets. |
|
PresentationDataSetDescriptor(UUID id,
Type type,
String name,
Date creationDate)
Constructor. |
Method Summary |
---|
Methods inherited from class pl.edu.agh.cast.data.model.DataSetDescriptor |
---|
checkIfValid, equals, getCreationDate, getId, getName, getType, hashCode, isValid, setCreationDate, setId, setName, setType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PresentationDataSetDescriptor()
Usage of this constructor is discouraged, since it does not provide any integrity control. If, however, this
constructor is used, the DataSetDescriptor.isValid()
method should be called in order to check the integrity.
public PresentationDataSetDescriptor(Type type)
The ID has to be set manually - until then the data set descriptor is invalid.
type
- the data set typepublic PresentationDataSetDescriptor(Type type, String name)
The new descriptor has a random ID and current creation date.
type
- the data set typename
- the data set namepublic PresentationDataSetDescriptor(UUID id, Type type, String name, Date creationDate)
id
- the data set IDtype
- the data set typename
- the data set namecreationDate
- the data set creation date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |