Package velo.q.structure
Class Source
java.lang.Object
velo.q.structure.Source
The Class Source.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringGets the core path.getData()Gets the data.getName()Gets the name.static voidsetCorePath(String corePath) Sets the core path.voidSets the data.voidSets the name. 
- 
Field Details
- 
name
The name. - 
data
The data. - 
corePath
The core path. 
 - 
 - 
Constructor Details
- 
Source
public Source()Instantiates a new source. - 
Source
Instantiates a new source.- Parameters:
 name- the namedata- the datapath- the path
 
 - 
 - 
Method Details
- 
getName
Gets the name.- Returns:
 - the name
 
 - 
setName
Sets the name.- Parameters:
 name- the new name
 - 
getData
Gets the data.- Returns:
 - the data
 
 - 
setData
Sets the data.- Parameters:
 data- the new data
 - 
getCorePath
Gets the core path.- Returns:
 - the core path
 
 - 
setCorePath
Sets the core path.- Parameters:
 corePath- the new core path
 
 -