|
||||||||||
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.visual.VisualDataSetDescriptor
public final class VisualDataSetDescriptor
Enhanced descriptor of a domain data set (see IVisualDataSet
).
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface pl.edu.agh.cast.data.model.Identifiable |
---|
Identifiable.Properties |
Constructor Summary | |
---|---|
VisualDataSetDescriptor()
Default constructor. |
|
VisualDataSetDescriptor(Type type)
Initializes descriptor with type. |
|
VisualDataSetDescriptor(Type type,
String name)
Constructor for descriptors of new data sets. |
|
VisualDataSetDescriptor(UUID id,
Type type,
String name,
Date creationDate)
Constructor. |
|
VisualDataSetDescriptor(UUID id,
Type type,
String name,
Date creationDate,
PresentationDataSetDescriptor descriptor)
Constructor. |
Method Summary | |
---|---|
PresentationDataSetDescriptor |
getPresentationDataSetDescriptor()
Gets the descriptor of presentation data set wrapped by visual data set described by this descriptor. |
void |
setPresentationDataSetDescriptor(PresentationDataSetDescriptor descriptor)
Sets the descriptor of presentation data set wrapped by visual data set described by this descriptor. |
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 VisualDataSetDescriptor()
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 VisualDataSetDescriptor(Type type)
The ID has to be set manually - until then the data set descriptor is invalid.
type
- the data set typepublic VisualDataSetDescriptor(Type type, String name)
The new descriptor has a random ID and current creation date.
type
- the data set typename
- the data set namepublic VisualDataSetDescriptor(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 datepublic VisualDataSetDescriptor(UUID id, Type type, String name, Date creationDate, PresentationDataSetDescriptor descriptor)
id
- the data set IDtype
- the data set typename
- the data set namecreationDate
- the data set creation datedescriptor
- presentation data set descriptorMethod Detail |
---|
public PresentationDataSetDescriptor getPresentationDataSetDescriptor()
PresentationDataSetDescriptor
public void setPresentationDataSetDescriptor(PresentationDataSetDescriptor descriptor)
descriptor
- presentation data set descriptorPresentationDataSetDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |