wt.clients.replication.unit
Class BuildSourceItem

java.lang.Object
  extended bywt.clients.replication.unit.BuildSourceItem

public class BuildSourceItem
extends Object

BuildSourceItem is a model class for manipulating BuildSource objects.

Supported API: false

Extendable: false

See Also:
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

buildSource

private BuildSource buildSource

modified

private boolean modified
Constructor Detail

BuildSourceItem

public BuildSourceItem()
Create an empty BuildSourceItem.


BuildSourceItem

public BuildSourceItem(BuildSource buildSource)
Create an BuildSourceItem containing the specified BuildSource.

Parameters:
buildSource - the BuildSource to contain
Method Detail

setBuildSource

public void setBuildSource(BuildSource buildSource)
Set the BuildSource to contain.

Parameters:
buildSource - the BuildSource to contain

getBuildSource

public BuildSource getBuildSource()
Gets the contained build source.

Returns:
the contained BuildSource

getIdentity

public String getIdentity()

toString

public String toString()

getState

public String getState()

getStatus

public String getStatus()