|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.dataloader.Source
public class Source
Represents a data source, by name and skeleton status.
| Constructor Summary | |
|---|---|
Source(java.lang.String name)
Create a new source object with no type information that isn't a skeleton |
|
Source(java.lang.String name,
boolean skeleton)
Create a new source object with no type information. |
|
Source(java.lang.String name,
java.lang.String type)
Create a new source object that isn't a skeleton. |
|
Source(java.lang.String name,
java.lang.String type,
boolean skeleton)
Create a new source object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Getter for name. |
boolean |
getSkeleton()
Getter for skeleton. |
java.lang.String |
getType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Source(java.lang.String name,
java.lang.String type,
boolean skeleton)
name - the source nametype - the source typeskeleton - true if this soruce is a skeleton
public Source(java.lang.String name,
java.lang.String type)
name - the source nametype - the source type
public Source(java.lang.String name,
boolean skeleton)
name - the source nameskeleton - true if this soruce is a skeletonpublic Source(java.lang.String name)
name - the source name| Method Detail |
|---|
public java.lang.String getName()
public boolean getSkeleton()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||