|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.replication.unit.BuildSourceItem
BuildSourceItem
is a model class for manipulating BuildSource objects.
Supported API: false
Extendable: false
BuildSource
Field Summary | |
private BuildSource |
buildSource
|
private boolean |
modified
|
Constructor Summary | |
BuildSourceItem()
Create an empty BuildSourceItem. |
|
BuildSourceItem(BuildSource buildSource)
Create an BuildSourceItem containing the specified BuildSource. |
Method Summary | |
BuildSource |
getBuildSource()
Gets the contained build source. |
String |
getIdentity()
|
String |
getState()
|
String |
getStatus()
|
void |
setBuildSource(BuildSource buildSource)
Set the BuildSource to contain. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private BuildSource buildSource
private boolean modified
Constructor Detail |
public BuildSourceItem()
public BuildSourceItem(BuildSource buildSource)
buildSource
- the BuildSource to containMethod Detail |
public void setBuildSource(BuildSource buildSource)
buildSource
- the BuildSource to containpublic BuildSource getBuildSource()
public String getIdentity()
public String toString()
public String getState()
public String getStatus()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |